2023-12-06T03:50:41.951 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-06T03:50:41.952 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478729 --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} -- /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478729/orig.config.yaml 2023-12-06T03:50:41.986 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T03:50:42.065 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478729 branch: wip-yuri6-testing-2023-12-05-0753-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: '7478729' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-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-yuri6-testing-2023-12-05-0753-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: d03fca4f35d43f61b4679936aef7bd2f01cced0b ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b kernel: hwe: true workunit: branch: wip-yuri6-testing-2023-12-05-0753-pacific sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5202 sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri6-testing-2023-12-05-0753-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b targets: smithi073.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi110.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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-05_19:00:15 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-06T03:50:42.065 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa; will attempt to use it 2023-12-06T03:50:42.066 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa/tasks 2023-12-06T03:50:42.066 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-06T03:50:42.067 INFO:teuthology.task.internal:Checking packages... 2023-12-06T03:50:42.095 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'd03fca4f35d43f61b4679936aef7bd2f01cced0b' 2023-12-06T03:50:42.095 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-06T03:50:42.095 INFO:teuthology.packaging:ref: None 2023-12-06T03:50:42.095 INFO:teuthology.packaging:tag: None 2023-12-06T03:50:42.095 INFO:teuthology.packaging:branch: wip-yuri6-testing-2023-12-05-0753-pacific 2023-12-06T03:50:42.095 INFO:teuthology.packaging:sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b 2023-12-06T03:50:42.095 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri6-testing-2023-12-05-0753-pacific 2023-12-06T03:50:42.240 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-335-gd03fca4f-1focal 2023-12-06T03:50:42.240 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-06T03:50:42.246 INFO:teuthology.task.internal:no buildpackages task found 2023-12-06T03:50:42.246 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-06T03:50:42.277 INFO:teuthology.task.internal:Saving configuration 2023-12-06T03:50:42.292 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-06T03:50:42.298 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T03:50:42.327 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478729', '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': '2023-12-06 03:44:33.931372', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-06T03:50:42.349 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478729', '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': '2023-12-06 03:44:33.929857', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-06T03:50:42.349 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-06T03:50:42.355 INFO:teuthology.task.internal:roles: ubuntu@smithi073.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-06T03:50:42.355 INFO:teuthology.task.internal:roles: ubuntu@smithi110.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-06T03:50:42.356 INFO:teuthology.run_tasks:Running task console_log... 2023-12-06T03:50:42.449 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fdc9a7290d0>, signals=[15]) 2023-12-06T03:50:42.450 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-06T03:50:42.456 INFO:teuthology.task.internal:Opening connections... 2023-12-06T03:50:42.456 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi073.front.sepia.ceph.com 2023-12-06T03:50:42.458 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:50:42.504 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi110.front.sepia.ceph.com 2023-12-06T03:50:42.505 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:50:42.558 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-06T03:50:42.564 DEBUG:teuthology.orchestra.run.smithi073:> uname -m 2023-12-06T03:50:42.584 INFO:teuthology.orchestra.run.smithi073.stdout:x86_64 2023-12-06T03:50:42.585 DEBUG:teuthology.orchestra.run.smithi073:> cat /etc/os-release 2023-12-06T03:50:42.631 INFO:teuthology.orchestra.run.smithi073.stdout:NAME="Ubuntu" 2023-12-06T03:50:42.631 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-06T03:50:42.632 INFO:teuthology.orchestra.run.smithi073.stdout:ID=ubuntu 2023-12-06T03:50:42.632 INFO:teuthology.orchestra.run.smithi073.stdout:ID_LIKE=debian 2023-12-06T03:50:42.632 INFO:teuthology.orchestra.run.smithi073.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-06T03:50:42.632 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION_ID="20.04" 2023-12-06T03:50:42.632 INFO:teuthology.orchestra.run.smithi073.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-06T03:50:42.632 INFO:teuthology.orchestra.run.smithi073.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-06T03:50:42.632 INFO:teuthology.orchestra.run.smithi073.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-06T03:50:42.632 INFO:teuthology.orchestra.run.smithi073.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-06T03:50:42.633 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION_CODENAME=focal 2023-12-06T03:50:42.633 INFO:teuthology.orchestra.run.smithi073.stdout:UBUNTU_CODENAME=focal 2023-12-06T03:50:42.634 INFO:teuthology.lock.ops:Updating smithi073.front.sepia.ceph.com on lock server 2023-12-06T03:50:42.659 DEBUG:teuthology.orchestra.run.smithi110:> uname -m 2023-12-06T03:50:42.667 INFO:teuthology.orchestra.run.smithi110.stdout:x86_64 2023-12-06T03:50:42.667 DEBUG:teuthology.orchestra.run.smithi110:> cat /etc/os-release 2023-12-06T03:50:42.715 INFO:teuthology.orchestra.run.smithi110.stdout:NAME="Ubuntu" 2023-12-06T03:50:42.715 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-06T03:50:42.715 INFO:teuthology.orchestra.run.smithi110.stdout:ID=ubuntu 2023-12-06T03:50:42.715 INFO:teuthology.orchestra.run.smithi110.stdout:ID_LIKE=debian 2023-12-06T03:50:42.715 INFO:teuthology.orchestra.run.smithi110.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-06T03:50:42.715 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_ID="20.04" 2023-12-06T03:50:42.715 INFO:teuthology.orchestra.run.smithi110.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-06T03:50:42.715 INFO:teuthology.orchestra.run.smithi110.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-06T03:50:42.715 INFO:teuthology.orchestra.run.smithi110.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-06T03:50:42.715 INFO:teuthology.orchestra.run.smithi110.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-06T03:50:42.715 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_CODENAME=focal 2023-12-06T03:50:42.716 INFO:teuthology.orchestra.run.smithi110.stdout:UBUNTU_CODENAME=focal 2023-12-06T03:50:42.716 INFO:teuthology.lock.ops:Updating smithi110.front.sepia.ceph.com on lock server 2023-12-06T03:50:42.750 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-06T03:50:42.759 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-06T03:50:42.778 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-06T03:50:42.778 DEBUG:teuthology.orchestra.run.smithi073:> test '!' -e /home/ubuntu/cephtest 2023-12-06T03:50:42.780 DEBUG:teuthology.orchestra.run.smithi110:> test '!' -e /home/ubuntu/cephtest 2023-12-06T03:50:42.786 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-06T03:50:42.803 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-06T03:50:42.803 DEBUG:teuthology.orchestra.run.smithi073:> test -z $(ls -A /var/lib/ceph) 2023-12-06T03:50:42.826 DEBUG:teuthology.orchestra.run.smithi110:> test -z $(ls -A /var/lib/ceph) 2023-12-06T03:50:42.850 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-06T03:50:42.908 INFO:teuthology.run_tasks:Running task kernel... 2023-12-06T03:50:42.924 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-06T03:50:42.924 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-12-06T03:50:42.924 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-12-06T03:50:42.924 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-12-06T03:50:42.925 DEBUG:teuthology.orchestra.run.smithi073:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T03:50:42.925 DEBUG:teuthology.orchestra.run.smithi110:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T03:50:42.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:50:42.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:50:42.933 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2023-12-06T03:50:42.934 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2023-12-06T03:50:42.940 INFO:teuthology.orchestra.run.smithi110.stdout:5.4.0-124-generic 2023-12-06T03:50:42.941 INFO:teuthology.task.kernel:Running kernel on smithi110: 5.4.0-124-generic 2023-12-06T03:50:42.941 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get clean 2023-12-06T03:50:42.984 INFO:teuthology.orchestra.run.smithi073.stdout:5.4.0-124-generic 2023-12-06T03:50:42.984 INFO:teuthology.task.kernel:Running kernel on smithi073: 5.4.0-124-generic 2023-12-06T03:50:42.984 DEBUG:teuthology.orchestra.run.smithi073:> sudo apt-get clean 2023-12-06T03:50:43.087 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get update 2023-12-06T03:50:43.103 DEBUG:teuthology.orchestra.run.smithi073:> sudo apt-get update 2023-12-06T03:50:43.272 INFO:teuthology.orchestra.run.smithi073.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T03:50:43.282 INFO:teuthology.orchestra.run.smithi073.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-06T03:50:43.354 INFO:teuthology.orchestra.run.smithi073.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-06T03:50:43.369 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T03:50:43.374 INFO:teuthology.orchestra.run.smithi073.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-06T03:50:43.383 INFO:teuthology.orchestra.run.smithi110.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-06T03:50:43.431 INFO:teuthology.orchestra.run.smithi110.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-06T03:50:43.641 INFO:teuthology.orchestra.run.smithi073.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-06T03:50:43.742 INFO:teuthology.orchestra.run.smithi073.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,992 kB] 2023-12-06T03:50:43.783 INFO:teuthology.orchestra.run.smithi110.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-06T03:50:43.785 INFO:teuthology.orchestra.run.smithi073.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-06T03:50:43.789 INFO:teuthology.orchestra.run.smithi073.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-06T03:50:43.789 INFO:teuthology.orchestra.run.smithi073.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-06T03:50:43.789 INFO:teuthology.orchestra.run.smithi073.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-06T03:50:43.812 INFO:teuthology.orchestra.run.smithi073.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-06T03:50:43.815 INFO:teuthology.orchestra.run.smithi073.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T03:50:43.815 INFO:teuthology.orchestra.run.smithi073.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-06T03:50:43.824 INFO:teuthology.orchestra.run.smithi073.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-06T03:50:43.831 INFO:teuthology.orchestra.run.smithi073.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-06T03:50:43.833 INFO:teuthology.orchestra.run.smithi073.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-06T03:50:43.834 INFO:teuthology.orchestra.run.smithi073.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-06T03:50:43.834 INFO:teuthology.orchestra.run.smithi073.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-06T03:50:43.834 INFO:teuthology.orchestra.run.smithi073.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-06T03:50:43.853 INFO:teuthology.orchestra.run.smithi073.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-06T03:50:43.853 INFO:teuthology.orchestra.run.smithi073.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-06T03:50:43.854 INFO:teuthology.orchestra.run.smithi073.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-06T03:50:43.855 INFO:teuthology.orchestra.run.smithi073.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-06T03:50:43.855 INFO:teuthology.orchestra.run.smithi073.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-06T03:50:43.873 INFO:teuthology.orchestra.run.smithi073.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-06T03:50:43.873 INFO:teuthology.orchestra.run.smithi073.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-06T03:50:43.882 INFO:teuthology.orchestra.run.smithi110.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-06T03:50:43.954 INFO:teuthology.orchestra.run.smithi073.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-06T03:50:44.018 INFO:teuthology.orchestra.run.smithi110.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,992 kB] 2023-12-06T03:50:44.410 INFO:teuthology.orchestra.run.smithi110.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-06T03:50:44.425 INFO:teuthology.orchestra.run.smithi110.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-06T03:50:44.434 INFO:teuthology.orchestra.run.smithi073.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-06T03:50:44.434 INFO:teuthology.orchestra.run.smithi110.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-06T03:50:44.434 INFO:teuthology.orchestra.run.smithi110.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-06T03:50:44.434 INFO:teuthology.orchestra.run.smithi110.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-06T03:50:44.448 INFO:teuthology.orchestra.run.smithi073.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-06T03:50:44.456 INFO:teuthology.orchestra.run.smithi073.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-06T03:50:44.457 INFO:teuthology.orchestra.run.smithi073.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-06T03:50:44.491 INFO:teuthology.orchestra.run.smithi110.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-06T03:50:44.508 INFO:teuthology.orchestra.run.smithi110.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-06T03:50:44.510 INFO:teuthology.orchestra.run.smithi110.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-06T03:50:44.517 INFO:teuthology.orchestra.run.smithi110.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T03:50:44.518 INFO:teuthology.orchestra.run.smithi110.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-06T03:50:44.518 INFO:teuthology.orchestra.run.smithi110.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-06T03:50:44.518 INFO:teuthology.orchestra.run.smithi110.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-06T03:50:44.519 INFO:teuthology.orchestra.run.smithi110.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-06T03:50:44.531 INFO:teuthology.orchestra.run.smithi110.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-06T03:50:44.534 INFO:teuthology.orchestra.run.smithi073.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-06T03:50:44.534 INFO:teuthology.orchestra.run.smithi073.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-06T03:50:44.540 INFO:teuthology.orchestra.run.smithi073.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T03:50:44.540 INFO:teuthology.orchestra.run.smithi073.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-06T03:50:44.561 INFO:teuthology.orchestra.run.smithi073.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-06T03:50:44.597 INFO:teuthology.orchestra.run.smithi110.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-06T03:50:44.603 INFO:teuthology.orchestra.run.smithi110.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T03:50:44.714 INFO:teuthology.orchestra.run.smithi110.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-06T03:50:44.737 INFO:teuthology.orchestra.run.smithi073.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-06T03:50:44.766 INFO:teuthology.orchestra.run.smithi110.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-06T03:50:45.141 INFO:teuthology.orchestra.run.smithi110.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-06T03:50:45.146 INFO:teuthology.orchestra.run.smithi110.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-06T03:50:45.148 INFO:teuthology.orchestra.run.smithi110.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-06T03:50:45.156 INFO:teuthology.orchestra.run.smithi110.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-06T03:50:45.157 INFO:teuthology.orchestra.run.smithi110.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-06T03:50:45.158 INFO:teuthology.orchestra.run.smithi073.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-06T03:50:45.164 INFO:teuthology.orchestra.run.smithi073.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-06T03:50:45.165 INFO:teuthology.orchestra.run.smithi073.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-06T03:50:45.174 INFO:teuthology.orchestra.run.smithi073.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-06T03:50:45.175 INFO:teuthology.orchestra.run.smithi073.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-06T03:50:45.360 INFO:teuthology.orchestra.run.smithi110.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-06T03:50:45.469 INFO:teuthology.orchestra.run.smithi110.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-06T03:50:45.490 INFO:teuthology.orchestra.run.smithi110.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-06T03:50:45.491 INFO:teuthology.orchestra.run.smithi110.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-06T03:50:45.493 INFO:teuthology.orchestra.run.smithi110.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-06T03:50:45.493 INFO:teuthology.orchestra.run.smithi110.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-06T03:50:45.494 INFO:teuthology.orchestra.run.smithi110.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-06T03:50:45.494 INFO:teuthology.orchestra.run.smithi110.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-06T03:50:45.496 INFO:teuthology.orchestra.run.smithi110.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-06T03:50:45.499 INFO:teuthology.orchestra.run.smithi110.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-06T03:50:45.664 INFO:teuthology.orchestra.run.smithi110.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-06T03:50:45.828 INFO:teuthology.orchestra.run.smithi110.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-06T03:50:45.879 INFO:teuthology.orchestra.run.smithi110.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-06T03:50:47.782 INFO:teuthology.orchestra.run.smithi073.stdout:Fetched 18.3 MB in 3s (7,066 kB/s) 2023-12-06T03:50:48.280 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 18.3 MB in 3s (5,703 kB/s) 2023-12-06T03:50:49.186 INFO:teuthology.orchestra.run.smithi073.stdout:Reading package lists... 2023-12-06T03:50:49.209 DEBUG:teuthology.orchestra.run.smithi073:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-06T03:50:49.281 INFO:teuthology.orchestra.run.smithi073.stdout:Reading package lists... 2023-12-06T03:50:49.483 INFO:teuthology.orchestra.run.smithi073.stdout:Building dependency tree... 2023-12-06T03:50:49.484 INFO:teuthology.orchestra.run.smithi073.stdout:Reading state information... 2023-12-06T03:50:49.662 INFO:teuthology.orchestra.run.smithi073.stdout:The following additional packages will be installed: 2023-12-06T03:50:49.663 INFO:teuthology.orchestra.run.smithi073.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-06T03:50:49.663 INFO:teuthology.orchestra.run.smithi073.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-06T03:50:49.663 INFO:teuthology.orchestra.run.smithi073.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-06T03:50:49.663 INFO:teuthology.orchestra.run.smithi073.stdout:Suggested packages: 2023-12-06T03:50:49.664 INFO:teuthology.orchestra.run.smithi073.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-06T03:50:49.664 INFO:teuthology.orchestra.run.smithi073.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-06T03:50:49.716 INFO:teuthology.orchestra.run.smithi073.stdout:The following NEW packages will be installed: 2023-12-06T03:50:49.716 INFO:teuthology.orchestra.run.smithi073.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-06T03:50:49.716 INFO:teuthology.orchestra.run.smithi073.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-06T03:50:49.716 INFO:teuthology.orchestra.run.smithi073.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-06T03:50:49.717 INFO:teuthology.orchestra.run.smithi073.stdout: thermald upower usbmuxd 2023-12-06T03:50:49.731 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2023-12-06T03:50:49.758 DEBUG:teuthology.orchestra.run.smithi110:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-06T03:50:49.847 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2023-12-06T03:50:49.901 INFO:teuthology.orchestra.run.smithi073.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-06T03:50:49.902 INFO:teuthology.orchestra.run.smithi073.stdout:Need to get 90.8 MB of archives. 2023-12-06T03:50:49.902 INFO:teuthology.orchestra.run.smithi073.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-06T03:50:49.902 INFO:teuthology.orchestra.run.smithi073.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-06T03:50:50.051 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2023-12-06T03:50:50.051 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2023-12-06T03:50:50.185 INFO:teuthology.orchestra.run.smithi073.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-06T03:50:50.213 INFO:teuthology.orchestra.run.smithi073.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-06T03:50:50.226 INFO:teuthology.orchestra.run.smithi110.stdout:The following additional packages will be installed: 2023-12-06T03:50:50.226 INFO:teuthology.orchestra.run.smithi110.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-06T03:50:50.226 INFO:teuthology.orchestra.run.smithi110.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-06T03:50:50.227 INFO:teuthology.orchestra.run.smithi110.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-06T03:50:50.228 INFO:teuthology.orchestra.run.smithi110.stdout:Suggested packages: 2023-12-06T03:50:50.228 INFO:teuthology.orchestra.run.smithi110.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-06T03:50:50.228 INFO:teuthology.orchestra.run.smithi110.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-06T03:50:50.232 INFO:teuthology.orchestra.run.smithi073.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-06T03:50:50.286 INFO:teuthology.orchestra.run.smithi110.stdout:The following NEW packages will be installed: 2023-12-06T03:50:50.286 INFO:teuthology.orchestra.run.smithi110.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-06T03:50:50.287 INFO:teuthology.orchestra.run.smithi110.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-06T03:50:50.287 INFO:teuthology.orchestra.run.smithi110.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-06T03:50:50.287 INFO:teuthology.orchestra.run.smithi110.stdout: thermald upower usbmuxd 2023-12-06T03:50:50.304 INFO:teuthology.orchestra.run.smithi073.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-06T03:50:50.338 INFO:teuthology.orchestra.run.smithi073.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [20.9 MB] 2023-12-06T03:50:50.339 INFO:teuthology.orchestra.run.smithi110.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-06T03:50:50.340 INFO:teuthology.orchestra.run.smithi110.stdout:Need to get 90.8 MB of archives. 2023-12-06T03:50:50.340 INFO:teuthology.orchestra.run.smithi110.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-06T03:50:50.340 INFO:teuthology.orchestra.run.smithi110.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-06T03:50:50.397 INFO:teuthology.orchestra.run.smithi110.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-06T03:50:50.403 INFO:teuthology.orchestra.run.smithi110.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-06T03:50:50.406 INFO:teuthology.orchestra.run.smithi110.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-06T03:50:50.421 INFO:teuthology.orchestra.run.smithi110.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-06T03:50:50.428 INFO:teuthology.orchestra.run.smithi110.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [20.9 MB] 2023-12-06T03:50:50.713 INFO:teuthology.orchestra.run.smithi110.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [11.4 MB] 2023-12-06T03:50:50.811 INFO:teuthology.orchestra.run.smithi110.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [58.0 MB] 2023-12-06T03:50:51.263 INFO:teuthology.orchestra.run.smithi073.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [11.4 MB] 2023-12-06T03:50:51.489 INFO:teuthology.orchestra.run.smithi110.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.89.99~20.04.47 [2,628 B] 2023-12-06T03:50:51.560 INFO:teuthology.orchestra.run.smithi073.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [58.0 MB] 2023-12-06T03:50:51.568 INFO:teuthology.orchestra.run.smithi110.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-06T03:50:51.569 INFO:teuthology.orchestra.run.smithi110.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-06T03:50:51.575 INFO:teuthology.orchestra.run.smithi110.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-06T03:50:51.577 INFO:teuthology.orchestra.run.smithi110.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-06T03:50:52.252 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 90.8 MB in 1s (70.8 MB/s) 2023-12-06T03:50:52.460 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-06T03:50:53.495 INFO:teuthology.orchestra.run.smithi073.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.89.99~20.04.47 [2,628 B] 2023-12-06T03:50:53.495 INFO:teuthology.orchestra.run.smithi073.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-06T03:50:53.496 INFO:teuthology.orchestra.run.smithi073.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-06T03:50:53.665 INFO:teuthology.orchestra.run.smithi073.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-06T03:50:54.017 INFO:teuthology.orchestra.run.smithi073.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-06T03:50:54.214 INFO:teuthology.orchestra.run.smithi110.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.) 2023-12-06T03:50:54.219 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-06T03:50:54.340 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-06T03:50:54.685 INFO:teuthology.orchestra.run.smithi073.stdout:Fetched 90.8 MB in 4s (21.1 MB/s) 2023-12-06T03:50:54.702 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-06T03:50:54.716 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-06T03:50:54.760 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-06T03:50:54.925 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-06T03:50:55.055 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-06T03:50:55.067 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-06T03:50:55.130 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-06T03:50:55.382 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-06T03:50:55.398 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-06T03:50:55.441 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-06T03:50:55.760 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-06T03:50:55.775 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-06T03:50:55.818 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-06T03:50:56.138 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-06T03:50:56.152 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../05-linux-modules-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-06T03:50:56.196 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-06T03:50:56.695 INFO:teuthology.orchestra.run.smithi073.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.) 2023-12-06T03:50:56.700 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-06T03:50:56.881 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-06T03:50:57.243 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-06T03:50:57.257 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-06T03:50:57.293 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-06T03:50:57.621 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-06T03:50:57.635 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-06T03:50:57.696 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-06T03:50:58.041 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-06T03:50:58.054 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-06T03:50:58.099 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-06T03:50:58.436 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-06T03:50:58.451 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-06T03:50:58.486 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-06T03:50:58.630 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-06T03:50:58.644 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../06-linux-image-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-06T03:50:58.738 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-06T03:50:58.797 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-06T03:50:58.812 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../05-linux-modules-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-06T03:50:58.855 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-06T03:50:59.200 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-06T03:50:59.213 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-06T03:50:59.249 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-06T03:51:01.407 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-06T03:51:01.421 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../06-linux-image-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-06T03:51:01.516 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-06T03:51:02.061 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-06T03:51:02.074 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-06T03:51:02.110 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-06T03:51:05.880 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-06T03:51:05.895 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-06T03:51:05.938 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-06T03:51:06.274 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-06T03:51:06.289 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-06T03:51:06.332 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-06T03:51:06.685 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package thermald. 2023-12-06T03:51:06.701 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-06T03:51:06.744 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-06T03:51:07.274 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package upower. 2023-12-06T03:51:07.287 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-06T03:51:07.343 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-06T03:51:08.112 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package usbmuxd. 2023-12-06T03:51:08.126 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-06T03:51:08.170 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-06T03:51:08.484 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-06T03:51:08.608 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-06T03:51:08.734 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-06T03:51:08.860 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-06T03:51:08.986 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-06T03:51:09.087 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-06T03:51:09.188 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-06T03:51:09.573 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-06T03:51:09.591 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-06T03:51:09.633 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-06T03:51:09.737 INFO:teuthology.orchestra.run.smithi110.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-06T03:51:09.792 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-06T03:51:09.960 INFO:teuthology.orchestra.run.smithi110.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-06T03:51:09.970 INFO:teuthology.orchestra.run.smithi110.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-06T03:51:09.970 INFO:teuthology.orchestra.run.smithi110.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-06T03:51:09.976 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-06T03:51:09.988 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-06T03:51:10.041 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-06T03:51:10.412 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package thermald. 2023-12-06T03:51:10.426 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-06T03:51:10.468 INFO:teuthology.orchestra.run.smithi110.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-06T03:51:10.470 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-06T03:51:10.672 INFO:teuthology.orchestra.run.smithi110.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-06T03:51:10.714 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-06T03:51:11.031 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-06T03:51:11.031 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-06T03:51:11.042 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package upower. 2023-12-06T03:51:11.059 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-06T03:51:11.113 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-06T03:51:11.494 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-06T03:51:11.538 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package usbmuxd. 2023-12-06T03:51:11.553 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-06T03:51:11.597 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-06T03:51:11.903 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-06T03:51:12.043 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-06T03:51:12.169 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-06T03:51:12.320 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-06T03:51:12.446 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-06T03:51:12.614 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-06T03:51:12.740 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-06T03:51:12.808 INFO:teuthology.orchestra.run.smithi110.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-06T03:51:12.808 INFO:teuthology.orchestra.run.smithi110.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-06T03:51:13.066 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-06T03:51:13.293 INFO:teuthology.orchestra.run.smithi073.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-06T03:51:13.353 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-06T03:51:13.521 INFO:teuthology.orchestra.run.smithi073.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-06T03:51:13.534 INFO:teuthology.orchestra.run.smithi073.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-06T03:51:13.535 INFO:teuthology.orchestra.run.smithi073.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-06T03:51:14.337 INFO:teuthology.orchestra.run.smithi073.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-06T03:51:14.549 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-06T03:51:14.551 INFO:teuthology.orchestra.run.smithi073.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-06T03:51:14.600 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-06T03:51:14.922 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-06T03:51:14.922 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-06T03:51:15.405 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-06T03:51:15.917 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-06T03:51:16.043 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-06T03:51:16.340 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-06T03:51:16.741 INFO:teuthology.orchestra.run.smithi073.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-06T03:51:16.741 INFO:teuthology.orchestra.run.smithi073.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-06T03:51:16.916 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-06T03:51:17.085 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-06T03:51:17.196 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-06T03:51:17.261 INFO:teuthology.orchestra.run.smithi110.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-06T03:51:17.261 INFO:teuthology.orchestra.run.smithi110.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-06T03:51:18.301 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-06T03:51:20.778 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-06T03:51:20.920 INFO:teuthology.orchestra.run.smithi073.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-06T03:51:21.209 INFO:teuthology.orchestra.run.smithi073.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-06T03:51:22.004 INFO:teuthology.orchestra.run.smithi073.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-06T03:51:22.121 INFO:teuthology.orchestra.run.smithi073.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-06T03:51:22.190 INFO:teuthology.orchestra.run.smithi073.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-06T03:51:22.190 INFO:teuthology.orchestra.run.smithi073.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-06T03:51:43.157 INFO:teuthology.orchestra.run.smithi110.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-06T03:51:43.158 INFO:teuthology.orchestra.run.smithi110.stdout:Sourcing file `/etc/default/grub' 2023-12-06T03:51:43.175 INFO:teuthology.orchestra.run.smithi110.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T03:51:43.227 INFO:teuthology.orchestra.run.smithi110.stdout:Generating grub configuration file ... 2023-12-06T03:51:43.544 INFO:teuthology.orchestra.run.smithi110.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-06T03:51:43.566 INFO:teuthology.orchestra.run.smithi110.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-06T03:51:44.041 INFO:teuthology.orchestra.run.smithi110.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T03:51:44.053 INFO:teuthology.orchestra.run.smithi110.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T03:51:45.773 INFO:teuthology.orchestra.run.smithi110.stdout:done 2023-12-06T03:51:46.227 DEBUG:teuthology.orchestra.run.smithi110:> dpkg -s linux-image-generic-hwe-20.04 2023-12-06T03:51:46.282 INFO:teuthology.orchestra.run.smithi110.stdout:Package: linux-image-generic-hwe-20.04 2023-12-06T03:51:46.282 INFO:teuthology.orchestra.run.smithi110.stdout:Status: install ok installed 2023-12-06T03:51:46.282 INFO:teuthology.orchestra.run.smithi110.stdout:Priority: optional 2023-12-06T03:51:46.283 INFO:teuthology.orchestra.run.smithi110.stdout:Section: kernel 2023-12-06T03:51:46.283 INFO:teuthology.orchestra.run.smithi110.stdout:Installed-Size: 20 2023-12-06T03:51:46.283 INFO:teuthology.orchestra.run.smithi110.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T03:51:46.283 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: amd64 2023-12-06T03:51:46.283 INFO:teuthology.orchestra.run.smithi110.stdout:Source: linux-meta-hwe-5.15 2023-12-06T03:51:46.283 INFO:teuthology.orchestra.run.smithi110.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-06T03:51:46.284 INFO:teuthology.orchestra.run.smithi110.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-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-06T03:51:46.284 INFO:teuthology.orchestra.run.smithi110.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-06T03:51:46.284 INFO:teuthology.orchestra.run.smithi110.stdout:Recommends: thermald 2023-12-06T03:51:46.284 INFO:teuthology.orchestra.run.smithi110.stdout:Description: Generic Linux kernel image 2023-12-06T03:51:46.284 INFO:teuthology.orchestra.run.smithi110.stdout: This package will always depend on the latest generic kernel image 2023-12-06T03:51:46.284 INFO:teuthology.orchestra.run.smithi110.stdout: available. 2023-12-06T03:51:46.285 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-06T03:51:46.285 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T03:51:46.285 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T03:51:46.285 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-06T03:51:46.286 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi110.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T03:51:46.286 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get clean 2023-12-06T03:51:46.369 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get update 2023-12-06T03:51:46.524 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T03:51:46.540 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-06T03:51:46.553 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-06T03:51:46.594 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-06T03:51:47.678 INFO:teuthology.orchestra.run.smithi073.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-06T03:51:47.678 INFO:teuthology.orchestra.run.smithi073.stdout:Sourcing file `/etc/default/grub' 2023-12-06T03:51:47.697 INFO:teuthology.orchestra.run.smithi073.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T03:51:47.722 INFO:teuthology.orchestra.run.smithi073.stdout:Generating grub configuration file ... 2023-12-06T03:51:48.066 INFO:teuthology.orchestra.run.smithi073.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-06T03:51:48.087 INFO:teuthology.orchestra.run.smithi073.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-06T03:51:48.279 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2023-12-06T03:51:48.304 DEBUG:teuthology.orchestra.run.smithi110:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-06T03:51:48.374 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2023-12-06T03:51:48.553 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2023-12-06T03:51:48.554 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2023-12-06T03:51:48.600 INFO:teuthology.orchestra.run.smithi073.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T03:51:48.617 INFO:teuthology.orchestra.run.smithi073.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T03:51:48.762 INFO:teuthology.orchestra.run.smithi110.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-06T03:51:48.762 INFO:teuthology.orchestra.run.smithi110.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-06T03:51:48.764 DEBUG:teuthology.orchestra.run.smithi110:> dpkg -s linux-image-generic-hwe-20.04 2023-12-06T03:51:48.784 INFO:teuthology.orchestra.run.smithi110.stdout:Package: linux-image-generic-hwe-20.04 2023-12-06T03:51:48.784 INFO:teuthology.orchestra.run.smithi110.stdout:Status: install ok installed 2023-12-06T03:51:48.785 INFO:teuthology.orchestra.run.smithi110.stdout:Priority: optional 2023-12-06T03:51:48.785 INFO:teuthology.orchestra.run.smithi110.stdout:Section: kernel 2023-12-06T03:51:48.785 INFO:teuthology.orchestra.run.smithi110.stdout:Installed-Size: 20 2023-12-06T03:51:48.785 INFO:teuthology.orchestra.run.smithi110.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T03:51:48.785 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: amd64 2023-12-06T03:51:48.785 INFO:teuthology.orchestra.run.smithi110.stdout:Source: linux-meta-hwe-5.15 2023-12-06T03:51:48.785 INFO:teuthology.orchestra.run.smithi110.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-06T03:51:48.785 INFO:teuthology.orchestra.run.smithi110.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-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-06T03:51:48.785 INFO:teuthology.orchestra.run.smithi110.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-06T03:51:48.785 INFO:teuthology.orchestra.run.smithi110.stdout:Recommends: thermald 2023-12-06T03:51:48.785 INFO:teuthology.orchestra.run.smithi110.stdout:Description: Generic Linux kernel image 2023-12-06T03:51:48.785 INFO:teuthology.orchestra.run.smithi110.stdout: This package will always depend on the latest generic kernel image 2023-12-06T03:51:48.785 INFO:teuthology.orchestra.run.smithi110.stdout: available. 2023-12-06T03:51:48.786 DEBUG:teuthology.orchestra.run.smithi110:> mktemp 2023-12-06T03:51:48.791 INFO:teuthology.orchestra.run.smithi110.stdout:/tmp/tmp.tXShKN9MPz 2023-12-06T03:51:48.791 DEBUG:teuthology.orchestra.run.smithi110:> sudo cp /boot/grub/grub.cfg /tmp/tmp.tXShKN9MPz 2023-12-06T03:51:48.848 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0666 /tmp/tmp.tXShKN9MPz 2023-12-06T03:51:48.877 DEBUG:teuthology.orchestra.remote:smithi110:/tmp/tmp.tXShKN9MPz is 9KB 2023-12-06T03:51:48.893 DEBUG:teuthology.orchestra.run.smithi110:> rm -fr /tmp/tmp.tXShKN9MPz 2023-12-06T03:51:48.904 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-06T03:51:48.960 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-12-06T03:51:48.960 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-06T03:51:48.960 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-06T03:51:48.990 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-06T03:51:48.990 DEBUG:teuthology.orchestra.run.smithi110:> sudo update-grub 2023-12-06T03:51:50.250 INFO:teuthology.orchestra.run.smithi110.stderr:Sourcing file `/etc/default/grub' 2023-12-06T03:51:50.257 INFO:teuthology.orchestra.run.smithi110.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T03:51:50.271 INFO:teuthology.orchestra.run.smithi110.stderr:Generating grub configuration file ... 2023-12-06T03:51:50.360 INFO:teuthology.orchestra.run.smithi073.stdout:done 2023-12-06T03:51:50.572 INFO:teuthology.orchestra.run.smithi110.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-06T03:51:50.584 INFO:teuthology.orchestra.run.smithi110.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-06T03:51:50.822 DEBUG:teuthology.orchestra.run.smithi073:> dpkg -s linux-image-generic-hwe-20.04 2023-12-06T03:51:50.862 INFO:teuthology.orchestra.run.smithi073.stdout:Package: linux-image-generic-hwe-20.04 2023-12-06T03:51:50.863 INFO:teuthology.orchestra.run.smithi073.stdout:Status: install ok installed 2023-12-06T03:51:50.863 INFO:teuthology.orchestra.run.smithi073.stdout:Priority: optional 2023-12-06T03:51:50.863 INFO:teuthology.orchestra.run.smithi073.stdout:Section: kernel 2023-12-06T03:51:50.863 INFO:teuthology.orchestra.run.smithi073.stdout:Installed-Size: 20 2023-12-06T03:51:50.863 INFO:teuthology.orchestra.run.smithi073.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T03:51:50.863 INFO:teuthology.orchestra.run.smithi073.stdout:Architecture: amd64 2023-12-06T03:51:50.863 INFO:teuthology.orchestra.run.smithi073.stdout:Source: linux-meta-hwe-5.15 2023-12-06T03:51:50.863 INFO:teuthology.orchestra.run.smithi073.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-06T03:51:50.863 INFO:teuthology.orchestra.run.smithi073.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-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-06T03:51:50.863 INFO:teuthology.orchestra.run.smithi073.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-06T03:51:50.863 INFO:teuthology.orchestra.run.smithi073.stdout:Recommends: thermald 2023-12-06T03:51:50.863 INFO:teuthology.orchestra.run.smithi073.stdout:Description: Generic Linux kernel image 2023-12-06T03:51:50.863 INFO:teuthology.orchestra.run.smithi073.stdout: This package will always depend on the latest generic kernel image 2023-12-06T03:51:50.864 INFO:teuthology.orchestra.run.smithi073.stdout: available. 2023-12-06T03:51:50.864 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-06T03:51:50.864 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T03:51:50.864 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T03:51:50.864 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-06T03:51:50.864 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi073.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T03:51:50.864 DEBUG:teuthology.orchestra.run.smithi073:> sudo apt-get clean 2023-12-06T03:51:50.929 DEBUG:teuthology.orchestra.run.smithi073:> sudo apt-get update 2023-12-06T03:51:50.985 INFO:teuthology.orchestra.run.smithi110.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T03:51:50.997 INFO:teuthology.orchestra.run.smithi110.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T03:51:51.187 INFO:teuthology.orchestra.run.smithi073.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T03:51:51.187 INFO:teuthology.orchestra.run.smithi073.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-06T03:51:51.258 INFO:teuthology.orchestra.run.smithi073.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-06T03:51:51.347 INFO:teuthology.orchestra.run.smithi073.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-06T03:51:51.680 INFO:teuthology.orchestra.run.smithi110.stderr:done 2023-12-06T03:51:51.682 DEBUG:teuthology.orchestra.run.smithi110:> sudo shutdown -r now 2023-12-06T03:51:52.974 INFO:teuthology.orchestra.run.smithi073.stdout:Reading package lists... 2023-12-06T03:51:53.000 DEBUG:teuthology.orchestra.run.smithi073:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-06T03:51:53.068 INFO:teuthology.orchestra.run.smithi073.stdout:Reading package lists... 2023-12-06T03:51:53.249 INFO:teuthology.orchestra.run.smithi073.stdout:Building dependency tree... 2023-12-06T03:51:53.249 INFO:teuthology.orchestra.run.smithi073.stdout:Reading state information... 2023-12-06T03:51:53.455 INFO:teuthology.orchestra.run.smithi073.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-06T03:51:53.455 INFO:teuthology.orchestra.run.smithi073.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-06T03:51:53.457 DEBUG:teuthology.orchestra.run.smithi073:> dpkg -s linux-image-generic-hwe-20.04 2023-12-06T03:51:53.479 INFO:teuthology.orchestra.run.smithi073.stdout:Package: linux-image-generic-hwe-20.04 2023-12-06T03:51:53.479 INFO:teuthology.orchestra.run.smithi073.stdout:Status: install ok installed 2023-12-06T03:51:53.479 INFO:teuthology.orchestra.run.smithi073.stdout:Priority: optional 2023-12-06T03:51:53.479 INFO:teuthology.orchestra.run.smithi073.stdout:Section: kernel 2023-12-06T03:51:53.479 INFO:teuthology.orchestra.run.smithi073.stdout:Installed-Size: 20 2023-12-06T03:51:53.479 INFO:teuthology.orchestra.run.smithi073.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T03:51:53.479 INFO:teuthology.orchestra.run.smithi073.stdout:Architecture: amd64 2023-12-06T03:51:53.479 INFO:teuthology.orchestra.run.smithi073.stdout:Source: linux-meta-hwe-5.15 2023-12-06T03:51:53.479 INFO:teuthology.orchestra.run.smithi073.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-06T03:51:53.479 INFO:teuthology.orchestra.run.smithi073.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-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-06T03:51:53.480 INFO:teuthology.orchestra.run.smithi073.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-06T03:51:53.480 INFO:teuthology.orchestra.run.smithi073.stdout:Recommends: thermald 2023-12-06T03:51:53.480 INFO:teuthology.orchestra.run.smithi073.stdout:Description: Generic Linux kernel image 2023-12-06T03:51:53.480 INFO:teuthology.orchestra.run.smithi073.stdout: This package will always depend on the latest generic kernel image 2023-12-06T03:51:53.480 INFO:teuthology.orchestra.run.smithi073.stdout: available. 2023-12-06T03:51:53.480 DEBUG:teuthology.orchestra.run.smithi073:> mktemp 2023-12-06T03:51:53.527 INFO:teuthology.orchestra.run.smithi073.stdout:/tmp/tmp.cYZCGOgyPS 2023-12-06T03:51:53.527 DEBUG:teuthology.orchestra.run.smithi073:> sudo cp /boot/grub/grub.cfg /tmp/tmp.cYZCGOgyPS 2023-12-06T03:51:53.542 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 0666 /tmp/tmp.cYZCGOgyPS 2023-12-06T03:51:53.579 DEBUG:teuthology.orchestra.remote:smithi073:/tmp/tmp.cYZCGOgyPS is 9KB 2023-12-06T03:51:53.593 DEBUG:teuthology.orchestra.run.smithi073:> rm -fr /tmp/tmp.cYZCGOgyPS 2023-12-06T03:51:53.600 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-06T03:51:53.657 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-06T03:51:53.657 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-06T03:51:53.657 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-06T03:51:53.698 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-06T03:51:53.698 DEBUG:teuthology.orchestra.run.smithi073:> sudo update-grub 2023-12-06T03:51:55.144 INFO:teuthology.orchestra.run.smithi073.stderr:Sourcing file `/etc/default/grub' 2023-12-06T03:51:55.154 INFO:teuthology.orchestra.run.smithi073.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T03:51:55.205 INFO:teuthology.orchestra.run.smithi073.stderr:Generating grub configuration file ... 2023-12-06T03:51:55.482 INFO:teuthology.orchestra.run.smithi073.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-06T03:51:55.494 INFO:teuthology.orchestra.run.smithi073.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-06T03:51:55.948 INFO:teuthology.orchestra.run.smithi073.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T03:51:55.960 INFO:teuthology.orchestra.run.smithi073.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T03:51:56.688 INFO:teuthology.orchestra.run.smithi073.stderr:done 2023-12-06T03:51:56.690 DEBUG:teuthology.orchestra.run.smithi073:> sudo shutdown -r now 2023-12-06T03:52:21.710 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-06T03:52:21.710 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-06T03:52:21.711 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:52:26.696 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-06T03:52:26.696 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-12-06T03:52:26.697 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:52:40.034 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.110 2023-12-06T03:52:45.154 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2023-12-06T03:52:49.038 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-06T03:52:49.039 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:52:52.098 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.110 2023-12-06T03:52:54.157 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-12-06T03:52:54.157 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:52:57.218 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2023-12-06T03:53:04.105 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-06T03:53:04.105 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:53:09.222 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-12-06T03:53:09.223 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:53:22.530 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.110 2023-12-06T03:53:27.650 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2023-12-06T03:53:37.538 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-06T03:53:37.539 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:53:37.847 DEBUG:teuthology.orchestra.run.smithi110:> true 2023-12-06T03:53:38.400 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-06T03:53:38.400 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-89-generic"... 2023-12-06T03:53:38.400 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2023-12-06T03:53:38.447 INFO:teuthology.orchestra.run.smithi110.stdout:5.15.0-89-generic 2023-12-06T03:53:38.448 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-06T03:53:38.448 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T03:53:38.448 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-06T03:53:39.449 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-06T03:53:39.449 DEBUG:teuthology.orchestra.run.smithi110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T03:53:39.528 INFO:teuthology.orchestra.run.smithi110.stdout:ttyS1 2023-12-06T03:53:39.568 DEBUG:teuthology.parallel:result is None 2023-12-06T03:53:42.651 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-12-06T03:53:42.652 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:53:42.887 DEBUG:teuthology.orchestra.run.smithi073:> true 2023-12-06T03:53:43.445 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-12-06T03:53:43.445 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-89-generic"... 2023-12-06T03:53:43.445 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2023-12-06T03:53:43.495 INFO:teuthology.orchestra.run.smithi073.stdout:5.15.0-89-generic 2023-12-06T03:53:43.496 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-06T03:53:43.496 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T03:53:43.496 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-06T03:53:44.496 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-06T03:53:44.496 DEBUG:teuthology.orchestra.run.smithi073:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T03:53:44.855 INFO:teuthology.orchestra.run.smithi073.stdout:ttyS1 2023-12-06T03:53:44.880 DEBUG:teuthology.parallel:result is None 2023-12-06T03:53:44.880 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-06T03:53:44.888 INFO:teuthology.task.internal:Creating test directory... 2023-12-06T03:53:44.888 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T03:53:44.892 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T03:53:44.900 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-06T03:53:45.004 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-06T03:53:45.038 INFO:teuthology.task.internal:Creating archive directory... 2023-12-06T03:53:45.039 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T03:53:45.041 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T03:53:45.160 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-06T03:53:45.171 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-06T03:53:45.171 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-06T03:53:45.174 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-06T03:53:45.189 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T03:53:45.190 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T03:53:45.197 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T03:53:45.199 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T03:53:45.200 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-06T03:53:45.207 INFO:teuthology.task.internal:Configuring sudo... 2023-12-06T03:53:45.207 DEBUG:teuthology.orchestra.run.smithi073:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T03:53:45.243 DEBUG:teuthology.orchestra.run.smithi110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T03:53:45.260 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-06T03:53:45.269 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-06T03:53:45.269 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T03:53:45.306 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T03:53:45.313 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T03:53:45.356 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T03:53:45.404 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-06T03:53:45.404 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T03:53:45.481 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T03:53:45.488 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T03:53:45.536 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-12-06T03:53:45.536 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T03:53:45.608 DEBUG:teuthology.orchestra.run.smithi073:> sudo service rsyslog restart 2023-12-06T03:53:45.611 DEBUG:teuthology.orchestra.run.smithi110:> sudo service rsyslog restart 2023-12-06T03:53:45.690 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-06T03:53:45.698 INFO:teuthology.task.internal:Starting timer... 2023-12-06T03:53:45.698 INFO:teuthology.run_tasks:Running task pcp... 2023-12-06T03:53:45.762 INFO:teuthology.run_tasks:Running task selinux... 2023-12-06T03:53:45.795 DEBUG:teuthology.task.selinux:Excluding smithi073: OS 'ubuntu' does not support SELinux 2023-12-06T03:53:45.795 DEBUG:teuthology.task.selinux:Excluding smithi110: OS 'ubuntu' does not support SELinux 2023-12-06T03:53:45.796 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-06T03:53:45.796 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-06T03:53:45.796 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-06T03:53:45.796 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-06T03:53:45.839 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-06T03:53:45.845 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-06T03:53:45.980 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-06T03:53:45.994 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-06T03:53:45.995 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi073.front.sepia.ceph.com,smithi110.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-06T03:59:50.978 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi073.front.sepia.ceph.com'), Remote(name='ubuntu@smithi110.front.sepia.ceph.com')] 2023-12-06T03:59:50.979 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-12-06T03:59:50.980 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:59:51.080 DEBUG:teuthology.orchestra.run.smithi073:> true 2023-12-06T03:59:51.204 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-12-06T03:59:51.204 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-06T03:59:51.204 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:59:51.292 DEBUG:teuthology.orchestra.run.smithi110:> true 2023-12-06T03:59:51.411 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-06T03:59:51.412 INFO:teuthology.run_tasks:Running task clock... 2023-12-06T03:59:51.422 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-06T03:59:51.422 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T03:59:51.423 DEBUG:teuthology.orchestra.run.smithi073:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T03:59:51.427 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T03:59:51.427 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T03:59:51.455 INFO:teuthology.orchestra.run.smithi073.stdout: 6 Dec 03:59:51 ntpd[23449]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-06T03:59:51.455 INFO:teuthology.orchestra.run.smithi073.stdout: 6 Dec 03:59:51 ntpd[23449]: Command line: ntpd -gq 2023-12-06T03:59:51.456 INFO:teuthology.orchestra.run.smithi073.stdout: 6 Dec 03:59:51 ntpd[23449]: proto: precision = 0.094 usec (-23) 2023-12-06T03:59:51.456 INFO:teuthology.orchestra.run.smithi073.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T03:59:51.457 INFO:teuthology.orchestra.run.smithi073.stdout: 6 Dec 03:59:51 ntpd[23449]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T03:59:51.457 INFO:teuthology.orchestra.run.smithi073.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-06T03:59:51.458 INFO:teuthology.orchestra.run.smithi073.stdout: 6 Dec 03:59:51 ntpd[23449]: restrict ::: KOD does nothing without LIMITED. 2023-12-06T03:59:51.458 INFO:teuthology.orchestra.run.smithi073.stdout: 6 Dec 03:59:51 ntpd[23449]: Listen and drop on 0 v6wildcard [::]:123 2023-12-06T03:59:51.458 INFO:teuthology.orchestra.run.smithi073.stdout: 6 Dec 03:59:51 ntpd[23449]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-06T03:59:51.458 INFO:teuthology.orchestra.run.smithi073.stdout: 6 Dec 03:59:51 ntpd[23449]: Listen normally on 2 lo 127.0.0.1:123 2023-12-06T03:59:51.458 INFO:teuthology.orchestra.run.smithi073.stdout: 6 Dec 03:59:51 ntpd[23449]: Listen normally on 3 enp3s0f1 172.21.15.73:123 2023-12-06T03:59:51.458 INFO:teuthology.orchestra.run.smithi073.stdout: 6 Dec 03:59:51 ntpd[23449]: Listen normally on 4 lo [::1]:123 2023-12-06T03:59:51.458 INFO:teuthology.orchestra.run.smithi073.stdout: 6 Dec 03:59:51 ntpd[23449]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce7d%5]:123 2023-12-06T03:59:51.458 INFO:teuthology.orchestra.run.smithi073.stdout: 6 Dec 03:59:51 ntpd[23449]: Listening on routing socket on fd #22 for interface updates 2023-12-06T03:59:51.488 INFO:teuthology.orchestra.run.smithi110.stdout: 6 Dec 03:59:51 ntpd[23451]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-06T03:59:51.488 INFO:teuthology.orchestra.run.smithi110.stdout: 6 Dec 03:59:51 ntpd[23451]: Command line: ntpd -gq 2023-12-06T03:59:51.489 INFO:teuthology.orchestra.run.smithi110.stdout: 6 Dec 03:59:51 ntpd[23451]: proto: precision = 0.078 usec (-24) 2023-12-06T03:59:51.489 INFO:teuthology.orchestra.run.smithi110.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T03:59:51.489 INFO:teuthology.orchestra.run.smithi110.stdout: 6 Dec 03:59:51 ntpd[23451]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T03:59:51.490 INFO:teuthology.orchestra.run.smithi110.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-06T03:59:51.491 INFO:teuthology.orchestra.run.smithi110.stdout: 6 Dec 03:59:51 ntpd[23451]: restrict ::: KOD does nothing without LIMITED. 2023-12-06T03:59:51.491 INFO:teuthology.orchestra.run.smithi110.stdout: 6 Dec 03:59:51 ntpd[23451]: Listen and drop on 0 v6wildcard [::]:123 2023-12-06T03:59:51.491 INFO:teuthology.orchestra.run.smithi110.stdout: 6 Dec 03:59:51 ntpd[23451]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-06T03:59:51.491 INFO:teuthology.orchestra.run.smithi110.stdout: 6 Dec 03:59:51 ntpd[23451]: Listen normally on 2 lo 127.0.0.1:123 2023-12-06T03:59:51.491 INFO:teuthology.orchestra.run.smithi110.stdout: 6 Dec 03:59:51 ntpd[23451]: Listen normally on 3 enp3s0f1 172.21.15.110:123 2023-12-06T03:59:51.491 INFO:teuthology.orchestra.run.smithi110.stdout: 6 Dec 03:59:51 ntpd[23451]: Listen normally on 4 lo [::1]:123 2023-12-06T03:59:51.491 INFO:teuthology.orchestra.run.smithi110.stdout: 6 Dec 03:59:51 ntpd[23451]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cc35%5]:123 2023-12-06T03:59:51.492 INFO:teuthology.orchestra.run.smithi110.stdout: 6 Dec 03:59:51 ntpd[23451]: Listening on routing socket on fd #22 for interface updates 2023-12-06T03:59:52.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:52.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:52.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:52.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:52.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:52.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:52.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:52.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:52.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:52.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:52.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:52.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:52.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:52.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:52.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:52.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:52.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:52.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:52 ntpd[23449]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:52.489 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:52 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:52.489 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:52 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:52.489 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:52 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:52.489 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:52 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:52.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:52 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:52.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:52 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:52.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:52 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:52.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:52 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:52.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:52 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:52.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:52 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:52.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:52 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:52.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:52 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:52.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:52 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:52.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:52 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:53.455 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:53 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:53.456 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:53 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:54.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:54.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:54.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:54.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:54.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:54.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:54.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:54.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:54.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:54.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:54.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:54.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:54.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:54.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:54.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:54.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:54.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:54.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:54 ntpd[23449]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:54.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:54.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:54.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:54.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:54.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:54.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:54.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:54.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:54.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:54.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:54.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:54.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:54.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:54.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:54.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:54.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:54.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:54.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:54 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:56.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:56.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:56.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:56.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:56.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:56.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:56.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:56.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:56.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:56.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:56.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:56.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:56.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:56.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:56.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:56.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:56.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:56.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:56 ntpd[23449]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:56.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:56.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:56.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:56.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:56.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:56.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:56.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:56.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:56.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:56.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:56.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:56.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:56.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:56.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:56.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:56.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:56.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:56.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:56 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:58.456 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:58 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:58.456 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:58 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:58.456 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:58 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:58.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:58 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:58.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:58 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:58.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:58 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:58.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:58 ntpd[23449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:58.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:58 ntpd[23449]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:58.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:58 ntpd[23449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:58.457 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:58 ntpd[23449]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:58.457 INFO:teuthology.orchestra.run.smithi073.stdout: 6 Dec 03:59:58 ntpd[23449]: ntpd: time slew -0.000156 s 2023-12-06T03:59:58.457 INFO:teuthology.orchestra.run.smithi073.stdout:ntpd: time slew -0.000156s 2023-12-06T03:59:58.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:58 ntpd[23449]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-06T03:59:58.458 INFO:teuthology.orchestra.run.smithi073.stderr: 6 Dec 03:59:58 ntpd[23449]: can't open /var/log/ntpstats/loopstats.20231206: Permission denied 2023-12-06T03:59:58.489 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:58 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:58.489 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:58 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:58.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:58 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:58.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:58 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:58.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:58 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:58.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:58 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:58.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:58 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T03:59:58.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:58 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T03:59:58.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:58 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T03:59:58.490 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:58 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T03:59:58.490 INFO:teuthology.orchestra.run.smithi110.stdout: 6 Dec 03:59:58 ntpd[23451]: ntpd: time slew +0.000112 s 2023-12-06T03:59:58.491 INFO:teuthology.orchestra.run.smithi110.stdout:ntpd: time slew +0.000112s 2023-12-06T03:59:58.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:58 ntpd[23451]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-06T03:59:58.491 INFO:teuthology.orchestra.run.smithi110.stderr: 6 Dec 03:59:58 ntpd[23451]: can't open /var/log/ntpstats/loopstats.20231206: Permission denied 2023-12-06T03:59:58.521 INFO:teuthology.orchestra.run.smithi073.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T03:59:58.521 INFO:teuthology.orchestra.run.smithi073.stdout:============================================================================== 2023-12-06T03:59:58.521 INFO:teuthology.orchestra.run.smithi073.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T03:59:58.521 INFO:teuthology.orchestra.run.smithi073.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T03:59:58.521 INFO:teuthology.orchestra.run.smithi073.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T03:59:58.522 INFO:teuthology.orchestra.run.smithi073.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T03:59:58.555 INFO:teuthology.orchestra.run.smithi110.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T03:59:58.555 INFO:teuthology.orchestra.run.smithi110.stdout:============================================================================== 2023-12-06T03:59:58.555 INFO:teuthology.orchestra.run.smithi110.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T03:59:58.555 INFO:teuthology.orchestra.run.smithi110.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T03:59:58.555 INFO:teuthology.orchestra.run.smithi110.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T03:59:58.555 INFO:teuthology.orchestra.run.smithi110.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T03:59:58.556 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-06T03:59:58.568 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-06T03:59:58.568 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-06T03:59:58.568 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T03:59:58.576 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-06T03:59:58.576 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_1 2023-12-06T03:59:58.625 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T03:59:58.625 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T03:59:58.625 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 495 Links: 1 2023-12-06T03:59:58.625 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T03:59:58.625 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-12-06 03:58:18.025722350 +0000 2023-12-06T03:59:58.625 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-12-06 03:58:17.661730738 +0000 2023-12-06T03:59:58.625 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-12-06 03:58:17.661730738 +0000 2023-12-06T03:59:58.625 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-12-06T03:59:58.626 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T03:59:58.678 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-12-06T03:59:58.678 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-12-06T03:59:58.678 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.00034671 s, 1.5 MB/s 2023-12-06T03:59:58.679 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T03:59:58.730 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_2 2023-12-06T03:59:58.781 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T03:59:58.782 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T03:59:58.782 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 501 Links: 1 2023-12-06T03:59:58.782 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T03:59:58.782 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-12-06 03:58:18.269716724 +0000 2023-12-06T03:59:58.782 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-12-06 03:58:18.265716816 +0000 2023-12-06T03:59:58.783 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-12-06 03:58:18.265716816 +0000 2023-12-06T03:59:58.783 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-12-06T03:59:58.783 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T03:59:58.839 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-12-06T03:59:58.839 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-12-06T03:59:58.839 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000381322 s, 1.3 MB/s 2023-12-06T03:59:58.840 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T03:59:58.894 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_3 2023-12-06T03:59:58.944 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T03:59:58.944 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T03:59:58.944 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 508 Links: 1 2023-12-06T03:59:58.945 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T03:59:58.945 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-12-06 03:58:19.205695151 +0000 2023-12-06T03:59:58.945 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-12-06 03:58:18.849703357 +0000 2023-12-06T03:59:58.945 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-12-06 03:58:18.849703357 +0000 2023-12-06T03:59:58.945 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-12-06T03:59:58.945 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T03:59:59.000 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-12-06T03:59:59.000 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-12-06T03:59:59.000 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000410918 s, 1.2 MB/s 2023-12-06T03:59:59.001 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T03:59:59.054 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_4 2023-12-06T03:59:59.104 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T03:59:59.104 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T03:59:59.104 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 511 Links: 1 2023-12-06T03:59:59.104 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T03:59:59.105 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-12-06 03:58:19.769682150 +0000 2023-12-06T03:59:59.105 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-12-06 03:58:19.433689895 +0000 2023-12-06T03:59:59.105 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-12-06 03:58:19.433689895 +0000 2023-12-06T03:59:59.105 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-12-06T03:59:59.105 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T03:59:59.159 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-12-06T03:59:59.159 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-12-06T03:59:59.160 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000415153 s, 1.2 MB/s 2023-12-06T03:59:59.161 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T03:59:59.210 DEBUG:teuthology.orchestra.run.smithi073:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-06T03:59:59.342 INFO:teuthology.orchestra.run.smithi073.stdout:loop 2023-12-06T03:59:59.344 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_1... 2023-12-06T03:59:59.344 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-06T03:59:59.366 INFO:teuthology.orchestra.run.smithi073.stdout:1 2023-12-06T03:59:59.394 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_11 2023-12-06T03:59:59.418 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_2... 2023-12-06T03:59:59.419 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-06T03:59:59.483 INFO:teuthology.orchestra.run.smithi073.stdout:1 2023-12-06T03:59:59.509 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_21 2023-12-06T03:59:59.533 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_3... 2023-12-06T03:59:59.533 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-06T03:59:59.602 INFO:teuthology.orchestra.run.smithi073.stdout:1 2023-12-06T03:59:59.628 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_31 2023-12-06T03:59:59.653 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_4... 2023-12-06T03:59:59.653 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-06T03:59:59.719 INFO:teuthology.orchestra.run.smithi073.stdout:1 2023-12-06T03:59:59.747 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_41 2023-12-06T03:59:59.772 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-06T03:59:59.772 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T03:59:59.820 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme list 2023-12-06T03:59:59.876 INFO:teuthology.orchestra.run.smithi073.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-06T03:59:59.876 INFO:teuthology.orchestra.run.smithi073.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-06T03:59:59.877 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme0n1 PHFT62040115400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-06T03:59:59.877 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme1n1 6d487045859fe0e88585 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-06T03:59:59.877 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme2n1 e8492701088e0d2eac69 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-06T03:59:59.877 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme3n1 df47b93a1ffc9d860139 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-06T03:59:59.877 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme4n1 569fd884cd16c69c0f3e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-06T03:59:59.878 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-06T03:59:59.878 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-06T03:59:59.878 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/scratch_devs 2023-12-06T03:59:59.935 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-12-06T03:59:59.935 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T03:59:59.943 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-06T03:59:59.943 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_1 2023-12-06T03:59:59.995 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T03:59:59.995 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T03:59:59.995 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 493 Links: 1 2023-12-06T03:59:59.995 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T03:59:59.995 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-12-06 03:58:20.784916308 +0000 2023-12-06T03:59:59.995 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-12-06 03:58:20.436924335 +0000 2023-12-06T03:59:59.995 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-12-06 03:58:20.436924335 +0000 2023-12-06T03:59:59.995 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-12-06T03:59:59.996 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T04:00:00.050 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-12-06T04:00:00.050 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-12-06T04:00:00.050 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000304466 s, 1.7 MB/s 2023-12-06T04:00:00.051 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T04:00:00.104 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_2 2023-12-06T04:00:00.163 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T04:00:00.163 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T04:00:00.163 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 500 Links: 1 2023-12-06T04:00:00.163 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T04:00:00.163 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-12-06 03:58:21.388902375 +0000 2023-12-06T04:00:00.163 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-12-06 03:58:21.000911325 +0000 2023-12-06T04:00:00.163 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-12-06 03:58:21.000911325 +0000 2023-12-06T04:00:00.163 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-12-06T04:00:00.164 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T04:00:00.225 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-12-06T04:00:00.226 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-12-06T04:00:00.226 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.00030154 s, 1.7 MB/s 2023-12-06T04:00:00.227 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T04:00:00.276 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_3 2023-12-06T04:00:00.327 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T04:00:00.327 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T04:00:00.327 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 505 Links: 1 2023-12-06T04:00:00.327 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T04:00:00.327 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-12-06 03:58:21.612897208 +0000 2023-12-06T04:00:00.327 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-12-06 03:58:21.608897301 +0000 2023-12-06T04:00:00.328 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-12-06 03:58:21.608897301 +0000 2023-12-06T04:00:00.328 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-12-06T04:00:00.328 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T04:00:00.386 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-12-06T04:00:00.386 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-12-06T04:00:00.386 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000300026 s, 1.7 MB/s 2023-12-06T04:00:00.387 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T04:00:00.440 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_4 2023-12-06T04:00:00.490 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T04:00:00.491 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T04:00:00.491 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 511 Links: 1 2023-12-06T04:00:00.491 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T04:00:00.491 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-12-06 03:58:22.432878294 +0000 2023-12-06T04:00:00.491 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-12-06 03:58:22.128885306 +0000 2023-12-06T04:00:00.491 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-12-06 03:58:22.128885306 +0000 2023-12-06T04:00:00.491 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-12-06T04:00:00.491 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T04:00:00.546 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-12-06T04:00:00.546 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-12-06T04:00:00.546 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000241679 s, 2.1 MB/s 2023-12-06T04:00:00.547 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T04:00:00.600 DEBUG:teuthology.orchestra.run.smithi110:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-06T04:00:00.729 INFO:teuthology.orchestra.run.smithi110.stdout:loop 2023-12-06T04:00:00.731 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_1... 2023-12-06T04:00:00.731 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-06T04:00:00.750 INFO:teuthology.orchestra.run.smithi110.stdout:1 2023-12-06T04:00:00.777 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_11 2023-12-06T04:00:00.800 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_2... 2023-12-06T04:00:00.800 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-06T04:00:00.872 INFO:teuthology.orchestra.run.smithi110.stdout:1 2023-12-06T04:00:00.895 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_21 2023-12-06T04:00:00.916 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_3... 2023-12-06T04:00:00.916 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-06T04:00:00.985 INFO:teuthology.orchestra.run.smithi110.stdout:1 2023-12-06T04:00:01.008 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_31 2023-12-06T04:00:01.030 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_4... 2023-12-06T04:00:01.031 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-06T04:00:01.092 INFO:teuthology.orchestra.run.smithi110.stdout:1 2023-12-06T04:00:01.115 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_41 2023-12-06T04:00:01.137 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-12-06T04:00:01.137 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T04:00:01.186 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme list 2023-12-06T04:00:01.246 INFO:teuthology.orchestra.run.smithi110.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-06T04:00:01.247 INFO:teuthology.orchestra.run.smithi110.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-06T04:00:01.247 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme0n1 PHMB7476002T480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-12-06T04:00:01.247 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme1n1 cff74cc57a200ff2f11c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-06T04:00:01.247 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme2n1 008ac4239c3311935500 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-06T04:00:01.247 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme3n1 576fe2b453acb22d01fd Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-06T04:00:01.247 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme4n1 3de5ebd6ea2bc5c8f5fb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-06T04:00:01.248 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-06T04:00:01.249 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-12-06T04:00:01.249 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/scratch_devs 2023-12-06T04:00:01.307 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-06T04:00:01.400 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': 'd03fca4f35d43f61b4679936aef7bd2f01cced0b'} 2023-12-06T04:00:01.401 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b 2023-12-06T04:00:01.401 INFO:tasks.cephadm:Cluster fsid is edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:00:01.401 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-06T04:00:01.401 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-06T04:00:01.401 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi073': '172.21.15.73', 'mon.smithi110': '172.21.15.110'} 2023-12-06T04:00:01.402 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-06T04:00:01.402 DEBUG:teuthology.orchestra.run.smithi073:> sudo hostname $(hostname -s) 2023-12-06T04:00:01.418 DEBUG:teuthology.orchestra.run.smithi110:> sudo hostname $(hostname -s) 2023-12-06T04:00:01.435 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref d03fca4f35d43f61b4679936aef7bd2f01cced0b)... 2023-12-06T04:00:01.435 DEBUG:teuthology.orchestra.run.smithi073:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/d03fca4f35d43f61b4679936aef7bd2f01cced0b/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-06T04:00:01.622 INFO:teuthology.orchestra.run.smithi073.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 6 04:00 /home/ubuntu/cephtest/cephadm 2023-12-06T04:00:01.623 DEBUG:teuthology.orchestra.run.smithi110:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/d03fca4f35d43f61b4679936aef7bd2f01cced0b/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-06T04:00:01.784 INFO:teuthology.orchestra.run.smithi110.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 6 04:00 /home/ubuntu/cephtest/cephadm 2023-12-06T04:00:01.784 DEBUG:teuthology.orchestra.run.smithi073:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T04:00:01.794 DEBUG:teuthology.orchestra.run.smithi110:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T04:00:01.810 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /etc/ceph 2023-12-06T04:00:01.852 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /etc/ceph 2023-12-06T04:00:01.868 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 777 /etc/ceph 2023-12-06T04:00:01.909 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 777 /etc/ceph 2023-12-06T04:00:01.927 INFO:tasks.cephadm:Writing seed config... 2023-12-06T04:00:01.928 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-06T04:00:01.928 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-06T04:00:01.928 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-06T04:00:01.928 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-06T04:00:01.928 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-06T04:00:01.928 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-06T04:00:01.928 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-06T04:00:01.928 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-06T04:00:01.929 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-06T04:00:01.929 DEBUG:teuthology.orchestra.run.smithi073:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-06T04:00:01.956 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 = edf677d4-93eb-11ee-95a2-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 2023-12-06T04:00:01.956 DEBUG:teuthology.orchestra.run.smithi073:mon.smithi073> sudo journalctl -f -n 0 -u ceph-edf677d4-93eb-11ee-95a2-87774f69a715@mon.smithi073.service 2023-12-06T04:00:01.999 INFO:tasks.cephadm:Bootstrapping... 2023-12-06T04:00:02.000 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b -v bootstrap --fsid edf677d4-93eb-11ee-95a2-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.73 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-06T04:00:02.405 INFO:teuthology.orchestra.run.smithi073.stderr:-------------------------------------------------------------------------------- 2023-12-06T04:00:02.405 INFO:teuthology.orchestra.run.smithi073.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b', '-v', 'bootstrap', '--fsid', 'edf677d4-93eb-11ee-95a2-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.73', '--skip-admin-label'] 2023-12-06T04:00:02.405 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying podman|docker is present... 2023-12-06T04:00:02.405 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying lvm2 is present... 2023-12-06T04:00:02.405 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying time synchronization is in place... 2023-12-06T04:00:02.411 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T04:00:02.417 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-12-06T04:00:02.423 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-06T04:00:02.428 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-12-06T04:00:02.433 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: masked 2023-12-06T04:00:02.438 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-12-06T04:00:02.443 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-06T04:00:02.448 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-12-06T04:00:02.453 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: enabled 2023-12-06T04:00:02.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T04:00:02.458 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: active 2023-12-06T04:00:02.459 INFO:teuthology.orchestra.run.smithi073.stderr:Unit ntp.service is enabled and running 2023-12-06T04:00:02.459 INFO:teuthology.orchestra.run.smithi073.stderr:Repeating the final host check... 2023-12-06T04:00:02.459 INFO:teuthology.orchestra.run.smithi073.stderr:docker (/usr/bin/docker) is present 2023-12-06T04:00:02.459 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl is present 2023-12-06T04:00:02.459 INFO:teuthology.orchestra.run.smithi073.stderr:lvcreate is present 2023-12-06T04:00:02.465 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T04:00:02.469 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-12-06T04:00:02.476 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-06T04:00:02.482 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-12-06T04:00:02.487 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: masked 2023-12-06T04:00:02.494 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-12-06T04:00:02.499 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-06T04:00:02.505 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-12-06T04:00:02.513 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: enabled 2023-12-06T04:00:02.520 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: active 2023-12-06T04:00:02.521 INFO:teuthology.orchestra.run.smithi073.stderr:Unit ntp.service is enabled and running 2023-12-06T04:00:02.521 INFO:teuthology.orchestra.run.smithi073.stderr:Host looks OK 2023-12-06T04:00:02.521 INFO:teuthology.orchestra.run.smithi073.stderr:Cluster fsid: edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:00:02.521 INFO:teuthology.orchestra.run.smithi073.stderr:Acquiring lock 140658711435680 on /run/cephadm/edf677d4-93eb-11ee-95a2-87774f69a715.lock 2023-12-06T04:00:02.521 INFO:teuthology.orchestra.run.smithi073.stderr:Lock 140658711435680 acquired on /run/cephadm/edf677d4-93eb-11ee-95a2-87774f69a715.lock 2023-12-06T04:00:02.522 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying IP 172.21.15.73 port 3300 ... 2023-12-06T04:00:02.522 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying IP 172.21.15.73 port 6789 ... 2023-12-06T04:00:02.522 INFO:teuthology.orchestra.run.smithi073.stderr:Base mon IP(s) is [172.21.15.73:3300, 172.21.15.73:6789], mon addrv is [v2:172.21.15.73:3300,v1:172.21.15.73:6789] 2023-12-06T04:00:02.526 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2023-12-06T04:00:02.526 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.73 metric 100 2023-12-06T04:00:02.527 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-06T04:00:02.527 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.73 2023-12-06T04:00:02.527 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.73 metric 100 2023-12-06T04:00:02.531 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-06T04:00:02.531 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-06T04:00:02.531 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1788sec pref medium 2023-12-06T04:00:02.535 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-06T04:00:02.535 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-12-06T04:00:02.535 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T04:00:02.535 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-06T04:00:02.535 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe8f:ce7d/64 scope link 2023-12-06T04:00:02.535 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T04:00:02.537 INFO:teuthology.orchestra.run.smithi073.stderr:Mon IP `172.21.15.73` is in CIDR network `172.21.0.0/20` 2023-12-06T04:00:02.537 INFO:teuthology.orchestra.run.smithi073.stderr:Mon IP `172.21.15.73` is in CIDR network `172.21.0.0/20` 2023-12-06T04:00:02.537 INFO:teuthology.orchestra.run.smithi073.stderr:Mon IP `172.21.15.73` is in CIDR network `172.21.15.254/32` 2023-12-06T04:00:02.537 INFO:teuthology.orchestra.run.smithi073.stderr:Mon IP `172.21.15.73` is in CIDR network `172.21.15.254/32` 2023-12-06T04:00:02.537 INFO:teuthology.orchestra.run.smithi073.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'] 2023-12-06T04:00:02.537 INFO:teuthology.orchestra.run.smithi073.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-06T04:00:02.538 INFO:teuthology.orchestra.run.smithi073.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b... 2023-12-06T04:00:02.904 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/docker: d03fca4f35d43f61b4679936aef7bd2f01cced0b: Pulling from ceph-ci/ceph 2023-12-06T04:00:02.912 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/docker: d3e436ac93e4: Pulling fs layer 2023-12-06T04:00:02.912 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/docker: b1235e3ee18a: Pulling fs layer 2023-12-06T04:00:06.726 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/docker: d3e436ac93e4: Verifying Checksum 2023-12-06T04:00:06.726 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/docker: d3e436ac93e4: Download complete 2023-12-06T04:00:10.353 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/docker: d3e436ac93e4: Pull complete 2023-12-06T04:00:18.102 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/docker: b1235e3ee18a: Verifying Checksum 2023-12-06T04:00:18.102 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/docker: b1235e3ee18a: Download complete 2023-12-06T04:00:30.124 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/docker: b1235e3ee18a: Pull complete 2023-12-06T04:00:30.249 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/docker: Digest: sha256:5b1065ec45c86c69b73c0daaab636bd94357f40fecb52ce6743f16cf12be03ee 2023-12-06T04:00:30.300 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b 2023-12-06T04:00:30.324 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b 2023-12-06T04:00:41.844 INFO:teuthology.orchestra.run.smithi073.stderr:ceph: ceph version 16.2.14-335-gd03fca4f (d03fca4f35d43f61b4679936aef7bd2f01cced0b) pacific (stable) 2023-12-06T04:00:42.361 INFO:teuthology.orchestra.run.smithi073.stderr:Ceph version: ceph version 16.2.14-335-gd03fca4f (d03fca4f35d43f61b4679936aef7bd2f01cced0b) pacific (stable) 2023-12-06T04:00:42.362 INFO:teuthology.orchestra.run.smithi073.stderr:Extracting ceph user uid/gid from container image... 2023-12-06T04:00:43.079 INFO:teuthology.orchestra.run.smithi073.stderr:stat: 167 167 2023-12-06T04:00:43.604 INFO:teuthology.orchestra.run.smithi073.stderr:Creating initial keys... 2023-12-06T04:00:44.311 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-authtool: AQDs8W9l6sd7EhAAGREEGgTAXP3HV5nLJhPB3w== 2023-12-06T04:00:45.501 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-authtool: AQDt8W9lPR3OHRAATPpAtXsE+n0bCKMReLKMDQ== 2023-12-06T04:00:46.740 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-authtool: AQDu8W9lOOgLLBAANKO3/vEflcUMXAY4v3rCMQ== 2023-12-06T04:00:47.238 INFO:teuthology.orchestra.run.smithi073.stderr:Creating initial monmap... 2023-12-06T04:00:47.936 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T04:00:47.936 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:00:47.936 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T04:00:48.442 INFO:teuthology.orchestra.run.smithi073.stderr:monmaptool for smithi073 [v2:172.21.15.73:3300,v1:172.21.15.73:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T04:00:48.443 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: set fsid to edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:00:48.443 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T04:00:48.443 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-12-06T04:00:48.443 INFO:teuthology.orchestra.run.smithi073.stderr:Creating mon... 2023-12-06T04:00:49.166 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.158+0000 7f6e4a211880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T04:00:49.167 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.158+0000 7f6e4a211880 1 imported monmap: 2023-12-06T04:00:49.167 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-06T04:00:49.167 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: fsid edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:00:49.167 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: last_changed 2023-12-06T04:00:47.934350+0000 2023-12-06T04:00:49.167 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: created 2023-12-06T04:00:47.934350+0000 2023-12-06T04:00:49.167 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-06T04:00:49.167 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-06T04:00:49.167 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] mon.smithi073 2023-12-06T04:00:49.167 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.167 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.158+0000 7f6e4a211880 0 /usr/bin/ceph-mon: set fsid to edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:00:49.168 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: RocksDB version: 6.8.1 2023-12-06T04:00:49.168 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.168 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T04:00:49.168 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Compile date Dec 5 2023 2023-12-06T04:00:49.168 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: DB SUMMARY 2023-12-06T04:00:49.168 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.169 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi073/store.db dir, Total Num: 0, files: 2023-12-06T04:00:49.169 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.169 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi073/store.db: 2023-12-06T04:00:49.170 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.170 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T04:00:49.170 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.create_if_missing: 1 2023-12-06T04:00:49.170 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T04:00:49.170 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.env: 0x55f96bfc2080 2023-12-06T04:00:49.170 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.fs: Posix File System 2023-12-06T04:00:49.171 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.info_log: 0x55f96d081380 2023-12-06T04:00:49.171 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T04:00:49.172 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.statistics: (nil) 2023-12-06T04:00:49.172 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.use_fsync: 0 2023-12-06T04:00:49.172 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T04:00:49.172 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T04:00:49.172 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T04:00:49.172 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T04:00:49.172 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T04:00:49.172 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T04:00:49.172 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T04:00:49.172 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T04:00:49.172 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T04:00:49.172 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T04:00:49.194 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T04:00:49.194 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.db_log_dir: 2023-12-06T04:00:49.194 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi073/store.db 2023-12-06T04:00:49.194 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T04:00:49.194 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T04:00:49.194 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T04:00:49.194 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T04:00:49.194 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T04:00:49.194 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T04:00:49.194 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T04:00:49.194 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T04:00:49.195 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T04:00:49.195 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T04:00:49.195 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.write_buffer_manager: 0x55f96d087980 2023-12-06T04:00:49.195 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T04:00:49.195 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T04:00:49.195 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T04:00:49.195 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T04:00:49.195 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T04:00:49.195 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T04:00:49.195 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T04:00:49.195 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T04:00:49.195 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T04:00:49.196 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.unordered_write: 0 2023-12-06T04:00:49.196 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T04:00:49.196 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T04:00:49.196 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T04:00:49.196 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T04:00:49.196 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.row_cache: None 2023-12-06T04:00:49.196 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.wal_filter: None 2023-12-06T04:00:49.196 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T04:00:49.196 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T04:00:49.196 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T04:00:49.196 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T04:00:49.196 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T04:00:49.196 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T04:00:49.196 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T04:00:49.196 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T04:00:49.196 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T04:00:49.197 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T04:00:49.197 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-06T04:00:49.197 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T04:00:49.197 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T04:00:49.197 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T04:00:49.197 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T04:00:49.197 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T04:00:49.197 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T04:00:49.197 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T04:00:49.197 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T04:00:49.197 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T04:00:49.197 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T04:00:49.197 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_open_files: -1 2023-12-06T04:00:49.197 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T04:00:49.198 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T04:00:49.198 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T04:00:49.198 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T04:00:49.198 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Compression algorithms supported: 2023-12-06T04:00:49.198 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T04:00:49.198 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: kZSTD supported: 0 2023-12-06T04:00:49.198 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T04:00:49.198 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T04:00:49.198 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T04:00:49.198 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T04:00:49.198 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T04:00:49.198 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T04:00:49.198 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T04:00:49.198 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-06T04:00:49.198 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi073/store.db/MANIFEST-000001 2023-12-06T04:00:49.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-06T04:00:49.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T04:00:49.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.merge_operator: 2023-12-06T04:00:49.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compaction_filter: None 2023-12-06T04:00:49.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T04:00:49.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T04:00:49.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T04:00:49.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f96cf95d30) 2023-12-06T04:00:49.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-06T04:00:49.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T04:00:49.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T04:00:49.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-06T04:00:49.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-06T04:00:49.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-06T04:00:49.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-06T04:00:49.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-06T04:00:49.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-06T04:00:49.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-06T04:00:49.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-06T04:00:49.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_cache: 0x55f96cfccd10 2023-12-06T04:00:49.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-06T04:00:49.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-06T04:00:49.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-06T04:00:49.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-06T04:00:49.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-06T04:00:49.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-06T04:00:49.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-06T04:00:49.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-06T04:00:49.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-06T04:00:49.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-06T04:00:49.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-06T04:00:49.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-06T04:00:49.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-06T04:00:49.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-06T04:00:49.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-06T04:00:49.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T04:00:49.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-06T04:00:49.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-06T04:00:49.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-06T04:00:49.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-06T04:00:49.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-06T04:00:49.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-06T04:00:49.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T04:00:49.202 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T04:00:49.202 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compression: NoCompression 2023-12-06T04:00:49.202 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T04:00:49.202 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T04:00:49.202 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T04:00:49.202 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.num_levels: 7 2023-12-06T04:00:49.202 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T04:00:49.202 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T04:00:49.202 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T04:00:49.202 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T04:00:49.202 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T04:00:49.202 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T04:00:49.202 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T04:00:49.202 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T04:00:49.202 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T04:00:49.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T04:00:49.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T04:00:49.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T04:00:49.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T04:00:49.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T04:00:49.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T04:00:49.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T04:00:49.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T04:00:49.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T04:00:49.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T04:00:49.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T04:00:49.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T04:00:49.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T04:00:49.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T04:00:49.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T04:00:49.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T04:00:49.204 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T04:00:49.204 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T04:00:49.204 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T04:00:49.204 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T04:00:49.204 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T04:00:49.204 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T04:00:49.204 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T04:00:49.204 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T04:00:49.204 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T04:00:49.204 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T04:00:49.204 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T04:00:49.204 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T04:00:49.204 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T04:00:49.204 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T04:00:49.204 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T04:00:49.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T04:00:49.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T04:00:49.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T04:00:49.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T04:00:49.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T04:00:49.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T04:00:49.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T04:00:49.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T04:00:49.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T04:00:49.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T04:00:49.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T04:00:49.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T04:00:49.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T04:00:49.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T04:00:49.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T04:00:49.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T04:00:49.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T04:00:49.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-06T04:00:49.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T04:00:49.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.ttl: 2592000 2023-12-06T04:00:49.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T04:00:49.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi073/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T04:00:49.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.162+0000 7f6e4a211880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-06T04:00:49.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.166+0000 7f6e4a211880 4 rocksdb: DB pointer 0x55f96d095800 2023-12-06T04:00:49.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.166+0000 7f6e33098700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-06T04:00:49.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.166+0000 7f6e33098700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-06T04:00:49.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-06T04:00:49.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:00:49.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-06T04:00:49.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T04:00:49.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T04:00:49.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-06T04:00:49.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T04:00:49.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T04:00:49.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T04:00:49.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T04:00:49.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:00:49.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-06T04:00:49.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-06T04:00:49.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T04:00:49.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T04:00:49.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:00:49.208 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:00:49.208 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T04:00:49.208 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T04:00:49.208 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T04:00:49.208 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T04:00:49.208 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-06T04:00:49.208 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:00:49.208 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:00:49.208 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T04:00:49.208 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.208 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-06T04:00:49.208 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.208 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T04:00:49.208 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T04:00:49.208 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:00:49.209 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-06T04:00:49.209 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-06T04:00:49.209 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.209 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T04:00:49.209 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T04:00:49.209 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:00:49.209 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:00:49.209 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T04:00:49.209 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T04:00:49.209 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T04:00:49.209 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T04:00:49.209 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-06T04:00:49.209 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:00:49.209 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:00:49.209 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T04:00:49.209 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.210 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-06T04:00:49.210 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-12-06T04:00:49.210 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.166+0000 7f6e4a211880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-06T04:00:49.210 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.166+0000 7f6e4a211880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-06T04:00:49.210 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:00:49.166+0000 7f6e4a211880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi073 for mon.smithi073 2023-12-06T04:00:49.674 INFO:teuthology.orchestra.run.smithi073.stderr:create mon.smithi073 on 2023-12-06T04:00:49.922 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-06T04:00:50.125 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-edf677d4-93eb-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-edf677d4-93eb-11ee-95a2-87774f69a715.target. 2023-12-06T04:00:50.125 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-edf677d4-93eb-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-edf677d4-93eb-11ee-95a2-87774f69a715.target. 2023-12-06T04:00:50.553 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to reset failed state of unit ceph-edf677d4-93eb-11ee-95a2-87774f69a715@mon.smithi073.service: Unit ceph-edf677d4-93eb-11ee-95a2-87774f69a715@mon.smithi073.service not loaded. 2023-12-06T04:00:50.561 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/ceph-edf677d4-93eb-11ee-95a2-87774f69a715.target.wants/ceph-edf677d4-93eb-11ee-95a2-87774f69a715@mon.smithi073.service -> /etc/systemd/system/ceph-edf677d4-93eb-11ee-95a2-87774f69a715@.service. 2023-12-06T04:00:50.767 INFO:teuthology.orchestra.run.smithi073.stderr:firewalld does not appear to be present 2023-12-06T04:00:50.767 INFO:teuthology.orchestra.run.smithi073.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T04:00:50.768 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mon to start... 2023-12-06T04:00:50.768 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mon... 2023-12-06T04:00:52.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:51 smithi073 bash[24408]: cluster 2023-12-06T04:00:51.894092+0000 mon.smithi073 (mon.0) 1 : cluster [INF] mon.smithi073 is new leader, mons smithi073 in quorum (ranks 0) 2023-12-06T04:00:52.139 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: cluster: 2023-12-06T04:00:52.139 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: id: edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:00:52.139 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-06T04:00:52.139 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-12-06T04:00:52.139 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: services: 2023-12-06T04:00:52.139 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi073 (age 0.230621s) 2023-12-06T04:00:52.139 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-06T04:00:52.139 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-06T04:00:52.140 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-12-06T04:00:52.140 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: data: 2023-12-06T04:00:52.140 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-06T04:00:52.140 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-06T04:00:52.140 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-06T04:00:52.140 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: pgs: 2023-12-06T04:00:52.140 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-12-06T04:00:52.715 INFO:teuthology.orchestra.run.smithi073.stderr:mon is available 2023-12-06T04:00:52.715 INFO:teuthology.orchestra.run.smithi073.stderr:Assimilating anything we can from ceph.conf... 2023-12-06T04:00:53.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:52 smithi073 bash[24408]: cluster 2023-12-06T04:00:51.902231+0000 mon.smithi073 (mon.0) 2 : cluster [INF] mon.smithi073 is new leader, mons smithi073 in quorum (ranks 0) 2023-12-06T04:00:53.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:52 smithi073 bash[24408]: cluster 2023-12-06T04:00:51.902548+0000 mon.smithi073 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0]} removed_ranks: {} 2023-12-06T04:00:53.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:52 smithi073 bash[24408]: cluster 2023-12-06T04:00:51.905803+0000 mon.smithi073 (mon.0) 4 : cluster [DBG] fsmap 2023-12-06T04:00:53.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:52 smithi073 bash[24408]: cluster 2023-12-06T04:00:51.909093+0000 mon.smithi073 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-06T04:00:53.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:52 smithi073 bash[24408]: cluster 2023-12-06T04:00:51.909588+0000 mon.smithi073 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-06T04:00:53.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:52 smithi073 bash[24408]: audit 2023-12-06T04:00:52.132763+0000 mon.smithi073 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.73:0/3305427206' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-06T04:00:53.744 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-12-06T04:00:53.745 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [global] 2023-12-06T04:00:53.745 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: fsid = edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:00:53.745 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.73:3300,v1:172.21.15.73:6789] 2023-12-06T04:00:53.745 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T04:00:53.745 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T04:00:53.745 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T04:00:53.745 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T04:00:53.745 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-12-06T04:00:53.745 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [mgr] 2023-12-06T04:00:53.745 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T04:00:53.745 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-12-06T04:00:53.745 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [osd] 2023-12-06T04:00:53.745 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T04:00:53.746 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T04:00:54.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:53 smithi073 bash[24408]: audit 2023-12-06T04:00:53.735081+0000 mon.smithi073 (mon.0) 8 : audit [INF] from='client.? 172.21.15.73:0/3902086458' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T04:00:54.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:53 smithi073 bash[24408]: audit 2023-12-06T04:00:53.741782+0000 mon.smithi073 (mon.0) 9 : audit [INF] from='client.? 172.21.15.73:0/3902086458' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-06T04:00:54.304 INFO:teuthology.orchestra.run.smithi073.stderr:Generating new minimal ceph.conf... 2023-12-06T04:00:55.818 INFO:teuthology.orchestra.run.smithi073.stderr:Restarting the monitor... 2023-12-06T04:00:55.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:55 smithi073 bash[24408]: audit 2023-12-06T04:00:55.321943+0000 mon.smithi073 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.73:0/3888944703' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:00:56.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:55 smithi073 systemd[1]: Stopping Ceph mon.smithi073 for edf677d4-93eb-11ee-95a2-87774f69a715... 2023-12-06T04:00:56.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:55 smithi073 bash[24794]: Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-mon.smithi073 2023-12-06T04:00:56.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:56 smithi073 bash[24408]: debug 2023-12-06T04:00:56.005+0000 7fd48fc3a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi073 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-06T04:00:56.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:56 smithi073 bash[24408]: debug 2023-12-06T04:00:56.005+0000 7fd48fc3a700 -1 mon.smithi073@0(leader) e1 *** Got Signal Terminated *** 2023-12-06T04:00:56.762 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:56 smithi073 bash[24831]: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-mon-smithi073 2023-12-06T04:00:56.784 INFO:teuthology.orchestra.run.smithi073.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2023-12-06T04:00:57.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:56 smithi073 bash[24894]: Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-mon-smithi073 2023-12-06T04:00:57.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:56 smithi073 systemd[1]: ceph-edf677d4-93eb-11ee-95a2-87774f69a715@mon.smithi073.service: Succeeded. 2023-12-06T04:00:57.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:56 smithi073 systemd[1]: Stopped Ceph mon.smithi073 for edf677d4-93eb-11ee-95a2-87774f69a715. 2023-12-06T04:00:57.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:56 smithi073 systemd[1]: Started Ceph mon.smithi073 for edf677d4-93eb-11ee-95a2-87774f69a715. 2023-12-06T04:00:57.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.737+0000 7f2b76a2f880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T04:00:57.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.737+0000 7f2b76a2f880 0 ceph version 16.2.14-335-gd03fca4f (d03fca4f35d43f61b4679936aef7bd2f01cced0b) pacific (stable), process ceph-mon, pid 7 2023-12-06T04:00:57.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.737+0000 7f2b76a2f880 0 pidfile_write: ignore empty --pid-file 2023-12-06T04:00:57.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.741+0000 7f2b76a2f880 0 load: jerasure load: lrc load: isa 2023-12-06T04:00:57.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: RocksDB version: 6.8.1 2023-12-06T04:00:57.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T04:00:57.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Compile date Dec 5 2023 2023-12-06T04:00:57.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: DB SUMMARY 2023-12-06T04:00:57.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: CURRENT file: CURRENT 2023-12-06T04:00:57.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T04:00:57.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-06T04:00:57.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi073/store.db dir, Total Num: 1, files: 000004.sst 2023-12-06T04:00:57.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi073/store.db: 000006.log size: 86529 ; 2023-12-06T04:00:57.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T04:00:57.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.create_if_missing: 0 2023-12-06T04:00:57.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T04:00:57.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.env: 0x558783bc2080 2023-12-06T04:00:57.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.fs: Posix File System 2023-12-06T04:00:57.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.info_log: 0x55878610a520 2023-12-06T04:00:57.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T04:00:57.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.statistics: (nil) 2023-12-06T04:00:57.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.use_fsync: 0 2023-12-06T04:00:57.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T04:00:57.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T04:00:57.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T04:00:57.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T04:00:57.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T04:00:57.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T04:00:57.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T04:00:57.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T04:00:57.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T04:00:57.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T04:00:57.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T04:00:57.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.db_log_dir: 2023-12-06T04:00:57.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi073/store.db 2023-12-06T04:00:57.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T04:00:57.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T04:00:57.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T04:00:57.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T04:00:57.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T04:00:57.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T04:00:57.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T04:00:57.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T04:00:57.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T04:00:57.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T04:00:57.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.write_buffer_manager: 0x558786d58480 2023-12-06T04:00:57.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T04:00:57.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T04:00:57.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T04:00:57.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T04:00:57.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T04:00:57.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T04:00:57.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T04:00:57.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T04:00:57.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T04:00:57.860 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.unordered_write: 0 2023-12-06T04:00:57.861 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T04:00:57.861 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T04:00:57.861 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T04:00:57.861 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T04:00:57.861 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.row_cache: None 2023-12-06T04:00:57.861 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.wal_filter: None 2023-12-06T04:00:57.861 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T04:00:57.861 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T04:00:57.861 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T04:00:57.861 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T04:00:57.861 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T04:00:57.861 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T04:00:57.861 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T04:00:57.861 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T04:00:57.861 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T04:00:57.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T04:00:57.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-06T04:00:57.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T04:00:57.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T04:00:57.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T04:00:57.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T04:00:57.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T04:00:57.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T04:00:57.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T04:00:57.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T04:00:57.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T04:00:57.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T04:00:57.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_open_files: -1 2023-12-06T04:00:57.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T04:00:57.862 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T04:00:57.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T04:00:57.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T04:00:57.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Compression algorithms supported: 2023-12-06T04:00:57.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T04:00:57.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: kZSTD supported: 0 2023-12-06T04:00:57.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T04:00:57.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T04:00:57.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T04:00:57.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T04:00:57.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T04:00:57.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T04:00:57.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T04:00:57.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi073/store.db/MANIFEST-000005 2023-12-06T04:00:57.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-06T04:00:57.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T04:00:57.863 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.merge_operator: 2023-12-06T04:00:57.864 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compaction_filter: None 2023-12-06T04:00:57.864 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T04:00:57.864 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T04:00:57.864 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T04:00:57.864 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5587860add28) 2023-12-06T04:00:57.864 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: cache_index_and_filter_blocks: 1 2023-12-06T04:00:57.864 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T04:00:57.864 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T04:00:57.865 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: pin_top_level_index_and_filter: 1 2023-12-06T04:00:57.865 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: index_type: 0 2023-12-06T04:00:57.865 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: data_block_index_type: 0 2023-12-06T04:00:57.865 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: index_shortening: 1 2023-12-06T04:00:57.865 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T04:00:57.865 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: hash_index_allow_collision: 1 2023-12-06T04:00:57.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: checksum: 1 2023-12-06T04:00:57.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: no_block_cache: 0 2023-12-06T04:00:57.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: block_cache: 0x5587860e4f10 2023-12-06T04:00:57.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: block_cache_name: BinnedLRUCache 2023-12-06T04:00:57.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: block_cache_options: 2023-12-06T04:00:57.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: capacity : 536870912 2023-12-06T04:00:57.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: num_shard_bits : 4 2023-12-06T04:00:57.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: strict_capacity_limit : 0 2023-12-06T04:00:57.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: high_pri_pool_ratio: 0.000 2023-12-06T04:00:57.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: block_cache_compressed: (nil) 2023-12-06T04:00:57.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: persistent_cache: (nil) 2023-12-06T04:00:57.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: block_size: 4096 2023-12-06T04:00:57.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: block_size_deviation: 10 2023-12-06T04:00:57.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: block_restart_interval: 16 2023-12-06T04:00:57.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: index_block_restart_interval: 1 2023-12-06T04:00:57.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: metadata_block_size: 4096 2023-12-06T04:00:57.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: partition_filters: 0 2023-12-06T04:00:57.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: use_delta_encoding: 1 2023-12-06T04:00:57.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T04:00:57.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: whole_key_filtering: 1 2023-12-06T04:00:57.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: verify_compression: 0 2023-12-06T04:00:57.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: read_amp_bytes_per_bit: 0 2023-12-06T04:00:57.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: format_version: 2 2023-12-06T04:00:57.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: enable_index_compression: 1 2023-12-06T04:00:57.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: block_align: 0 2023-12-06T04:00:57.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T04:00:57.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T04:00:57.867 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compression: NoCompression 2023-12-06T04:00:57.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T04:00:57.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T04:00:57.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T04:00:57.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.num_levels: 7 2023-12-06T04:00:57.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T04:00:57.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T04:00:57.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T04:00:57.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T04:00:57.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T04:00:57.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T04:00:57.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T04:00:57.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T04:00:57.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T04:00:57.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T04:00:57.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T04:00:57.868 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T04:00:57.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T04:00:57.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T04:00:57.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T04:00:57.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T04:00:57.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T04:00:57.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T04:00:57.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T04:00:57.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T04:00:57.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T04:00:57.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T04:00:57.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T04:00:57.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T04:00:57.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T04:00:57.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T04:00:57.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T04:00:57.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T04:00:57.870 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T04:00:57.870 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T04:00:57.870 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T04:00:57.870 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T04:00:57.870 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T04:00:57.870 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T04:00:57.870 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T04:00:57.870 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T04:00:57.870 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T04:00:57.870 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T04:00:57.870 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T04:00:57.870 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T04:00:57.870 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T04:00:57.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T04:00:57.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T04:00:57.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T04:00:57.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T04:00:57.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T04:00:57.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T04:00:57.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T04:00:57.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T04:00:57.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T04:00:57.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T04:00:57.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T04:00:57.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T04:00:57.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T04:00:57.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T04:00:57.871 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T04:00:57.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T04:00:57.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-06T04:00:57.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T04:00:57.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.ttl: 2592000 2023-12-06T04:00:57.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T04:00:57.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi073/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T04:00:57.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-06T04:00:57.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701835257751464, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-06T04:00:57.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-06T04:00:57.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.745+0000 7f2b76a2f880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-06T04:00:57.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.749+0000 7f2b76a2f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701835257753294, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83402, "table_properties": {"data_size": 81669, "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": 76181, "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": 1701835257, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-06T04:00:57.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.749+0000 7f2b76a2f880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-06T04:00:57.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.749+0000 7f2b76a2f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701835257754027, "job": 1, "event": "recovery_finished"} 2023-12-06T04:00:57.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.749+0000 7f2b76a2f880 4 rocksdb: DB pointer 0x5587861ad800 2023-12-06T04:00:57.872 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.749+0000 7f2b5d835700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-06T04:00:57.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.749+0000 7f2b5d835700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-06T04:00:57.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: ** DB Stats ** 2023-12-06T04:00:57.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:00:57.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-06T04:00:57.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T04:00:57.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T04:00:57.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-06T04:00:57.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T04:00:57.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T04:00:57.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: ** Compaction Stats [default] ** 2023-12-06T04:00:57.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T04:00:57.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:00:57.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 77.2 0.00 0.00 1 0.001 0 0 2023-12-06T04:00:57.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 77.2 0.00 0.00 1 0.001 0 0 2023-12-06T04:00:57.873 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 77.2 0.00 0.00 1 0.001 0 0 2023-12-06T04:00:57.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: ** Compaction Stats [default] ** 2023-12-06T04:00:57.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T04:00:57.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:00:57.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 77.2 0.00 0.00 1 0.001 0 0 2023-12-06T04:00:57.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:00:57.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T04:00:57.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T04:00:57.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T04:00:57.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T04:00:57.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T04:00:57.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Cumulative compaction: 0.00 GB write, 15.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:00:57.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Interval compaction: 0.00 GB write, 15.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:00:57.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T04:00:57.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T04:00:57.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: ** Compaction Stats [default] ** 2023-12-06T04:00:57.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T04:00:57.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:00:57.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 77.2 0.00 0.00 1 0.001 0 0 2023-12-06T04:00:57.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 77.2 0.00 0.00 1 0.001 0 0 2023-12-06T04:00:57.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-06T04:00:57.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: ** Compaction Stats [default] ** 2023-12-06T04:00:57.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T04:00:57.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:00:57.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 77.2 0.00 0.00 1 0.001 0 0 2023-12-06T04:00:57.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:00:57.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T04:00:57.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T04:00:57.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T04:00:57.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T04:00:57.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T04:00:57.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Cumulative compaction: 0.00 GB write, 15.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:00:57.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:00:57.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T04:00:57.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T04:00:57.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.749+0000 7f2b76a2f880 0 starting mon.smithi073 rank 0 at public addrs [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] at bind addrs [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi073 fsid edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:00:57.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.753+0000 7f2b76a2f880 1 mon.smithi073@-1(???) e1 preinit fsid edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:00:57.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.753+0000 7f2b76a2f880 0 mon.smithi073@-1(???).mds e1 new map 2023-12-06T04:00:57.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.753+0000 7f2b76a2f880 0 mon.smithi073@-1(???).mds e1 print_map 2023-12-06T04:00:57.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: e1 2023-12-06T04:00:57.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T04:00:57.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-06T04:00:57.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: legacy client fscid: -1 2023-12-06T04:00:57.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: 2023-12-06T04:00:57.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: No filesystems configured 2023-12-06T04:00:57.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.753+0000 7f2b76a2f880 0 mon.smithi073@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T04:00:57.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.753+0000 7f2b76a2f880 0 mon.smithi073@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T04:00:57.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.753+0000 7f2b76a2f880 0 mon.smithi073@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T04:00:57.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.753+0000 7f2b76a2f880 0 mon.smithi073@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T04:00:57.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: audit 2023-12-06T04:00:55.321943+0000 mon.smithi073 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.73:0/3888944703' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:00:57.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: debug 2023-12-06T04:00:57.753+0000 7f2b76a2f880 1 mon.smithi073@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-06T04:00:57.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: cluster 2023-12-06T04:00:57.782046+0000 mon.smithi073 (mon.0) 1 : cluster [INF] mon.smithi073 is new leader, mons smithi073 in quorum (ranks 0) 2023-12-06T04:00:57.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: cluster 2023-12-06T04:00:57.782158+0000 mon.smithi073 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0]} removed_ranks: {} 2023-12-06T04:00:57.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: cluster 2023-12-06T04:00:57.802140+0000 mon.smithi073 (mon.0) 3 : cluster [DBG] fsmap 2023-12-06T04:00:57.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: cluster 2023-12-06T04:00:57.802223+0000 mon.smithi073 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-06T04:00:57.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:57 smithi073 bash[24935]: cluster 2023-12-06T04:00:57.803097+0000 mon.smithi073 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-06T04:00:58.600 INFO:teuthology.orchestra.run.smithi073.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-06T04:00:58.600 INFO:teuthology.orchestra.run.smithi073.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-06T04:00:58.600 INFO:teuthology.orchestra.run.smithi073.stderr:Creating mgr... 2023-12-06T04:00:58.600 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying port 9283 ... 2023-12-06T04:00:58.838 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to reset failed state of unit ceph-edf677d4-93eb-11ee-95a2-87774f69a715@mgr.smithi073.zlngfn.service: Unit ceph-edf677d4-93eb-11ee-95a2-87774f69a715@mgr.smithi073.zlngfn.service not loaded. 2023-12-06T04:00:58.847 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/ceph-edf677d4-93eb-11ee-95a2-87774f69a715.target.wants/ceph-edf677d4-93eb-11ee-95a2-87774f69a715@mgr.smithi073.zlngfn.service -> /etc/systemd/system/ceph-edf677d4-93eb-11ee-95a2-87774f69a715@.service. 2023-12-06T04:00:59.054 INFO:teuthology.orchestra.run.smithi073.stderr:firewalld does not appear to be present 2023-12-06T04:00:59.054 INFO:teuthology.orchestra.run.smithi073.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T04:00:59.055 INFO:teuthology.orchestra.run.smithi073.stderr:firewalld does not appear to be present 2023-12-06T04:00:59.055 INFO:teuthology.orchestra.run.smithi073.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-06T04:00:59.055 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mgr to start... 2023-12-06T04:00:59.055 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mgr... 2023-12-06T04:00:59.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:00:59 smithi073 bash[24935]: audit 2023-12-06T04:00:58.057819+0000 mon.smithi073 (mon.0) 6 : audit [INF] from='client.? 172.21.15.73:0/3534663105' entity='client.admin' 2023-12-06T04:01:00.458 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-12-06T04:01:00.458 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-12-06T04:01:00.458 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsid": "edf677d4-93eb-11ee-95a2-87774f69a715", 2023-12-06T04:01:00.458 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "health": { 2023-12-06T04:01:00.461 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T04:01:00.461 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T04:01:00.461 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T04:01:00.461 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:00.461 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T04:01:00.461 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T04:01:00.461 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 0 2023-12-06T04:01:00.461 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-12-06T04:01:00.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T04:01:00.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "smithi073" 2023-12-06T04:01:00.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-12-06T04:01:00.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-06T04:01:00.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T04:01:00.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:01:00.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-06T04:01:00.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T04:01:00.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:00.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T04:01:00.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:01:00.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T04:01:00.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T04:01:00.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T04:01:00.466 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T04:01:00.466 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T04:01:00.466 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T04:01:00.466 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:00.466 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T04:01:00.466 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T04:01:00.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T04:01:00.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T04:01:00.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T04:01:00.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T04:01:00.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T04:01:00.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T04:01:00.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T04:01:00.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:00.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T04:01:00.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:01:00.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T04:01:00.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T04:01:00.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:00.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T04:01:00.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": false, 2023-12-06T04:01:00.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T04:01:00.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T04:01:00.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "iostat", 2023-12-06T04:01:00.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "nfs", 2023-12-06T04:01:00.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "restful" 2023-12-06T04:01:00.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-12-06T04:01:00.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-12-06T04:01:00.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:00.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T04:01:00.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:01:00.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modified": "2023-12-06T04:00:51.904004+0000", 2023-12-06T04:01:00.469 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-12-06T04:01:00.469 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:00.469 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T04:01:00.469 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-12-06T04:01:00.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:00 smithi073 bash[24935]: audit 2023-12-06T04:01:00.456116+0000 mon.smithi073 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.73:0/1542598319' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T04:01:01.022 INFO:teuthology.orchestra.run.smithi073.stderr:mgr not available, waiting (1/15)... 2023-12-06T04:01:04.028 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-12-06T04:01:04.028 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-12-06T04:01:04.028 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsid": "edf677d4-93eb-11ee-95a2-87774f69a715", 2023-12-06T04:01:04.028 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "health": { 2023-12-06T04:01:04.028 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T04:01:04.028 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T04:01:04.028 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T04:01:04.028 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:04.028 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T04:01:04.029 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T04:01:04.029 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 0 2023-12-06T04:01:04.029 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-12-06T04:01:04.029 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T04:01:04.029 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "smithi073" 2023-12-06T04:01:04.029 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-12-06T04:01:04.029 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-06T04:01:04.029 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T04:01:04.029 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:01:04.029 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-06T04:01:04.029 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T04:01:04.029 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:04.029 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T04:01:04.030 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:01:04.030 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T04:01:04.030 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T04:01:04.030 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T04:01:04.030 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T04:01:04.033 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T04:01:04.034 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T04:01:04.034 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:04.034 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T04:01:04.034 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T04:01:04.034 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T04:01:04.034 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T04:01:04.034 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T04:01:04.034 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T04:01:04.034 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T04:01:04.034 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T04:01:04.034 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T04:01:04.034 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:04.034 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T04:01:04.035 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:01:04.035 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T04:01:04.035 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T04:01:04.035 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:04.035 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T04:01:04.035 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": false, 2023-12-06T04:01:04.035 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T04:01:04.035 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T04:01:04.035 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "iostat", 2023-12-06T04:01:04.035 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "nfs", 2023-12-06T04:01:04.035 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "restful" 2023-12-06T04:01:04.035 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-12-06T04:01:04.035 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-12-06T04:01:04.035 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:04.035 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T04:01:04.036 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:01:04.036 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modified": "2023-12-06T04:00:51.904004+0000", 2023-12-06T04:01:04.036 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-12-06T04:01:04.036 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:04.036 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T04:01:04.036 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-12-06T04:01:04.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:04 smithi073 bash[24935]: audit 2023-12-06T04:01:04.024228+0000 mon.smithi073 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.73:0/4264576616' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T04:01:04.545 INFO:teuthology.orchestra.run.smithi073.stderr:mgr not available, waiting (2/15)... 2023-12-06T04:01:07.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:06 smithi073 bash[24935]: cluster 2023-12-06T04:01:06.699174+0000 mon.smithi073 (mon.0) 9 : cluster [INF] Activating manager daemon smithi073.zlngfn 2023-12-06T04:01:07.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:06 smithi073 bash[24935]: cluster 2023-12-06T04:01:06.702417+0000 mon.smithi073 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi073.zlngfn(active, starting, since 0.00348359s) 2023-12-06T04:01:07.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:06 smithi073 bash[24935]: audit 2023-12-06T04:01:06.706176+0000 mon.smithi073 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.73:0/3133673247' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T04:01:07.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:06 smithi073 bash[24935]: audit 2023-12-06T04:01:06.706486+0000 mon.smithi073 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.73:0/3133673247' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T04:01:07.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:06 smithi073 bash[24935]: audit 2023-12-06T04:01:06.706698+0000 mon.smithi073 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.73:0/3133673247' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T04:01:07.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:06 smithi073 bash[24935]: audit 2023-12-06T04:01:06.706905+0000 mon.smithi073 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.73:0/3133673247' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-06T04:01:07.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:06 smithi073 bash[24935]: audit 2023-12-06T04:01:06.707185+0000 mon.smithi073 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.73:0/3133673247' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mgr metadata", "who": "smithi073.zlngfn", "id": "smithi073.zlngfn"}]: dispatch 2023-12-06T04:01:07.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:06 smithi073 bash[24935]: cluster 2023-12-06T04:01:06.728590+0000 mon.smithi073 (mon.0) 16 : cluster [INF] Manager daemon smithi073.zlngfn is now available 2023-12-06T04:01:07.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:06 smithi073 bash[24935]: audit 2023-12-06T04:01:06.742614+0000 mon.smithi073 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.73:0/3133673247' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:07.609 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-12-06T04:01:07.610 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-12-06T04:01:07.610 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsid": "edf677d4-93eb-11ee-95a2-87774f69a715", 2023-12-06T04:01:07.610 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "health": { 2023-12-06T04:01:07.611 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T04:01:07.611 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T04:01:07.611 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T04:01:07.611 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:07.611 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T04:01:07.611 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T04:01:07.611 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 0 2023-12-06T04:01:07.612 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-12-06T04:01:07.612 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T04:01:07.612 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "smithi073" 2023-12-06T04:01:07.612 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-12-06T04:01:07.612 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_age": 9, 2023-12-06T04:01:07.613 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T04:01:07.613 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:01:07.613 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-06T04:01:07.613 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T04:01:07.613 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:07.614 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T04:01:07.614 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:01:07.614 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T04:01:07.614 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T04:01:07.614 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T04:01:07.617 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T04:01:07.618 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T04:01:07.618 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T04:01:07.618 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:07.618 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T04:01:07.618 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T04:01:07.618 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T04:01:07.618 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T04:01:07.618 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T04:01:07.618 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T04:01:07.618 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T04:01:07.618 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T04:01:07.619 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T04:01:07.619 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:07.619 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T04:01:07.619 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:01:07.619 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T04:01:07.619 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T04:01:07.619 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:07.619 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T04:01:07.620 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": false, 2023-12-06T04:01:07.620 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T04:01:07.620 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T04:01:07.620 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "iostat", 2023-12-06T04:01:07.620 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "nfs", 2023-12-06T04:01:07.620 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "restful" 2023-12-06T04:01:07.620 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-12-06T04:01:07.620 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-12-06T04:01:07.621 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:07.621 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T04:01:07.621 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:01:07.621 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modified": "2023-12-06T04:00:51.904004+0000", 2023-12-06T04:01:07.621 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-12-06T04:01:07.621 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:07.621 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T04:01:07.622 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-12-06T04:01:08.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:07 smithi073 bash[24935]: audit 2023-12-06T04:01:06.754370+0000 mon.smithi073 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.73:0/3133673247' entity='mgr.smithi073.zlngfn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.zlngfn/mirror_snapshot_schedule"}]: dispatch 2023-12-06T04:01:08.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:07 smithi073 bash[24935]: audit 2023-12-06T04:01:06.757003+0000 mon.smithi073 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.73:0/3133673247' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:08.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:07 smithi073 bash[24935]: audit 2023-12-06T04:01:06.757713+0000 mon.smithi073 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.73:0/3133673247' entity='mgr.smithi073.zlngfn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.zlngfn/trash_purge_schedule"}]: dispatch 2023-12-06T04:01:08.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:07 smithi073 bash[24935]: audit 2023-12-06T04:01:06.760370+0000 mon.smithi073 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.73:0/3133673247' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:08.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:07 smithi073 bash[24935]: audit 2023-12-06T04:01:07.607268+0000 mon.smithi073 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.73:0/4203059103' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T04:01:08.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:07 smithi073 bash[24935]: cluster 2023-12-06T04:01:07.706751+0000 mon.smithi073 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi073.zlngfn(active, since 1.00782s) 2023-12-06T04:01:08.085 INFO:teuthology.orchestra.run.smithi073.stderr:mgr not available, waiting (3/15)... 2023-12-06T04:01:10.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:09 smithi073 bash[24935]: cluster 2023-12-06T04:01:08.770519+0000 mon.smithi073 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi073.zlngfn(active, since 2s) 2023-12-06T04:01:11.460 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-12-06T04:01:11.460 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-12-06T04:01:11.460 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsid": "edf677d4-93eb-11ee-95a2-87774f69a715", 2023-12-06T04:01:11.460 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "health": { 2023-12-06T04:01:11.460 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T04:01:11.460 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T04:01:11.461 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T04:01:11.461 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:11.461 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T04:01:11.461 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T04:01:11.461 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 0 2023-12-06T04:01:11.461 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-12-06T04:01:11.461 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T04:01:11.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "smithi073" 2023-12-06T04:01:11.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-12-06T04:01:11.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_age": 13, 2023-12-06T04:01:11.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T04:01:11.462 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:01:11.463 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-06T04:01:11.463 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T04:01:11.463 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:11.463 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T04:01:11.463 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:01:11.464 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T04:01:11.464 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T04:01:11.464 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T04:01:11.465 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T04:01:11.465 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T04:01:11.465 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T04:01:11.465 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:11.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T04:01:11.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T04:01:11.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T04:01:11.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T04:01:11.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T04:01:11.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T04:01:11.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T04:01:11.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T04:01:11.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T04:01:11.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:11.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T04:01:11.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:01:11.467 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T04:01:11.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T04:01:11.468 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:11.469 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T04:01:11.469 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": true, 2023-12-06T04:01:11.469 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T04:01:11.469 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T04:01:11.469 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "iostat", 2023-12-06T04:01:11.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "nfs", 2023-12-06T04:01:11.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "restful" 2023-12-06T04:01:11.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-12-06T04:01:11.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-12-06T04:01:11.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:11.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T04:01:11.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:01:11.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modified": "2023-12-06T04:00:51.904004+0000", 2023-12-06T04:01:11.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-12-06T04:01:11.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-12-06T04:01:11.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T04:01:11.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-12-06T04:01:11.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:11 smithi073 bash[24935]: audit 2023-12-06T04:01:11.457255+0000 mon.smithi073 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.73:0/1693081805' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T04:01:11.998 INFO:teuthology.orchestra.run.smithi073.stderr:mgr is available 2023-12-06T04:01:13.235 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-12-06T04:01:13.235 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [global] 2023-12-06T04:01:13.235 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: fsid = edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:01:13.235 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T04:01:13.235 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T04:01:13.235 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T04:01:13.235 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T04:01:13.235 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-12-06T04:01:13.235 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [mgr] 2023-12-06T04:01:13.235 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T04:01:13.236 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-12-06T04:01:13.236 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [osd] 2023-12-06T04:01:13.236 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T04:01:13.236 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T04:01:13.770 INFO:teuthology.orchestra.run.smithi073.stderr:Enabling cephadm module... 2023-12-06T04:01:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:13 smithi073 bash[24935]: audit 2023-12-06T04:01:13.231215+0000 mon.smithi073 (mon.0) 26 : audit [INF] from='client.? 172.21.15.73:0/3137602580' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T04:01:15.460 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:15 smithi073 bash[24935]: audit 2023-12-06T04:01:15.105036+0000 mon.smithi073 (mon.0) 27 : audit [INF] from='client.? 172.21.15.73:0/2065869911' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-06T04:01:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:16 smithi073 bash[24935]: audit 2023-12-06T04:01:15.159006+0000 mon.smithi073 (mon.0) 28 : audit [INF] from='client.? 172.21.15.73:0/2065869911' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-06T04:01:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:16 smithi073 bash[24935]: cluster 2023-12-06T04:01:15.159077+0000 mon.smithi073 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi073.zlngfn(active, since 8s) 2023-12-06T04:01:16.986 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-12-06T04:01:16.986 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-06T04:01:16.986 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": true, 2023-12-06T04:01:16.986 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "active_name": "smithi073.zlngfn", 2023-12-06T04:01:16.986 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T04:01:16.986 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-12-06T04:01:17.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:17 smithi073 bash[24935]: audit 2023-12-06T04:01:16.983606+0000 mon.smithi073 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.73:0/672765705' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T04:01:17.606 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for the mgr to restart... 2023-12-06T04:01:17.606 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mgr epoch 5... 2023-12-06T04:01:22.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:21 smithi073 bash[24935]: cluster 2023-12-06T04:01:21.795133+0000 mon.smithi073 (mon.0) 31 : cluster [INF] Active manager daemon smithi073.zlngfn restarted 2023-12-06T04:01:22.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:21 smithi073 bash[24935]: cluster 2023-12-06T04:01:21.795587+0000 mon.smithi073 (mon.0) 32 : cluster [INF] Activating manager daemon smithi073.zlngfn 2023-12-06T04:01:22.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:21 smithi073 bash[24935]: cluster 2023-12-06T04:01:21.802022+0000 mon.smithi073 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-06T04:01:22.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:21 smithi073 bash[24935]: cluster 2023-12-06T04:01:21.802347+0000 mon.smithi073 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi073.zlngfn(active, starting, since 0.0069067s) 2023-12-06T04:01:22.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:21 smithi073 bash[24935]: audit 2023-12-06T04:01:21.804171+0000 mon.smithi073 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-06T04:01:22.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:21 smithi073 bash[24935]: audit 2023-12-06T04:01:21.805380+0000 mon.smithi073 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mgr metadata", "who": "smithi073.zlngfn", "id": "smithi073.zlngfn"}]: dispatch 2023-12-06T04:01:22.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:21 smithi073 bash[24935]: audit 2023-12-06T04:01:21.806181+0000 mon.smithi073 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T04:01:22.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:21 smithi073 bash[24935]: audit 2023-12-06T04:01:21.806440+0000 mon.smithi073 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T04:01:22.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:21 smithi073 bash[24935]: audit 2023-12-06T04:01:21.806701+0000 mon.smithi073 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T04:01:22.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:21 smithi073 bash[24935]: cluster 2023-12-06T04:01:21.828740+0000 mon.smithi073 (mon.0) 40 : cluster [INF] Manager daemon smithi073.zlngfn is now available 2023-12-06T04:01:22.824 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-12-06T04:01:22.824 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-06T04:01:22.824 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T04:01:22.824 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-12-06T04:01:23.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:22 smithi073 bash[24935]: cephadm 2023-12-06T04:01:21.842964+0000 mgr.smithi073.zlngfn (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-06T04:01:23.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:22 smithi073 bash[24935]: audit 2023-12-06T04:01:21.848475+0000 mon.smithi073 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:23.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:22 smithi073 bash[24935]: audit 2023-12-06T04:01:21.965561+0000 mon.smithi073 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:23.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:22 smithi073 bash[24935]: audit 2023-12-06T04:01:21.967956+0000 mon.smithi073 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:01:23.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:22 smithi073 bash[24935]: audit 2023-12-06T04:01:21.971288+0000 mon.smithi073 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:01:23.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:22 smithi073 bash[24935]: audit 2023-12-06T04:01:21.975775+0000 mon.smithi073 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:01:23.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:22 smithi073 bash[24935]: audit 2023-12-06T04:01:21.997416+0000 mon.smithi073 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.zlngfn/mirror_snapshot_schedule"}]: dispatch 2023-12-06T04:01:23.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:22 smithi073 bash[24935]: audit 2023-12-06T04:01:22.002030+0000 mon.smithi073 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.zlngfn/trash_purge_schedule"}]: dispatch 2023-12-06T04:01:23.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:22 smithi073 bash[24935]: cluster 2023-12-06T04:01:22.806636+0000 mon.smithi073 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi073.zlngfn(active, since 1.0112s) 2023-12-06T04:01:23.428 INFO:teuthology.orchestra.run.smithi073.stderr:mgr epoch 5 is available 2023-12-06T04:01:23.428 INFO:teuthology.orchestra.run.smithi073.stderr:Setting orchestrator backend to cephadm... 2023-12-06T04:01:24.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:23 smithi073 bash[24935]: audit 2023-12-06T04:01:22.806267+0000 mgr.smithi073.zlngfn (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T04:01:24.153 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:23 smithi073 bash[24935]: audit 2023-12-06T04:01:22.821832+0000 mgr.smithi073.zlngfn (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T04:01:25.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:24 smithi073 bash[24935]: cluster 2023-12-06T04:01:23.856603+0000 mon.smithi073 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi073.zlngfn(active, since 2s) 2023-12-06T04:01:25.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:24 smithi073 bash[24935]: audit 2023-12-06T04:01:24.705093+0000 mon.smithi073 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:25.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:24 smithi073 bash[24935]: audit 2023-12-06T04:01:24.756627+0000 mon.smithi073 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:01:26.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:25 smithi073 bash[24935]: audit 2023-12-06T04:01:24.700176+0000 mgr.smithi073.zlngfn (mgr.14118) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:01:26.490 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: value unchanged 2023-12-06T04:01:27.040 INFO:teuthology.orchestra.run.smithi073.stderr:Generating ssh key... 2023-12-06T04:01:27.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:27 smithi073 bash[24935]: audit 2023-12-06T04:01:26.488281+0000 mgr.smithi073.zlngfn (mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:01:29.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:29 smithi073 bash[24935]: audit 2023-12-06T04:01:28.262094+0000 mgr.smithi073.zlngfn (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:01:29.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:29 smithi073 bash[24935]: cephadm 2023-12-06T04:01:28.262517+0000 mgr.smithi073.zlngfn (mgr.14118) 7 : cephadm [INF] Generating ssh key... 2023-12-06T04:01:29.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:29 smithi073 bash[24935]: audit 2023-12-06T04:01:28.547578+0000 mon.smithi073 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:29.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:29 smithi073 bash[24935]: audit 2023-12-06T04:01:28.550332+0000 mon.smithi073 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:30.324 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvAURg98xSwKL9/EWY3y75bkw+eUUdm6uVUPf2eQhe1yj5jFyy8u1+VDF8LMmzSHa9+YYjgzOiHuKyMNmSRAWtvw/houmIAhd/AU9NiF0LvMPFGPyqdemQfZuXV/WcfrKupjTfvbjBlWUUBpENImpYHf7fABtc1NNOXjmDmDYNIF7LaAnAT+XAUrShATT3H/LuIziteBxB+vhqa/dzXQaQj3rH9y4yQaUYeEVOJZBP2ckPciYxiTn1qhgF0EkapjfQ9M+jzA/T7YaAliDjjzXJrvtyu4vekAsGohWAK3xcPozffK9TI6/6yDGx76smQoZK/D4XT68CqFCgBnzOPLfSuq+QIPfl0aQFS3x4vAY5Ik4aFVIikoiyvSJaQ2u/7KskDA9yIGbG8ouP65aef3rEY/0x/WrZA8d5pDEnCzlA5WojnuUGMA+m/vUR/pbAE9sIlG1eXpx3YpkD2KlQqiJjQDl1e07H9zvy6ZqIXFXPlmEtVO/TeNMfGhZigCrk2ak= ceph-edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:01:30.842 INFO:teuthology.orchestra.run.smithi073.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-06T04:01:30.842 INFO:teuthology.orchestra.run.smithi073.stderr:Adding key to root@localhost authorized_keys... 2023-12-06T04:01:30.843 INFO:teuthology.orchestra.run.smithi073.stderr:Adding host smithi073... 2023-12-06T04:01:31.535 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:31 smithi073 bash[24935]: audit 2023-12-06T04:01:30.322461+0000 mgr.smithi073.zlngfn (mgr.14118) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:01:32.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:32 smithi073 bash[24935]: audit 2023-12-06T04:01:32.064285+0000 mgr.smithi073.zlngfn (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi073", "addr": "172.21.15.73", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:01:32.927 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Added host 'smithi073' with addr '172.21.15.73' 2023-12-06T04:01:33.698 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying mon service with default placement... 2023-12-06T04:01:34.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:33 smithi073 bash[24935]: audit 2023-12-06T04:01:32.924973+0000 mon.smithi073 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:34.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:33 smithi073 bash[24935]: cephadm 2023-12-06T04:01:32.925587+0000 mgr.smithi073.zlngfn (mgr.14118) 10 : cephadm [INF] Added host smithi073 2023-12-06T04:01:34.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:33 smithi073 bash[24935]: audit 2023-12-06T04:01:32.946560+0000 mon.smithi073 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:01:35.312 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-06T04:01:36.042 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying mgr service with default placement... 2023-12-06T04:01:36.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:36 smithi073 bash[24935]: audit 2023-12-06T04:01:35.306893+0000 mgr.smithi073.zlngfn (mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:01:36.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:36 smithi073 bash[24935]: cephadm 2023-12-06T04:01:35.308187+0000 mgr.smithi073.zlngfn (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-06T04:01:36.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:36 smithi073 bash[24935]: audit 2023-12-06T04:01:35.310531+0000 mon.smithi073 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:36.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:36 smithi073 bash[24935]: audit 2023-12-06T04:01:35.785964+0000 mon.smithi073 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:36.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:36 smithi073 bash[24935]: audit 2023-12-06T04:01:36.027647+0000 mon.smithi073 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:37.234 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-06T04:01:37.827 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying crash service with default placement... 2023-12-06T04:01:38.550 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:38 smithi073 bash[24935]: audit 2023-12-06T04:01:37.227280+0000 mgr.smithi073.zlngfn (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:01:38.550 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:38 smithi073 bash[24935]: cephadm 2023-12-06T04:01:37.228336+0000 mgr.smithi073.zlngfn (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-06T04:01:38.550 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:38 smithi073 bash[24935]: audit 2023-12-06T04:01:37.232437+0000 mon.smithi073 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:39.105 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-06T04:01:39.701 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying prometheus service with default placement... 2023-12-06T04:01:40.391 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:40 smithi073 bash[24935]: audit 2023-12-06T04:01:39.095000+0000 mgr.smithi073.zlngfn (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:01:40.391 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:40 smithi073 bash[24935]: cephadm 2023-12-06T04:01:39.097416+0000 mgr.smithi073.zlngfn (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-06T04:01:40.391 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:40 smithi073 bash[24935]: audit 2023-12-06T04:01:39.102104+0000 mon.smithi073 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:40.938 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-06T04:01:41.569 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying grafana service with default placement... 2023-12-06T04:01:42.199 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:41 smithi073 bash[24935]: audit 2023-12-06T04:01:40.931092+0000 mgr.smithi073.zlngfn (mgr.14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:01:42.199 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:41 smithi073 bash[24935]: cephadm 2023-12-06T04:01:40.933005+0000 mgr.smithi073.zlngfn (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-06T04:01:42.199 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:41 smithi073 bash[24935]: audit 2023-12-06T04:01:40.936111+0000 mon.smithi073 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:42.832 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-06T04:01:43.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:42 smithi073 bash[24935]: cluster 2023-12-06T04:01:41.808128+0000 mgr.smithi073.zlngfn (mgr.14118) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:01:43.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:42 smithi073 bash[24935]: audit 2023-12-06T04:01:42.829934+0000 mon.smithi073 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:43.450 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying node-exporter service with default placement... 2023-12-06T04:01:44.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:43 smithi073 bash[24935]: audit 2023-12-06T04:01:42.823908+0000 mgr.smithi073.zlngfn (mgr.14118) 20 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:01:44.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:43 smithi073 bash[24935]: cephadm 2023-12-06T04:01:42.825984+0000 mgr.smithi073.zlngfn (mgr.14118) 21 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-06T04:01:44.705 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-06T04:01:45.331 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying alertmanager service with default placement... 2023-12-06T04:01:45.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:45 smithi073 bash[24935]: cluster 2023-12-06T04:01:43.808634+0000 mgr.smithi073.zlngfn (mgr.14118) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:01:45.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:45 smithi073 bash[24935]: audit 2023-12-06T04:01:44.202593+0000 mon.smithi073 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:45.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:45 smithi073 bash[24935]: audit 2023-12-06T04:01:44.702384+0000 mon.smithi073 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:46.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:46 smithi073 bash[24935]: audit 2023-12-06T04:01:44.695269+0000 mgr.smithi073.zlngfn (mgr.14118) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:01:46.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:46 smithi073 bash[24935]: cephadm 2023-12-06T04:01:44.697561+0000 mgr.smithi073.zlngfn (mgr.14118) 24 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-06T04:01:46.619 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-06T04:01:47.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:47 smithi073 bash[24935]: cluster 2023-12-06T04:01:45.809152+0000 mgr.smithi073.zlngfn (mgr.14118) 25 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:01:47.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:47 smithi073 bash[24935]: audit 2023-12-06T04:01:46.616822+0000 mon.smithi073 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.73:0/1220258879' entity='mgr.smithi073.zlngfn' 2023-12-06T04:01:48.540 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:48 smithi073 bash[24935]: audit 2023-12-06T04:01:46.607382+0000 mgr.smithi073.zlngfn (mgr.14118) 26 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:01:48.540 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:48 smithi073 bash[24935]: cephadm 2023-12-06T04:01:46.609558+0000 mgr.smithi073.zlngfn (mgr.14118) 27 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-06T04:01:49.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:49 smithi073 bash[24935]: cluster 2023-12-06T04:01:47.809563+0000 mgr.smithi073.zlngfn (mgr.14118) 28 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:01:49.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:49 smithi073 bash[24935]: audit 2023-12-06T04:01:48.487612+0000 mon.smithi073 (mon.0) 66 : audit [INF] from='client.? 172.21.15.73:0/1228565561' entity='client.admin' 2023-12-06T04:01:50.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:50 smithi073 bash[24935]: cluster 2023-12-06T04:01:49.809965+0000 mgr.smithi073.zlngfn (mgr.14118) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:01:50.821 INFO:teuthology.orchestra.run.smithi073.stderr:Enabling the dashboard module... 2023-12-06T04:01:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:51 smithi073 bash[24935]: audit 2023-12-06T04:01:50.281602+0000 mon.smithi073 (mon.0) 67 : audit [INF] from='client.? 172.21.15.73:0/3457817995' entity='client.admin' 2023-12-06T04:01:52.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:52 smithi073 bash[24935]: cluster 2023-12-06T04:01:51.810278+0000 mgr.smithi073.zlngfn (mgr.14118) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:01:53.544 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:53 smithi073 bash[24935]: audit 2023-12-06T04:01:52.586098+0000 mon.smithi073 (mon.0) 68 : audit [INF] from='client.? 172.21.15.73:0/375223395' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-06T04:01:54.571 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:54 smithi073 bash[24935]: audit 2023-12-06T04:01:53.294419+0000 mon.smithi073 (mon.0) 69 : audit [INF] from='client.? 172.21.15.73:0/375223395' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-06T04:01:54.571 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:54 smithi073 bash[24935]: cluster 2023-12-06T04:01:53.294498+0000 mon.smithi073 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi073.zlngfn(active, since 31s) 2023-12-06T04:01:55.259 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-12-06T04:01:55.259 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-06T04:01:55.259 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": true, 2023-12-06T04:01:55.259 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "active_name": "smithi073.zlngfn", 2023-12-06T04:01:55.259 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T04:01:55.259 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-12-06T04:01:55.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:01:55 smithi073 bash[24935]: audit 2023-12-06T04:01:55.256609+0000 mon.smithi073 (mon.0) 71 : audit [DBG] from='client.? 172.21.15.73:0/1135460838' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T04:01:55.854 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for the mgr to restart... 2023-12-06T04:01:55.854 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mgr epoch 9... 2023-12-06T04:02:00.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:00 smithi073 bash[24935]: cluster 2023-12-06T04:01:59.959655+0000 mon.smithi073 (mon.0) 72 : cluster [INF] Active manager daemon smithi073.zlngfn restarted 2023-12-06T04:02:00.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:00 smithi073 bash[24935]: cluster 2023-12-06T04:01:59.960089+0000 mon.smithi073 (mon.0) 73 : cluster [INF] Activating manager daemon smithi073.zlngfn 2023-12-06T04:02:00.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:00 smithi073 bash[24935]: cluster 2023-12-06T04:01:59.966164+0000 mon.smithi073 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-06T04:02:00.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:00 smithi073 bash[24935]: cluster 2023-12-06T04:01:59.966444+0000 mon.smithi073 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi073.zlngfn(active, starting, since 0.00651019s) 2023-12-06T04:02:00.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:00 smithi073 bash[24935]: audit 2023-12-06T04:01:59.968016+0000 mon.smithi073 (mon.0) 76 : audit [DBG] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-06T04:02:00.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:00 smithi073 bash[24935]: audit 2023-12-06T04:01:59.968807+0000 mon.smithi073 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mgr metadata", "who": "smithi073.zlngfn", "id": "smithi073.zlngfn"}]: dispatch 2023-12-06T04:02:00.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:00 smithi073 bash[24935]: audit 2023-12-06T04:01:59.969740+0000 mon.smithi073 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T04:02:00.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:00 smithi073 bash[24935]: audit 2023-12-06T04:01:59.970028+0000 mon.smithi073 (mon.0) 79 : audit [DBG] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T04:02:00.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:00 smithi073 bash[24935]: audit 2023-12-06T04:01:59.970234+0000 mon.smithi073 (mon.0) 80 : audit [DBG] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T04:02:00.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:00 smithi073 bash[24935]: cluster 2023-12-06T04:01:59.973746+0000 mon.smithi073 (mon.0) 81 : cluster [INF] Manager daemon smithi073.zlngfn is now available 2023-12-06T04:02:00.986 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-12-06T04:02:00.986 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-06T04:02:00.986 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T04:02:00.986 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-12-06T04:02:01.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:01 smithi073 bash[24935]: audit 2023-12-06T04:02:00.107142+0000 mon.smithi073 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:02:01.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:01 smithi073 bash[24935]: audit 2023-12-06T04:02:00.112533+0000 mon.smithi073 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:02:01.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:01 smithi073 bash[24935]: audit 2023-12-06T04:02:00.151282+0000 mon.smithi073 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.zlngfn/mirror_snapshot_schedule"}]: dispatch 2023-12-06T04:02:01.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:01 smithi073 bash[24935]: audit 2023-12-06T04:02:00.156566+0000 mon.smithi073 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.zlngfn/trash_purge_schedule"}]: dispatch 2023-12-06T04:02:01.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:01 smithi073 bash[24935]: cluster 2023-12-06T04:02:00.970182+0000 mon.smithi073 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi073.zlngfn(active, since 1.01025s) 2023-12-06T04:02:01.635 INFO:teuthology.orchestra.run.smithi073.stderr:mgr epoch 9 is available 2023-12-06T04:02:01.635 INFO:teuthology.orchestra.run.smithi073.stderr:Generating a dashboard self-signed certificate... 2023-12-06T04:02:02.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:02 smithi073 bash[24935]: audit 2023-12-06T04:02:00.969901+0000 mgr.smithi073.zlngfn (mgr.14158) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T04:02:02.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:02 smithi073 bash[24935]: audit 2023-12-06T04:02:00.984310+0000 mgr.smithi073.zlngfn (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T04:02:02.914 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-06T04:02:03.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:03 smithi073 bash[24935]: cluster 2023-12-06T04:02:02.019260+0000 mon.smithi073 (mon.0) 87 : cluster [DBG] mgrmap e12: smithi073.zlngfn(active, since 2s) 2023-12-06T04:02:03.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:03 smithi073 bash[24935]: audit 2023-12-06T04:02:02.909607+0000 mon.smithi073 (mon.0) 88 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:03.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:03 smithi073 bash[24935]: audit 2023-12-06T04:02:02.912122+0000 mon.smithi073 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:03.429 INFO:teuthology.orchestra.run.smithi073.stderr:Creating initial admin user... 2023-12-06T04:02:04.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:04 smithi073 bash[24935]: audit 2023-12-06T04:02:02.843081+0000 mgr.smithi073.zlngfn (mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:02:04.990 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$eqUldZcbyYDBd7Dmg4vYieopTOa5QshZD3kDq6caFej7Ll4WcY95a", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701835324, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-06T04:02:05.580 INFO:teuthology.orchestra.run.smithi073.stderr:Fetching dashboard port number... 2023-12-06T04:02:06.293 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:05 smithi073 bash[24935]: audit 2023-12-06T04:02:04.747276+0000 mgr.smithi073.zlngfn (mgr.14158) 4 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:02:06.294 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:05 smithi073 bash[24935]: audit 2023-12-06T04:02:04.988325+0000 mon.smithi073 (mon.0) 90 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:06.838 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 8443 2023-12-06T04:02:07.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:06 smithi073 bash[24935]: cluster 2023-12-06T04:02:05.991298+0000 mon.smithi073 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi073.zlngfn(active, since 6s) 2023-12-06T04:02:07.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:06 smithi073 bash[24935]: audit 2023-12-06T04:02:06.715985+0000 mon.smithi073 (mon.0) 92 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:07.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:06 smithi073 bash[24935]: audit 2023-12-06T04:02:06.836295+0000 mon.smithi073 (mon.0) 93 : audit [DBG] from='client.? 172.21.15.73:0/4049455366' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-06T04:02:07.413 INFO:teuthology.orchestra.run.smithi073.stderr:firewalld does not appear to be present 2023-12-06T04:02:07.413 INFO:teuthology.orchestra.run.smithi073.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-06T04:02:07.415 INFO:teuthology.orchestra.run.smithi073.stderr:Ceph Dashboard is now available at: 2023-12-06T04:02:07.415 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-12-06T04:02:07.415 INFO:teuthology.orchestra.run.smithi073.stderr: URL: https://smithi073.front.sepia.ceph.com:8443/ 2023-12-06T04:02:07.415 INFO:teuthology.orchestra.run.smithi073.stderr: User: admin 2023-12-06T04:02:07.415 INFO:teuthology.orchestra.run.smithi073.stderr: Password: 8klyhkvucn 2023-12-06T04:02:07.415 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-12-06T04:02:07.415 INFO:teuthology.orchestra.run.smithi073.stderr:Enabling autotune for osd_memory_target 2023-12-06T04:02:10.731 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-06T04:02:11.301 INFO:teuthology.orchestra.run.smithi073.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-06T04:02:11.301 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-12-06T04:02:11.301 INFO:teuthology.orchestra.run.smithi073.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-06T04:02:11.301 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-12-06T04:02:11.301 INFO:teuthology.orchestra.run.smithi073.stderr:Or, if you are only running a single cluster on this host: 2023-12-06T04:02:11.301 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-12-06T04:02:11.301 INFO:teuthology.orchestra.run.smithi073.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-06T04:02:11.301 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-12-06T04:02:11.302 INFO:teuthology.orchestra.run.smithi073.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-06T04:02:11.302 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-12-06T04:02:11.302 INFO:teuthology.orchestra.run.smithi073.stderr: ceph telemetry on 2023-12-06T04:02:11.302 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-12-06T04:02:11.302 INFO:teuthology.orchestra.run.smithi073.stderr:For more information see: 2023-12-06T04:02:11.302 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-12-06T04:02:11.302 INFO:teuthology.orchestra.run.smithi073.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-06T04:02:11.302 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-12-06T04:02:11.302 INFO:teuthology.orchestra.run.smithi073.stderr:Bootstrap complete. 2023-12-06T04:02:11.341 INFO:tasks.cephadm:Fetching config... 2023-12-06T04:02:11.342 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-06T04:02:11.342 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-06T04:02:11.348 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-06T04:02:11.348 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-06T04:02:11.348 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-06T04:02:11.401 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-06T04:02:11.401 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-06T04:02:11.401 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/keyring of=/dev/stdout 2023-12-06T04:02:11.458 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-06T04:02:11.459 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-06T04:02:11.459 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-06T04:02:11.512 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-06T04:02:11.512 DEBUG:teuthology.orchestra.run.smithi073:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvAURg98xSwKL9/EWY3y75bkw+eUUdm6uVUPf2eQhe1yj5jFyy8u1+VDF8LMmzSHa9+YYjgzOiHuKyMNmSRAWtvw/houmIAhd/AU9NiF0LvMPFGPyqdemQfZuXV/WcfrKupjTfvbjBlWUUBpENImpYHf7fABtc1NNOXjmDmDYNIF7LaAnAT+XAUrShATT3H/LuIziteBxB+vhqa/dzXQaQj3rH9y4yQaUYeEVOJZBP2ckPciYxiTn1qhgF0EkapjfQ9M+jzA/T7YaAliDjjzXJrvtyu4vekAsGohWAK3xcPozffK9TI6/6yDGx76smQoZK/D4XT68CqFCgBnzOPLfSuq+QIPfl0aQFS3x4vAY5Ik4aFVIikoiyvSJaQ2u/7KskDA9yIGbG8ouP65aef3rEY/0x/WrZA8d5pDEnCzlA5WojnuUGMA+m/vUR/pbAE9sIlG1eXpx3YpkD2KlQqiJjQDl1e07H9zvy6ZqIXFXPlmEtVO/TeNMfGhZigCrk2ak= ceph-edf677d4-93eb-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T04:02:11.577 INFO:teuthology.orchestra.run.smithi073.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvAURg98xSwKL9/EWY3y75bkw+eUUdm6uVUPf2eQhe1yj5jFyy8u1+VDF8LMmzSHa9+YYjgzOiHuKyMNmSRAWtvw/houmIAhd/AU9NiF0LvMPFGPyqdemQfZuXV/WcfrKupjTfvbjBlWUUBpENImpYHf7fABtc1NNOXjmDmDYNIF7LaAnAT+XAUrShATT3H/LuIziteBxB+vhqa/dzXQaQj3rH9y4yQaUYeEVOJZBP2ckPciYxiTn1qhgF0EkapjfQ9M+jzA/T7YaAliDjjzXJrvtyu4vekAsGohWAK3xcPozffK9TI6/6yDGx76smQoZK/D4XT68CqFCgBnzOPLfSuq+QIPfl0aQFS3x4vAY5Ik4aFVIikoiyvSJaQ2u/7KskDA9yIGbG8ouP65aef3rEY/0x/WrZA8d5pDEnCzlA5WojnuUGMA+m/vUR/pbAE9sIlG1eXpx3YpkD2KlQqiJjQDl1e07H9zvy6ZqIXFXPlmEtVO/TeNMfGhZigCrk2ak= ceph-edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:02:11.589 DEBUG:teuthology.orchestra.run.smithi110:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvAURg98xSwKL9/EWY3y75bkw+eUUdm6uVUPf2eQhe1yj5jFyy8u1+VDF8LMmzSHa9+YYjgzOiHuKyMNmSRAWtvw/houmIAhd/AU9NiF0LvMPFGPyqdemQfZuXV/WcfrKupjTfvbjBlWUUBpENImpYHf7fABtc1NNOXjmDmDYNIF7LaAnAT+XAUrShATT3H/LuIziteBxB+vhqa/dzXQaQj3rH9y4yQaUYeEVOJZBP2ckPciYxiTn1qhgF0EkapjfQ9M+jzA/T7YaAliDjjzXJrvtyu4vekAsGohWAK3xcPozffK9TI6/6yDGx76smQoZK/D4XT68CqFCgBnzOPLfSuq+QIPfl0aQFS3x4vAY5Ik4aFVIikoiyvSJaQ2u/7KskDA9yIGbG8ouP65aef3rEY/0x/WrZA8d5pDEnCzlA5WojnuUGMA+m/vUR/pbAE9sIlG1eXpx3YpkD2KlQqiJjQDl1e07H9zvy6ZqIXFXPlmEtVO/TeNMfGhZigCrk2ak= ceph-edf677d4-93eb-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T04:02:11.613 INFO:teuthology.orchestra.run.smithi110.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvAURg98xSwKL9/EWY3y75bkw+eUUdm6uVUPf2eQhe1yj5jFyy8u1+VDF8LMmzSHa9+YYjgzOiHuKyMNmSRAWtvw/houmIAhd/AU9NiF0LvMPFGPyqdemQfZuXV/WcfrKupjTfvbjBlWUUBpENImpYHf7fABtc1NNOXjmDmDYNIF7LaAnAT+XAUrShATT3H/LuIziteBxB+vhqa/dzXQaQj3rH9y4yQaUYeEVOJZBP2ckPciYxiTn1qhgF0EkapjfQ9M+jzA/T7YaAliDjjzXJrvtyu4vekAsGohWAK3xcPozffK9TI6/6yDGx76smQoZK/D4XT68CqFCgBnzOPLfSuq+QIPfl0aQFS3x4vAY5Ik4aFVIikoiyvSJaQ2u/7KskDA9yIGbG8ouP65aef3rEY/0x/WrZA8d5pDEnCzlA5WojnuUGMA+m/vUR/pbAE9sIlG1eXpx3YpkD2KlQqiJjQDl1e07H9zvy6ZqIXFXPlmEtVO/TeNMfGhZigCrk2ak= ceph-edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:02:11.624 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-06T04:02:12.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:11 smithi073 bash[24935]: audit 2023-12-06T04:02:10.725145+0000 mon.smithi073 (mon.0) 94 : audit [INF] from='client.? 172.21.15.73:0/1625286514' entity='client.admin' 2023-12-06T04:02:16.756 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-06T04:02:16.756 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-06T04:02:17.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:17 smithi073 bash[24935]: audit 2023-12-06T04:02:16.085016+0000 mon.smithi073 (mon.0) 95 : audit [INF] from='client.? 172.21.15.73:0/1609935500' entity='client.admin' 2023-12-06T04:02:19.777 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:19 smithi073 bash[24935]: audit 2023-12-06T04:02:18.409178+0000 mon.smithi073 (mon.0) 96 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:19.777 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:19 smithi073 bash[24935]: audit 2023-12-06T04:02:18.825525+0000 mon.smithi073 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd/host:smithi073", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:02:19.777 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:19 smithi073 bash[24935]: audit 2023-12-06T04:02:18.831051+0000 mon.smithi073 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:19.777 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:19 smithi073 bash[24935]: cephadm 2023-12-06T04:02:18.844462+0000 mgr.smithi073.zlngfn (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi073 on smithi073 2023-12-06T04:02:21.395 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi110 2023-12-06T04:02:21.395 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-12-06T04:02:21.395 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/etc/ceph/ceph.conf 2023-12-06T04:02:21.403 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-12-06T04:02:21.403 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T04:02:21.451 INFO:tasks.cephadm:Adding host smithi110 to orchestrator... 2023-12-06T04:02:21.451 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch host add smithi110 2023-12-06T04:02:21.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:21 smithi073 bash[24935]: cluster 2023-12-06T04:02:19.971335+0000 mgr.smithi073.zlngfn (mgr.14158) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:02:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:21 smithi073 bash[24935]: audit 2023-12-06T04:02:20.202557+0000 mgr.smithi073.zlngfn (mgr.14158) 7 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:02:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:21 smithi073 bash[24935]: audit 2023-12-06T04:02:20.205971+0000 mon.smithi073 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:23.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:23 smithi073 bash[24935]: cluster 2023-12-06T04:02:21.971753+0000 mgr.smithi073.zlngfn (mgr.14158) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:02:25.567 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:25 smithi073 bash[24935]: cluster 2023-12-06T04:02:23.972195+0000 mgr.smithi073.zlngfn (mgr.14158) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:02:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:27 smithi073 bash[24935]: cluster 2023-12-06T04:02:25.972552+0000 mgr.smithi073.zlngfn (mgr.14158) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:02:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:27 smithi073 bash[24935]: audit 2023-12-06T04:02:26.814990+0000 mon.smithi073 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:27 smithi073 bash[24935]: audit 2023-12-06T04:02:26.818299+0000 mon.smithi073 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T04:02:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:27 smithi073 bash[24935]: audit 2023-12-06T04:02:26.822207+0000 mon.smithi073 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-06T04:02:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:27 smithi073 bash[24935]: audit 2023-12-06T04:02:26.823221+0000 mon.smithi073 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:02:28.468 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:28 smithi073 bash[24935]: cephadm 2023-12-06T04:02:26.824044+0000 mgr.smithi073.zlngfn (mgr.14158) 11 : cephadm [INF] Deploying daemon crash.smithi073 on smithi073 2023-12-06T04:02:29.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:29 smithi073 bash[24935]: cluster 2023-12-06T04:02:27.972914+0000 mgr.smithi073.zlngfn (mgr.14158) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:02:30.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:30 smithi073 bash[24935]: audit 2023-12-06T04:02:29.512211+0000 mon.smithi073 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:30.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:30 smithi073 bash[24935]: audit 2023-12-06T04:02:29.595463+0000 mon.smithi073 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:30.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:30 smithi073 bash[24935]: audit 2023-12-06T04:02:29.600393+0000 mon.smithi073 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:30.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:30 smithi073 bash[24935]: audit 2023-12-06T04:02:29.604170+0000 mon.smithi073 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T04:02:30.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:30 smithi073 bash[24935]: audit 2023-12-06T04:02:29.604670+0000 mgr.smithi073.zlngfn (mgr.14158) 13 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T04:02:30.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:30 smithi073 bash[24935]: audit 2023-12-06T04:02:29.607542+0000 mon.smithi073 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:30.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:30 smithi073 bash[24935]: cephadm 2023-12-06T04:02:29.616226+0000 mgr.smithi073.zlngfn (mgr.14158) 14 : cephadm [INF] Deploying daemon grafana.smithi073 on smithi073 2023-12-06T04:02:30.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:30 smithi073 bash[24935]: cluster 2023-12-06T04:02:29.973374+0000 mgr.smithi073.zlngfn (mgr.14158) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:02:30.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:30 smithi073 bash[24935]: audit 2023-12-06T04:02:30.152336+0000 mon.smithi073 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:33.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:33 smithi073 bash[24935]: cluster 2023-12-06T04:02:31.973835+0000 mgr.smithi073.zlngfn (mgr.14158) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:02:35.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:35 smithi073 bash[24935]: cluster 2023-12-06T04:02:33.974251+0000 mgr.smithi073.zlngfn (mgr.14158) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:02:37.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:37 smithi073 bash[24935]: cluster 2023-12-06T04:02:35.974619+0000 mgr.smithi073.zlngfn (mgr.14158) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:02:39.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:38 smithi073 bash[24935]: cluster 2023-12-06T04:02:37.974946+0000 mgr.smithi073.zlngfn (mgr.14158) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:02:41.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:41 smithi073 bash[24935]: cluster 2023-12-06T04:02:39.975271+0000 mgr.smithi073.zlngfn (mgr.14158) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:02:43.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:43 smithi073 bash[24935]: cluster 2023-12-06T04:02:41.975761+0000 mgr.smithi073.zlngfn (mgr.14158) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:02:45.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:45 smithi073 bash[24935]: cluster 2023-12-06T04:02:43.976265+0000 mgr.smithi073.zlngfn (mgr.14158) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:02:47.285 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:47 smithi073 bash[24935]: cluster 2023-12-06T04:02:45.976788+0000 mgr.smithi073.zlngfn (mgr.14158) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:02:49.043 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:48 smithi073 bash[24935]: cluster 2023-12-06T04:02:47.977401+0000 mgr.smithi073.zlngfn (mgr.14158) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:02:50.784 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:50 smithi073 bash[24935]: audit 2023-12-06T04:02:49.548293+0000 mon.smithi073 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:50.784 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:50 smithi073 bash[24935]: cephadm 2023-12-06T04:02:49.552849+0000 mgr.smithi073.zlngfn (mgr.14158) 25 : cephadm [INF] Deploying daemon node-exporter.smithi073 on smithi073 2023-12-06T04:02:50.784 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:50 smithi073 bash[24935]: cluster 2023-12-06T04:02:49.977900+0000 mgr.smithi073.zlngfn (mgr.14158) 26 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:02:50.784 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:50 smithi073 bash[24935]: audit 2023-12-06T04:02:50.159812+0000 mon.smithi073 (mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:50.784 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:50 smithi073 bash[24935]: audit 2023-12-06T04:02:50.239923+0000 mon.smithi073 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:50.784 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:50 smithi073 bash[24935]: audit 2023-12-06T04:02:50.242972+0000 mon.smithi073 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T04:02:52.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:52 smithi073 bash[24935]: audit 2023-12-06T04:02:51.245328+0000 mon.smithi073 (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.73:0/3625858076' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T04:02:52.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:52 smithi073 bash[24935]: cluster 2023-12-06T04:02:51.245407+0000 mon.smithi073 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi073.zlngfn(active, since 51s) 2023-12-06T04:02:58.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:58 smithi073 bash[24935]: cluster 2023-12-06T04:02:57.979321+0000 mon.smithi073 (mon.0) 116 : cluster [INF] Active manager daemon smithi073.zlngfn restarted 2023-12-06T04:02:58.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:58 smithi073 bash[24935]: cluster 2023-12-06T04:02:57.979760+0000 mon.smithi073 (mon.0) 117 : cluster [INF] Activating manager daemon smithi073.zlngfn 2023-12-06T04:02:58.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:58 smithi073 bash[24935]: cluster 2023-12-06T04:02:57.987330+0000 mon.smithi073 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T04:02:58.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:58 smithi073 bash[24935]: cluster 2023-12-06T04:02:57.987496+0000 mon.smithi073 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi073.zlngfn(active, starting, since 0.00790808s) 2023-12-06T04:02:58.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:58 smithi073 bash[24935]: audit 2023-12-06T04:02:57.988964+0000 mon.smithi073 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-06T04:02:58.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:58 smithi073 bash[24935]: audit 2023-12-06T04:02:57.990122+0000 mon.smithi073 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mgr metadata", "who": "smithi073.zlngfn", "id": "smithi073.zlngfn"}]: dispatch 2023-12-06T04:02:58.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:58 smithi073 bash[24935]: audit 2023-12-06T04:02:57.991349+0000 mon.smithi073 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T04:02:58.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:58 smithi073 bash[24935]: audit 2023-12-06T04:02:57.991513+0000 mon.smithi073 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T04:02:58.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:58 smithi073 bash[24935]: audit 2023-12-06T04:02:57.991659+0000 mon.smithi073 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T04:02:58.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:58 smithi073 bash[24935]: cluster 2023-12-06T04:02:58.013074+0000 mon.smithi073 (mon.0) 125 : cluster [INF] Manager daemon smithi073.zlngfn is now available 2023-12-06T04:02:58.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:58 smithi073 bash[24935]: audit 2023-12-06T04:02:58.148277+0000 mon.smithi073 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:02:58.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:58 smithi073 bash[24935]: audit 2023-12-06T04:02:58.154209+0000 mon.smithi073 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:02:58.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:58 smithi073 bash[24935]: audit 2023-12-06T04:02:58.188508+0000 mon.smithi073 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:02:58.909 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:58 smithi073 bash[24935]: audit 2023-12-06T04:02:58.206386+0000 mon.smithi073 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.zlngfn/mirror_snapshot_schedule"}]: dispatch 2023-12-06T04:02:58.909 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:58 smithi073 bash[24935]: audit 2023-12-06T04:02:58.212183+0000 mon.smithi073 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.zlngfn/trash_purge_schedule"}]: dispatch 2023-12-06T04:03:00.196 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:02:59 smithi073 bash[24935]: cluster 2023-12-06T04:02:58.991146+0000 mon.smithi073 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi073.zlngfn(active, since 1.01155s) 2023-12-06T04:03:02.024 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:01 smithi073 bash[24935]: cluster 2023-12-06T04:03:00.995923+0000 mon.smithi073 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi073.zlngfn(active, since 3s) 2023-12-06T04:03:05.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:05 smithi073 bash[24935]: audit 2023-12-06T04:03:04.106659+0000 mon.smithi073 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:05.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:05 smithi073 bash[24935]: audit 2023-12-06T04:03:04.396373+0000 mon.smithi073 (mon.0) 134 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd/host:smithi073", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:03:05.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:05 smithi073 bash[24935]: audit 2023-12-06T04:03:04.398290+0000 mon.smithi073 (mon.0) 135 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:03:05.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:05 smithi073 bash[24935]: audit 2023-12-06T04:03:04.399436+0000 mon.smithi073 (mon.0) 136 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:03:05.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:05 smithi073 bash[24935]: audit 2023-12-06T04:03:04.452031+0000 mon.smithi073 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:05.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:05 smithi073 bash[24935]: audit 2023-12-06T04:03:04.456662+0000 mon.smithi073 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:06.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:06 smithi073 bash[24935]: cephadm 2023-12-06T04:03:04.401117+0000 mgr.smithi073.zlngfn (mgr.14182) 1 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2023-12-06T04:03:06.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:06 smithi073 bash[24935]: cephadm 2023-12-06T04:03:04.420149+0000 mgr.smithi073.zlngfn (mgr.14182) 2 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.client.admin.keyring 2023-12-06T04:03:06.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:06 smithi073 bash[24935]: cephadm 2023-12-06T04:03:04.478234+0000 mgr.smithi073.zlngfn (mgr.14182) 3 : cephadm [INF] Deploying daemon prometheus.smithi073 on smithi073 2023-12-06T04:03:08.584 INFO:teuthology.orchestra.run.smithi110.stdout:Added host 'smithi110' with addr '172.21.15.110' 2023-12-06T04:03:09.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:08 smithi073 bash[24935]: audit 2023-12-06T04:03:07.738910+0000 mgr.smithi073.zlngfn (mgr.14182) 4 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi110", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:03:09.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:08 smithi073 bash[24935]: audit 2023-12-06T04:03:08.582117+0000 mon.smithi073 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:09.243 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-06T04:03:10.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:09 smithi073 bash[24935]: cephadm 2023-12-06T04:03:08.582794+0000 mgr.smithi073.zlngfn (mgr.14182) 5 : cephadm [INF] Added host smithi110 2023-12-06T04:03:11.920 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-06T04:03:11.920 INFO:teuthology.orchestra.run.smithi110.stdout:[{"addr": "172.21.15.73", "hostname": "smithi073", "labels": [], "status": ""}, {"addr": "172.21.15.110", "hostname": "smithi110", "labels": [], "status": ""}] 2023-12-06T04:03:12.445 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-06T04:03:12.445 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-06T04:03:12.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:12 smithi073 bash[24935]: audit 2023-12-06T04:03:11.917946+0000 mgr.smithi073.zlngfn (mgr.14182) 6 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:03:17.095 INFO:teuthology.orchestra.run.smithi073.stderr:adjusted tunables profile to default 2023-12-06T04:03:17.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:17 smithi073 bash[24935]: audit 2023-12-06T04:03:16.083249+0000 mon.smithi073 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:17.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:17 smithi073 bash[24935]: audit 2023-12-06T04:03:16.085284+0000 mon.smithi073 (mon.0) 141 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:03:17.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:17 smithi073 bash[24935]: audit 2023-12-06T04:03:16.452157+0000 mon.smithi073 (mon.0) 142 : audit [INF] from='client.? 172.21.15.73:0/3006537608' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-06T04:03:17.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:17 smithi073 bash[24935]: audit 2023-12-06T04:03:16.637523+0000 mon.smithi073 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:17.741 INFO:tasks.cephadm:Adding mon.smithi073 on smithi073 2023-12-06T04:03:17.741 INFO:tasks.cephadm:Adding mon.smithi110 on smithi110 2023-12-06T04:03:17.741 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi073:172.21.15.73=smithi073;smithi110:172.21.15.110=smithi110' 2023-12-06T04:03:18.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:18 smithi073 bash[24935]: audit 2023-12-06T04:03:17.086626+0000 mon.smithi073 (mon.0) 144 : audit [INF] from='client.? 172.21.15.73:0/3006537608' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-06T04:03:18.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:18 smithi073 bash[24935]: cluster 2023-12-06T04:03:17.086739+0000 mon.smithi073 (mon.0) 145 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-06T04:03:18.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:18 smithi073 bash[24935]: audit 2023-12-06T04:03:17.890556+0000 mon.smithi073 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:19.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:19 smithi073 bash[24935]: cluster 2023-12-06T04:03:17.993276+0000 mgr.smithi073.zlngfn (mgr.14182) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:19.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:19 smithi073 bash[24935]: audit 2023-12-06T04:03:18.197862+0000 mon.smithi073 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:20.878 INFO:teuthology.orchestra.run.smithi110.stdout:Scheduled mon update... 2023-12-06T04:03:21.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:21 smithi073 bash[24935]: cluster 2023-12-06T04:03:19.993733+0000 mgr.smithi073.zlngfn (mgr.14182) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:21 smithi073 bash[24935]: audit 2023-12-06T04:03:20.876420+0000 mon.smithi073 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:21.826 DEBUG:teuthology.orchestra.run.smithi110:mon.smithi110> sudo journalctl -f -n 0 -u ceph-edf677d4-93eb-11ee-95a2-87774f69a715@mon.smithi110.service 2023-12-06T04:03:21.828 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T04:03:21.828 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T04:03:22.048 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T04:03:22.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:22 smithi073 bash[24935]: audit 2023-12-06T04:03:20.865502+0000 mgr.smithi073.zlngfn (mgr.14182) 9 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi073:172.21.15.73=smithi073;smithi110:172.21.15.110=smithi110", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:03:22.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:22 smithi073 bash[24935]: cephadm 2023-12-06T04:03:20.871119+0000 mgr.smithi073.zlngfn (mgr.14182) 10 : cephadm [INF] Saving service mon spec with placement smithi073:172.21.15.73=smithi073;smithi110:172.21.15.110=smithi110;count:2 2023-12-06T04:03:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:23 smithi073 bash[24935]: cluster 2023-12-06T04:03:21.994031+0000 mgr.smithi073.zlngfn (mgr.14182) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:23 smithi073 bash[24935]: audit 2023-12-06T04:03:22.421259+0000 mon.smithi073 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:25.027 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-06T04:03:25.027 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"edf677d4-93eb-11ee-95a2-87774f69a715","modified":"2023-12-06T04:00:47.934350Z","created":"2023-12-06T04:00:47.934350Z","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":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T04:03:25.030 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-06T04:03:25.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:25 smithi073 bash[24935]: cluster 2023-12-06T04:03:23.994444+0000 mgr.smithi073.zlngfn (mgr.14182) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:25.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:25 smithi073 bash[24935]: audit 2023-12-06T04:03:24.534456+0000 mon.smithi073 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:25.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:25 smithi073 bash[24935]: audit 2023-12-06T04:03:24.865941+0000 mon.smithi073 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:25.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:25 smithi073 bash[24935]: audit 2023-12-06T04:03:24.867571+0000 mon.smithi073 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd/host:smithi110", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:03:25.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:25 smithi073 bash[24935]: audit 2023-12-06T04:03:24.869390+0000 mon.smithi073 (mon.0) 153 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:03:25.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:25 smithi073 bash[24935]: audit 2023-12-06T04:03:24.870927+0000 mon.smithi073 (mon.0) 154 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:03:25.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:25 smithi073 bash[24935]: audit 2023-12-06T04:03:24.921254+0000 mon.smithi073 (mon.0) 155 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:25.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:25 smithi073 bash[24935]: audit 2023-12-06T04:03:24.927618+0000 mon.smithi073 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:25.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:25 smithi073 bash[24935]: audit 2023-12-06T04:03:24.929944+0000 mon.smithi073 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T04:03:25.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:25 smithi073 bash[24935]: audit 2023-12-06T04:03:24.935203+0000 mon.smithi073 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-06T04:03:25.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:25 smithi073 bash[24935]: audit 2023-12-06T04:03:24.936503+0000 mon.smithi073 (mon.0) 159 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:03:25.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:25 smithi073 bash[24935]: audit 2023-12-06T04:03:25.025845+0000 mon.smithi073 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.110:0/4281187524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T04:03:26.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:26 smithi073 bash[24935]: cephadm 2023-12-06T04:03:24.873306+0000 mgr.smithi073.zlngfn (mgr.14182) 13 : cephadm [INF] Updating smithi110:/etc/ceph/ceph.conf 2023-12-06T04:03:26.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:26 smithi073 bash[24935]: cephadm 2023-12-06T04:03:24.887446+0000 mgr.smithi073.zlngfn (mgr.14182) 14 : cephadm [INF] Updating smithi110:/etc/ceph/ceph.client.admin.keyring 2023-12-06T04:03:26.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:26 smithi073 bash[24935]: cephadm 2023-12-06T04:03:24.937710+0000 mgr.smithi073.zlngfn (mgr.14182) 15 : cephadm [INF] Deploying daemon crash.smithi110 on smithi110 2023-12-06T04:03:26.994 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T04:03:26.994 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T04:03:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:27 smithi073 bash[24935]: cluster 2023-12-06T04:03:25.994893+0000 mgr.smithi073.zlngfn (mgr.14182) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:29 smithi073 bash[24935]: cluster 2023-12-06T04:03:27.995345+0000 mgr.smithi073.zlngfn (mgr.14182) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:29 smithi073 bash[24935]: audit 2023-12-06T04:03:28.036322+0000 mon.smithi073 (mon.0) 161 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:29 smithi073 bash[24935]: audit 2023-12-06T04:03:28.041088+0000 mon.smithi073 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.ctrvpp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T04:03:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:29 smithi073 bash[24935]: audit 2023-12-06T04:03:28.044132+0000 mon.smithi073 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.ctrvpp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T04:03:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:29 smithi073 bash[24935]: audit 2023-12-06T04:03:28.045350+0000 mon.smithi073 (mon.0) 164 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T04:03:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:29 smithi073 bash[24935]: audit 2023-12-06T04:03:28.047020+0000 mon.smithi073 (mon.0) 165 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:03:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:29 smithi073 bash[24935]: cephadm 2023-12-06T04:03:28.048300+0000 mgr.smithi073.zlngfn (mgr.14182) 18 : cephadm [INF] Deploying daemon mgr.smithi110.ctrvpp on smithi110 2023-12-06T04:03:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:29 smithi073 bash[24935]: audit 2023-12-06T04:03:28.206252+0000 mon.smithi073 (mon.0) 166 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:30.989 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-06T04:03:30.989 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"edf677d4-93eb-11ee-95a2-87774f69a715","modified":"2023-12-06T04:00:47.934350Z","created":"2023-12-06T04:00:47.934350Z","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":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T04:03:30.992 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-06T04:03:31.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:31 smithi073 bash[24935]: cluster 2023-12-06T04:03:29.995790+0000 mgr.smithi073.zlngfn (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:31.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:31 smithi073 bash[24935]: audit 2023-12-06T04:03:30.987195+0000 mon.smithi073 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.110:0/2761842017' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T04:03:32.635 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T04:03:32.636 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T04:03:33.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:32 smithi073 bash[24935]: audit 2023-12-06T04:03:31.594086+0000 mon.smithi073 (mon.0) 168 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:33.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:32 smithi073 bash[24935]: audit 2023-12-06T04:03:31.598905+0000 mon.smithi073 (mon.0) 169 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T04:03:33.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:32 smithi073 bash[24935]: audit 2023-12-06T04:03:31.600354+0000 mon.smithi073 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:03:33.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:32 smithi073 bash[24935]: cephadm 2023-12-06T04:03:31.601597+0000 mgr.smithi073.zlngfn (mgr.14182) 20 : cephadm [INF] Deploying daemon mon.smithi110 on smithi110 2023-12-06T04:03:33.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:32 smithi073 bash[24935]: cluster 2023-12-06T04:03:31.996301+0000 mgr.smithi073.zlngfn (mgr.14182) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:34.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:34 smithi073 bash[24935]: audit 2023-12-06T04:03:33.215492+0000 mon.smithi073 (mon.0) 171 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:35.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:35 smithi073 bash[24935]: cluster 2023-12-06T04:03:33.996760+0000 mgr.smithi073.zlngfn (mgr.14182) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:37.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:37 smithi073 bash[24935]: cluster 2023-12-06T04:03:35.997239+0000 mgr.smithi073.zlngfn (mgr.14182) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:37.695 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-06T04:03:37.695 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"edf677d4-93eb-11ee-95a2-87774f69a715","modified":"2023-12-06T04:00:47.934350Z","created":"2023-12-06T04:00:47.934350Z","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":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T04:03:37.697 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-12-06T04:03:37.723 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:37 smithi110 systemd[1]: Started Ceph mon.smithi110 for edf677d4-93eb-11ee-95a2-87774f69a715. 2023-12-06T04:03:38.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:38 smithi073 bash[24935]: audit 2023-12-06T04:03:37.693557+0000 mon.smithi073 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.110:0/2003156267' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T04:03:38.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:38 smithi073 bash[24935]: audit 2023-12-06T04:03:37.759974+0000 mon.smithi073 (mon.0) 173 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:39.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:39 smithi073 bash[24935]: cephadm 2023-12-06T04:03:37.764098+0000 mgr.smithi073.zlngfn (mgr.14182) 24 : cephadm [INF] Deploying daemon node-exporter.smithi110 on smithi110 2023-12-06T04:03:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:39 smithi073 bash[24935]: cluster 2023-12-06T04:03:37.997623+0000 mgr.smithi073.zlngfn (mgr.14182) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:39 smithi073 bash[24935]: audit 2023-12-06T04:03:38.222855+0000 mon.smithi073 (mon.0) 174 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:39 smithi073 bash[24935]: audit 2023-12-06T04:03:38.448663+0000 mon.smithi073 (mon.0) 175 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:39 smithi073 bash[24935]: audit 2023-12-06T04:03:38.451485+0000 mon.smithi073 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:03:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.442+0000 7f7c5ce4c880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T04:03:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.442+0000 7f7c5ce4c880 0 ceph version 16.2.14-335-gd03fca4f (d03fca4f35d43f61b4679936aef7bd2f01cced0b) pacific (stable), process ceph-mon, pid 7 2023-12-06T04:03:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.442+0000 7f7c5ce4c880 0 pidfile_write: ignore empty --pid-file 2023-12-06T04:03:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 0 load: jerasure load: lrc load: isa 2023-12-06T04:03:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: RocksDB version: 6.8.1 2023-12-06T04:03:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T04:03:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Compile date Dec 5 2023 2023-12-06T04:03:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: DB SUMMARY 2023-12-06T04:03:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: CURRENT file: CURRENT 2023-12-06T04:03:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T04:03:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-06T04:03:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi110/store.db dir, Total Num: 0, files: 2023-12-06T04:03:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi110/store.db: 000003.log size: 511 ; 2023-12-06T04:03:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T04:03:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.create_if_missing: 0 2023-12-06T04:03:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T04:03:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.env: 0x55d2c07c2080 2023-12-06T04:03:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.fs: Posix File System 2023-12-06T04:03:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.info_log: 0x55d2c1396520 2023-12-06T04:03:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T04:03:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.statistics: (nil) 2023-12-06T04:03:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.use_fsync: 0 2023-12-06T04:03:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T04:03:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T04:03:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T04:03:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T04:03:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T04:03:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T04:03:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T04:03:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T04:03:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T04:03:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T04:03:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T04:03:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.db_log_dir: 2023-12-06T04:03:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi110/store.db 2023-12-06T04:03:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T04:03:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T04:03:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T04:03:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T04:03:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T04:03:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T04:03:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T04:03:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T04:03:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T04:03:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T04:03:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.write_buffer_manager: 0x55d2c1fe4480 2023-12-06T04:03:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T04:03:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T04:03:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T04:03:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T04:03:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T04:03:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T04:03:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T04:03:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T04:03:39.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T04:03:39.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.unordered_write: 0 2023-12-06T04:03:39.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T04:03:39.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T04:03:39.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T04:03:39.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T04:03:39.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.row_cache: None 2023-12-06T04:03:39.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.wal_filter: None 2023-12-06T04:03:39.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T04:03:39.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T04:03:39.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T04:03:39.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T04:03:39.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T04:03:39.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T04:03:39.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T04:03:39.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T04:03:39.720 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T04:03:39.720 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T04:03:39.720 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-06T04:03:39.720 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T04:03:39.720 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T04:03:39.720 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T04:03:39.720 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T04:03:39.720 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T04:03:39.720 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T04:03:39.720 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T04:03:39.720 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T04:03:39.720 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T04:03:39.720 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T04:03:39.720 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_open_files: -1 2023-12-06T04:03:39.720 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T04:03:39.721 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T04:03:39.721 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T04:03:39.721 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T04:03:39.721 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Compression algorithms supported: 2023-12-06T04:03:39.721 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T04:03:39.721 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: kZSTD supported: 0 2023-12-06T04:03:39.721 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T04:03:39.721 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T04:03:39.721 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T04:03:39.721 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T04:03:39.721 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T04:03:39.721 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T04:03:39.721 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T04:03:39.722 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi110/store.db/MANIFEST-000001 2023-12-06T04:03:39.722 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-06T04:03:39.722 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T04:03:39.722 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.merge_operator: 2023-12-06T04:03:39.722 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compaction_filter: None 2023-12-06T04:03:39.722 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T04:03:39.722 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T04:03:39.723 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T04:03:39.723 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d2c1339d28) 2023-12-06T04:03:39.723 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: cache_index_and_filter_blocks: 1 2023-12-06T04:03:39.723 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T04:03:39.723 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T04:03:39.723 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: pin_top_level_index_and_filter: 1 2023-12-06T04:03:39.723 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: index_type: 0 2023-12-06T04:03:39.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: data_block_index_type: 0 2023-12-06T04:03:39.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: index_shortening: 1 2023-12-06T04:03:39.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T04:03:39.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: hash_index_allow_collision: 1 2023-12-06T04:03:39.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: checksum: 1 2023-12-06T04:03:39.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: no_block_cache: 0 2023-12-06T04:03:39.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: block_cache: 0x55d2c1370f10 2023-12-06T04:03:39.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: block_cache_name: BinnedLRUCache 2023-12-06T04:03:39.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: block_cache_options: 2023-12-06T04:03:39.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: capacity : 536870912 2023-12-06T04:03:39.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: num_shard_bits : 4 2023-12-06T04:03:39.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: strict_capacity_limit : 0 2023-12-06T04:03:39.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: high_pri_pool_ratio: 0.000 2023-12-06T04:03:39.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: block_cache_compressed: (nil) 2023-12-06T04:03:39.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: persistent_cache: (nil) 2023-12-06T04:03:39.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: block_size: 4096 2023-12-06T04:03:39.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: block_size_deviation: 10 2023-12-06T04:03:39.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: block_restart_interval: 16 2023-12-06T04:03:39.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: index_block_restart_interval: 1 2023-12-06T04:03:39.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: metadata_block_size: 4096 2023-12-06T04:03:39.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: partition_filters: 0 2023-12-06T04:03:39.727 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: use_delta_encoding: 1 2023-12-06T04:03:39.727 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T04:03:39.727 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: whole_key_filtering: 1 2023-12-06T04:03:39.727 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: verify_compression: 0 2023-12-06T04:03:39.727 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: read_amp_bytes_per_bit: 0 2023-12-06T04:03:39.727 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: format_version: 2 2023-12-06T04:03:39.727 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: enable_index_compression: 1 2023-12-06T04:03:39.727 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: block_align: 0 2023-12-06T04:03:39.727 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T04:03:39.727 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T04:03:39.728 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compression: NoCompression 2023-12-06T04:03:39.728 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T04:03:39.728 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T04:03:39.728 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T04:03:39.728 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.num_levels: 7 2023-12-06T04:03:39.728 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T04:03:39.728 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T04:03:39.728 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T04:03:39.728 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T04:03:39.728 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T04:03:39.729 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T04:03:39.729 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T04:03:39.729 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T04:03:39.729 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T04:03:39.729 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T04:03:39.729 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T04:03:39.729 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T04:03:39.730 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T04:03:39.730 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T04:03:39.730 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T04:03:39.730 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T04:03:39.730 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T04:03:39.730 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T04:03:39.730 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T04:03:39.730 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T04:03:39.730 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T04:03:39.730 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T04:03:39.730 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T04:03:39.730 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T04:03:39.730 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T04:03:39.730 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T04:03:39.731 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T04:03:39.731 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T04:03:39.731 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T04:03:39.731 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T04:03:39.731 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T04:03:39.731 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T04:03:39.731 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T04:03:39.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T04:03:39.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T04:03:39.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T04:03:39.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T04:03:39.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T04:03:39.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T04:03:39.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T04:03:39.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T04:03:39.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T04:03:39.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T04:03:39.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T04:03:39.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T04:03:39.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T04:03:39.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T04:03:39.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T04:03:39.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T04:03:39.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T04:03:39.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T04:03:39.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T04:03:39.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T04:03:39.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T04:03:39.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T04:03:39.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T04:03:39.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T04:03:39.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-06T04:03:39.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T04:03:39.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.ttl: 2592000 2023-12-06T04:03:39.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T04:03:39.736 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi110/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T04:03:39.736 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-06T04:03:39.736 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701835419450684, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-06T04:03:39.736 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-06T04:03:39.736 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.446+0000 7f7c5ce4c880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-06T04:03:39.736 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.450+0000 7f7c5ce4c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701835419451200, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1701835419, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-06T04:03:39.736 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.450+0000 7f7c5ce4c880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-06T04:03:39.737 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.450+0000 7f7c5ce4c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701835419451613, "job": 1, "event": "recovery_finished"} 2023-12-06T04:03:39.737 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.450+0000 7f7c5ce4c880 4 rocksdb: DB pointer 0x55d2c1439800 2023-12-06T04:03:39.737 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.450+0000 7f7c43c52700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-06T04:03:39.737 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.450+0000 7f7c43c52700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-06T04:03:39.737 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: ** DB Stats ** 2023-12-06T04:03:39.737 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:03:39.738 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-06T04:03:39.738 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T04:03:39.738 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T04:03:39.738 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-06T04:03:39.738 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T04:03:39.738 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T04:03:39.738 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: ** Compaction Stats [default] ** 2023-12-06T04:03:39.739 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T04:03:39.739 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:03:39.739 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-06T04:03:39.739 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-06T04:03:39.739 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-06T04:03:39.739 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: ** Compaction Stats [default] ** 2023-12-06T04:03:39.739 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T04:03:39.740 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:03:39.740 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-06T04:03:39.740 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:03:39.740 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T04:03:39.740 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T04:03:39.740 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T04:03:39.740 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T04:03:39.740 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T04:03:39.740 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:03:39.740 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Interval compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:03:39.740 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T04:03:39.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T04:03:39.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: ** Compaction Stats [default] ** 2023-12-06T04:03:39.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T04:03:39.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:03:39.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-06T04:03:39.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-06T04:03:39.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-06T04:03:39.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: ** Compaction Stats [default] ** 2023-12-06T04:03:39.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-06T04:03:39.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:03:39.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-06T04:03:39.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:03:39.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T04:03:39.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T04:03:39.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T04:03:39.742 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T04:03:39.742 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T04:03:39.742 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:03:39.742 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:03:39.742 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-06T04:03:39.742 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T04:03:39.742 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.450+0000 7f7c5ce4c880 0 mon.smithi110 does not exist in monmap, will attempt to join an existing cluster 2023-12-06T04:03:39.742 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.450+0000 7f7c5ce4c880 0 using public_addr v2:172.21.15.110:0/0 -> [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] 2023-12-06T04:03:39.742 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.450+0000 7f7c5ce4c880 0 starting mon.smithi110 rank -1 at public addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] at bind addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi110 fsid edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:03:39.742 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.450+0000 7f7c5ce4c880 1 mon.smithi110@-1(???) e0 preinit fsid edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:03:39.742 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.490+0000 7f7c46457700 0 mon.smithi110@-1(synchronizing).mds e1 new map 2023-12-06T04:03:39.743 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.490+0000 7f7c46457700 0 mon.smithi110@-1(synchronizing).mds e1 print_map 2023-12-06T04:03:39.743 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: e1 2023-12-06T04:03:39.743 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T04:03:39.743 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-06T04:03:39.743 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: legacy client fscid: -1 2023-12-06T04:03:39.743 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: 2023-12-06T04:03:39.743 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: No filesystems configured 2023-12-06T04:03:39.743 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.490+0000 7f7c46457700 1 mon.smithi110@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-06T04:03:39.743 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.490+0000 7f7c46457700 1 mon.smithi110@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-06T04:03:39.743 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.490+0000 7f7c46457700 1 mon.smithi110@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-06T04:03:39.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.490+0000 7f7c46457700 1 mon.smithi110@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-06T04:03:39.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.490+0000 7f7c46457700 1 mon.smithi110@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-06T04:03:39.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.490+0000 7f7c46457700 1 mon.smithi110@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-06T04:03:39.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.490+0000 7f7c46457700 1 mon.smithi110@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-06T04:03:39.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.490+0000 7f7c46457700 0 mon.smithi110@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T04:03:39.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.490+0000 7f7c46457700 0 mon.smithi110@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T04:03:39.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.490+0000 7f7c46457700 0 mon.smithi110@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T04:03:39.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.490+0000 7f7c46457700 0 mon.smithi110@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T04:03:39.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: cephadm 2023-12-06T04:03:37.764098+0000 mgr.smithi073.zlngfn (mgr.14182) 24 : cephadm [INF] Deploying daemon node-exporter.smithi110 on smithi110 2023-12-06T04:03:39.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: cluster 2023-12-06T04:03:37.997623+0000 mgr.smithi073.zlngfn (mgr.14182) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:39.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: audit 2023-12-06T04:03:38.222855+0000 mon.smithi073 (mon.0) 174 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:39.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: audit 2023-12-06T04:03:38.448663+0000 mon.smithi073 (mon.0) 175 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:39.745 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: audit 2023-12-06T04:03:38.451485+0000 mon.smithi073 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:03:39.745 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:39 smithi110 bash[28336]: debug 2023-12-06T04:03:39.490+0000 7f7c46457700 1 mon.smithi110@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-06T04:03:40.105 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T04:03:40.106 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T04:03:44.902 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-06T04:03:44.903 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":2,"fsid":"edf677d4-93eb-11ee-95a2-87774f69a715","modified":"2023-12-06T04:03:39.502041Z","created":"2023-12-06T04:00:47.934350Z","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":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-06T04:03:44.906 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 2 2023-12-06T04:03:44.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:39.506934+0000 mon.smithi073 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-06T04:03:44.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: cluster 2023-12-06T04:03:39.507393+0000 mon.smithi073 (mon.0) 179 : cluster [INF] mon.smithi073 calling monitor election 2023-12-06T04:03:44.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:39.526597+0000 mon.smithi073 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-12-06T04:03:44.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:39.782213+0000 mon.smithi073 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.110:0/812513760' entity='mgr.smithi110.ctrvpp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.ctrvpp/crt"}]: dispatch 2023-12-06T04:03:44.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: cluster 2023-12-06T04:03:39.997971+0000 mgr.smithi073.zlngfn (mgr.14182) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:44.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:40.501466+0000 mon.smithi073 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-12-06T04:03:44.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:41.501707+0000 mon.smithi073 (mon.0) 183 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-12-06T04:03:44.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: cluster 2023-12-06T04:03:41.502928+0000 mon.smithi110 (mon.1) 1 : cluster [INF] mon.smithi110 calling monitor election 2023-12-06T04:03:44.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: cluster 2023-12-06T04:03:41.998368+0000 mgr.smithi073.zlngfn (mgr.14182) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:44.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:42.501538+0000 mon.smithi073 (mon.0) 184 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-12-06T04:03:44.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:43.501424+0000 mon.smithi073 (mon.0) 185 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-12-06T04:03:44.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: cluster 2023-12-06T04:03:43.998755+0000 mgr.smithi073.zlngfn (mgr.14182) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:44.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:44.501768+0000 mon.smithi073 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-12-06T04:03:44.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: cluster 2023-12-06T04:03:44.546752+0000 mon.smithi073 (mon.0) 187 : cluster [INF] mon.smithi073 is new leader, mons smithi073,smithi110 in quorum (ranks 0,1) 2023-12-06T04:03:44.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: cluster 2023-12-06T04:03:44.552161+0000 mon.smithi073 (mon.0) 188 : cluster [DBG] monmap e2: 2 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0],smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0]} removed_ranks: {} 2023-12-06T04:03:44.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: cluster 2023-12-06T04:03:44.570091+0000 mon.smithi073 (mon.0) 189 : cluster [DBG] fsmap 2023-12-06T04:03:44.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: cluster 2023-12-06T04:03:44.570151+0000 mon.smithi073 (mon.0) 190 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-06T04:03:44.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: cluster 2023-12-06T04:03:44.570547+0000 mon.smithi073 (mon.0) 191 : cluster [DBG] mgrmap e17: smithi073.zlngfn(active, since 46s) 2023-12-06T04:03:44.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: cluster 2023-12-06T04:03:44.571498+0000 mon.smithi073 (mon.0) 192 : cluster [DBG] Standby manager daemon smithi110.ctrvpp started 2023-12-06T04:03:44.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:44.574562+0000 mon.smithi073 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.110:0/812513760' entity='mgr.smithi110.ctrvpp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T04:03:44.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: cluster 2023-12-06T04:03:44.577657+0000 mon.smithi073 (mon.0) 194 : cluster [INF] overall HEALTH_OK 2023-12-06T04:03:44.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:44.578207+0000 mon.smithi073 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.110:0/812513760' entity='mgr.smithi110.ctrvpp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.ctrvpp/key"}]: dispatch 2023-12-06T04:03:44.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:44.581875+0000 mon.smithi073 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:44.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:44.583296+0000 mon.smithi073 (mon.0) 197 : audit [DBG] from='mgr.? 172.21.15.110:0/812513760' entity='mgr.smithi110.ctrvpp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T04:03:44.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:44.586489+0000 mon.smithi073 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:44.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:44.587698+0000 mon.smithi073 (mon.0) 199 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:03:44.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:44.588971+0000 mon.smithi073 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:03:44.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:44.616647+0000 mon.smithi073 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:44.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:44 smithi110 bash[28336]: audit 2023-12-06T04:03:44.621001+0000 mon.smithi073 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:39.506934+0000 mon.smithi073 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-06T04:03:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: cluster 2023-12-06T04:03:39.507393+0000 mon.smithi073 (mon.0) 179 : cluster [INF] mon.smithi073 calling monitor election 2023-12-06T04:03:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:39.526597+0000 mon.smithi073 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-12-06T04:03:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:39.782213+0000 mon.smithi073 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.110:0/812513760' entity='mgr.smithi110.ctrvpp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.ctrvpp/crt"}]: dispatch 2023-12-06T04:03:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: cluster 2023-12-06T04:03:39.997971+0000 mgr.smithi073.zlngfn (mgr.14182) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:40.501466+0000 mon.smithi073 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-12-06T04:03:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:41.501707+0000 mon.smithi073 (mon.0) 183 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-12-06T04:03:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: cluster 2023-12-06T04:03:41.502928+0000 mon.smithi110 (mon.1) 1 : cluster [INF] mon.smithi110 calling monitor election 2023-12-06T04:03:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: cluster 2023-12-06T04:03:41.998368+0000 mgr.smithi073.zlngfn (mgr.14182) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:42.501538+0000 mon.smithi073 (mon.0) 184 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-12-06T04:03:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:43.501424+0000 mon.smithi073 (mon.0) 185 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-12-06T04:03:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: cluster 2023-12-06T04:03:43.998755+0000 mgr.smithi073.zlngfn (mgr.14182) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:44.501768+0000 mon.smithi073 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-12-06T04:03:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: cluster 2023-12-06T04:03:44.546752+0000 mon.smithi073 (mon.0) 187 : cluster [INF] mon.smithi073 is new leader, mons smithi073,smithi110 in quorum (ranks 0,1) 2023-12-06T04:03:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: cluster 2023-12-06T04:03:44.552161+0000 mon.smithi073 (mon.0) 188 : cluster [DBG] monmap e2: 2 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0],smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0]} removed_ranks: {} 2023-12-06T04:03:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: cluster 2023-12-06T04:03:44.570091+0000 mon.smithi073 (mon.0) 189 : cluster [DBG] fsmap 2023-12-06T04:03:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: cluster 2023-12-06T04:03:44.570151+0000 mon.smithi073 (mon.0) 190 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-06T04:03:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: cluster 2023-12-06T04:03:44.570547+0000 mon.smithi073 (mon.0) 191 : cluster [DBG] mgrmap e17: smithi073.zlngfn(active, since 46s) 2023-12-06T04:03:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: cluster 2023-12-06T04:03:44.571498+0000 mon.smithi073 (mon.0) 192 : cluster [DBG] Standby manager daemon smithi110.ctrvpp started 2023-12-06T04:03:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:44.574562+0000 mon.smithi073 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.110:0/812513760' entity='mgr.smithi110.ctrvpp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T04:03:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: cluster 2023-12-06T04:03:44.577657+0000 mon.smithi073 (mon.0) 194 : cluster [INF] overall HEALTH_OK 2023-12-06T04:03:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:44.578207+0000 mon.smithi073 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.110:0/812513760' entity='mgr.smithi110.ctrvpp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.ctrvpp/key"}]: dispatch 2023-12-06T04:03:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:44.581875+0000 mon.smithi073 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:44.583296+0000 mon.smithi073 (mon.0) 197 : audit [DBG] from='mgr.? 172.21.15.110:0/812513760' entity='mgr.smithi110.ctrvpp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T04:03:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:44.586489+0000 mon.smithi073 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:44.587698+0000 mon.smithi073 (mon.0) 199 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:03:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:44.588971+0000 mon.smithi073 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:03:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:44.616647+0000 mon.smithi073 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:44 smithi073 bash[24935]: audit 2023-12-06T04:03:44.621001+0000 mon.smithi073 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:45.654 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-06T04:03:45.654 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-06T04:03:45.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:45 smithi110 bash[28336]: cephadm 2023-12-06T04:03:44.590906+0000 mgr.smithi073.zlngfn (mgr.14182) 29 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2023-12-06T04:03:45.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:45 smithi110 bash[28336]: cephadm 2023-12-06T04:03:44.591362+0000 mgr.smithi073.zlngfn (mgr.14182) 30 : cephadm [INF] Updating smithi110:/etc/ceph/ceph.conf 2023-12-06T04:03:45.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:45 smithi110 bash[28336]: cluster 2023-12-06T04:03:44.634433+0000 mon.smithi073 (mon.0) 203 : cluster [DBG] mgrmap e18: smithi073.zlngfn(active, since 46s), standbys: smithi110.ctrvpp 2023-12-06T04:03:45.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:45 smithi110 bash[28336]: audit 2023-12-06T04:03:44.634497+0000 mon.smithi073 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:45.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:45 smithi110 bash[28336]: audit 2023-12-06T04:03:44.634966+0000 mon.smithi073 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mgr metadata", "who": "smithi110.ctrvpp", "id": "smithi110.ctrvpp"}]: dispatch 2023-12-06T04:03:45.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:45 smithi110 bash[28336]: cephadm 2023-12-06T04:03:44.639781+0000 mgr.smithi073.zlngfn (mgr.14182) 31 : cephadm [INF] Reconfiguring mon.smithi073 (unknown last config time)... 2023-12-06T04:03:45.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:45 smithi110 bash[28336]: audit 2023-12-06T04:03:44.645334+0000 mon.smithi073 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T04:03:45.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:45 smithi110 bash[28336]: audit 2023-12-06T04:03:44.646551+0000 mon.smithi073 (mon.0) 207 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T04:03:45.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:45 smithi110 bash[28336]: audit 2023-12-06T04:03:44.647561+0000 mon.smithi073 (mon.0) 208 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:03:45.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:45 smithi110 bash[28336]: cephadm 2023-12-06T04:03:44.648599+0000 mgr.smithi073.zlngfn (mgr.14182) 32 : cephadm [INF] Reconfiguring daemon mon.smithi073 on smithi073 2023-12-06T04:03:45.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:45 smithi110 bash[28336]: audit 2023-12-06T04:03:44.901187+0000 mon.smithi073 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.110:0/1731478940' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T04:03:45.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:45 smithi110 bash[28336]: audit 2023-12-06T04:03:45.501466+0000 mon.smithi073 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-12-06T04:03:46.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:45 smithi073 bash[24935]: cephadm 2023-12-06T04:03:44.590906+0000 mgr.smithi073.zlngfn (mgr.14182) 29 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2023-12-06T04:03:46.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:45 smithi073 bash[24935]: cephadm 2023-12-06T04:03:44.591362+0000 mgr.smithi073.zlngfn (mgr.14182) 30 : cephadm [INF] Updating smithi110:/etc/ceph/ceph.conf 2023-12-06T04:03:46.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:45 smithi073 bash[24935]: cluster 2023-12-06T04:03:44.634433+0000 mon.smithi073 (mon.0) 203 : cluster [DBG] mgrmap e18: smithi073.zlngfn(active, since 46s), standbys: smithi110.ctrvpp 2023-12-06T04:03:46.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:45 smithi073 bash[24935]: audit 2023-12-06T04:03:44.634497+0000 mon.smithi073 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:46.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:45 smithi073 bash[24935]: audit 2023-12-06T04:03:44.634966+0000 mon.smithi073 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mgr metadata", "who": "smithi110.ctrvpp", "id": "smithi110.ctrvpp"}]: dispatch 2023-12-06T04:03:46.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:45 smithi073 bash[24935]: cephadm 2023-12-06T04:03:44.639781+0000 mgr.smithi073.zlngfn (mgr.14182) 31 : cephadm [INF] Reconfiguring mon.smithi073 (unknown last config time)... 2023-12-06T04:03:46.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:45 smithi073 bash[24935]: audit 2023-12-06T04:03:44.645334+0000 mon.smithi073 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T04:03:46.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:45 smithi073 bash[24935]: audit 2023-12-06T04:03:44.646551+0000 mon.smithi073 (mon.0) 207 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T04:03:46.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:45 smithi073 bash[24935]: audit 2023-12-06T04:03:44.647561+0000 mon.smithi073 (mon.0) 208 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:03:46.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:45 smithi073 bash[24935]: cephadm 2023-12-06T04:03:44.648599+0000 mgr.smithi073.zlngfn (mgr.14182) 32 : cephadm [INF] Reconfiguring daemon mon.smithi073 on smithi073 2023-12-06T04:03:46.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:45 smithi073 bash[24935]: audit 2023-12-06T04:03:44.901187+0000 mon.smithi073 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.110:0/1731478940' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T04:03:46.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:45 smithi073 bash[24935]: audit 2023-12-06T04:03:45.501466+0000 mon.smithi073 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-12-06T04:03:46.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:46 smithi110 bash[28336]: cluster 2023-12-06T04:03:45.999227+0000 mgr.smithi073.zlngfn (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:47.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:46 smithi073 bash[24935]: cluster 2023-12-06T04:03:45.999227+0000 mgr.smithi073.zlngfn (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:48.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:48 smithi073 bash[24935]: audit 2023-12-06T04:03:47.210707+0000 mon.smithi073 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:48.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:48 smithi073 bash[24935]: cephadm 2023-12-06T04:03:47.211500+0000 mgr.smithi073.zlngfn (mgr.14182) 34 : cephadm [INF] Reconfiguring mgr.smithi073.zlngfn (unknown last config time)... 2023-12-06T04:03:48.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:48 smithi073 bash[24935]: audit 2023-12-06T04:03:47.211878+0000 mon.smithi073 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.zlngfn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T04:03:48.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:48 smithi073 bash[24935]: audit 2023-12-06T04:03:47.213109+0000 mon.smithi073 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T04:03:48.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:48 smithi073 bash[24935]: audit 2023-12-06T04:03:47.214139+0000 mon.smithi073 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:03:48.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:48 smithi073 bash[24935]: cephadm 2023-12-06T04:03:47.215111+0000 mgr.smithi073.zlngfn (mgr.14182) 35 : cephadm [INF] Reconfiguring daemon mgr.smithi073.zlngfn on smithi073 2023-12-06T04:03:48.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:48 smithi110 bash[28336]: audit 2023-12-06T04:03:47.210707+0000 mon.smithi073 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:48.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:48 smithi110 bash[28336]: cephadm 2023-12-06T04:03:47.211500+0000 mgr.smithi073.zlngfn (mgr.14182) 34 : cephadm [INF] Reconfiguring mgr.smithi073.zlngfn (unknown last config time)... 2023-12-06T04:03:48.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:48 smithi110 bash[28336]: audit 2023-12-06T04:03:47.211878+0000 mon.smithi073 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.zlngfn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T04:03:48.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:48 smithi110 bash[28336]: audit 2023-12-06T04:03:47.213109+0000 mon.smithi073 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T04:03:48.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:48 smithi110 bash[28336]: audit 2023-12-06T04:03:47.214139+0000 mon.smithi073 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:03:48.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:48 smithi110 bash[28336]: cephadm 2023-12-06T04:03:47.215111+0000 mgr.smithi073.zlngfn (mgr.14182) 35 : cephadm [INF] Reconfiguring daemon mgr.smithi073.zlngfn on smithi073 2023-12-06T04:03:49.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:49 smithi073 bash[24935]: cluster 2023-12-06T04:03:47.999683+0000 mgr.smithi073.zlngfn (mgr.14182) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:49.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:49 smithi110 bash[28336]: cluster 2023-12-06T04:03:47.999683+0000 mgr.smithi073.zlngfn (mgr.14182) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:50.169 INFO:teuthology.orchestra.run.smithi073.stdout:# minimal ceph.conf for edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:03:50.169 INFO:teuthology.orchestra.run.smithi073.stdout:[global] 2023-12-06T04:03:50.169 INFO:teuthology.orchestra.run.smithi073.stdout: fsid = edf677d4-93eb-11ee-95a2-87774f69a715 2023-12-06T04:03:50.169 INFO:teuthology.orchestra.run.smithi073.stdout: mon_host = [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] 2023-12-06T04:03:51.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:50 smithi073 bash[24935]: audit 2023-12-06T04:03:49.986522+0000 mon.smithi073 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:51.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:50 smithi073 bash[24935]: cephadm 2023-12-06T04:03:49.988108+0000 mgr.smithi073.zlngfn (mgr.14182) 37 : cephadm [INF] Reconfiguring alertmanager.smithi073 (dependencies changed)... 2023-12-06T04:03:51.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:50 smithi073 bash[24935]: cluster 2023-12-06T04:03:49.999999+0000 mgr.smithi073.zlngfn (mgr.14182) 38 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:51.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:50 smithi073 bash[24935]: cephadm 2023-12-06T04:03:50.001120+0000 mgr.smithi073.zlngfn (mgr.14182) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi073 on smithi073 2023-12-06T04:03:51.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:50 smithi073 bash[24935]: audit 2023-12-06T04:03:50.167977+0000 mon.smithi073 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.73:0/2050280472' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:03:51.361 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-06T04:03:51.361 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-06T04:03:51.361 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T04:03:51.372 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-06T04:03:51.372 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T04:03:51.433 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-12-06T04:03:51.433 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T04:03:51.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:50 smithi110 bash[28336]: audit 2023-12-06T04:03:49.986522+0000 mon.smithi073 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:51.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:50 smithi110 bash[28336]: cephadm 2023-12-06T04:03:49.988108+0000 mgr.smithi073.zlngfn (mgr.14182) 37 : cephadm [INF] Reconfiguring alertmanager.smithi073 (dependencies changed)... 2023-12-06T04:03:51.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:50 smithi110 bash[28336]: cluster 2023-12-06T04:03:49.999999+0000 mgr.smithi073.zlngfn (mgr.14182) 38 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:51.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:50 smithi110 bash[28336]: cephadm 2023-12-06T04:03:50.001120+0000 mgr.smithi073.zlngfn (mgr.14182) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi073 on smithi073 2023-12-06T04:03:51.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:50 smithi110 bash[28336]: audit 2023-12-06T04:03:50.167977+0000 mon.smithi073 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.73:0/2050280472' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:03:51.451 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-12-06T04:03:51.451 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T04:03:51.506 INFO:tasks.cephadm:Deploying OSDs... 2023-12-06T04:03:51.506 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-06T04:03:51.506 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T04:03:51.512 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-06T04:03:51.512 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme1n1 2023-12-06T04:03:51.560 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme1n1 2023-12-06T04:03:51.560 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T04:03:51.560 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2023-12-06T04:03:51.560 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T04:03:51.560 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-12-06 04:02:16.728064122 +0000 2023-12-06T04:03:51.560 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-12-06 04:02:16.540068456 +0000 2023-12-06T04:03:51.560 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-12-06 04:02:16.540068456 +0000 2023-12-06T04:03:51.560 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-12-06T04:03:51.560 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-06T04:03:51.612 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-12-06T04:03:51.612 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-12-06T04:03:51.612 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000423233 s, 1.2 MB/s 2023-12-06T04:03:51.614 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-06T04:03:51.666 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme2n1 2023-12-06T04:03:51.716 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme2n1 2023-12-06T04:03:51.716 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T04:03:51.716 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2023-12-06T04:03:51.716 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T04:03:51.716 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-12-06 04:02:16.744063753 +0000 2023-12-06T04:03:51.716 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-12-06 04:02:16.544068363 +0000 2023-12-06T04:03:51.716 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-12-06 04:02:16.544068363 +0000 2023-12-06T04:03:51.716 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-12-06T04:03:51.716 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-06T04:03:51.766 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-12-06T04:03:51.766 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-12-06T04:03:51.766 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000322718 s, 1.6 MB/s 2023-12-06T04:03:51.767 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-06T04:03:51.818 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme3n1 2023-12-06T04:03:51.872 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme3n1 2023-12-06T04:03:51.872 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T04:03:51.872 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2023-12-06T04:03:51.872 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T04:03:51.873 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-12-06 04:02:16.760063385 +0000 2023-12-06T04:03:51.873 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-12-06 04:02:16.548068272 +0000 2023-12-06T04:03:51.873 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-12-06 04:02:16.548068272 +0000 2023-12-06T04:03:51.873 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-12-06T04:03:51.873 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-06T04:03:51.928 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-12-06T04:03:51.928 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-12-06T04:03:51.928 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000488152 s, 1.0 MB/s 2023-12-06T04:03:51.929 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-06T04:03:51.978 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme4n1 2023-12-06T04:03:52.028 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme4n1 2023-12-06T04:03:52.028 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T04:03:52.028 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2023-12-06T04:03:52.028 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T04:03:52.028 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-12-06 04:02:16.776063016 +0000 2023-12-06T04:03:52.028 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-12-06 04:02:16.544068363 +0000 2023-12-06T04:03:52.028 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-12-06 04:02:16.544068363 +0000 2023-12-06T04:03:52.029 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-12-06T04:03:52.029 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-06T04:03:52.084 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-12-06T04:03:52.084 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-12-06T04:03:52.084 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000484029 s, 1.1 MB/s 2023-12-06T04:03:52.085 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-06T04:03:52.134 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-12-06T04:03:52.134 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T04:03:52.142 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-06T04:03:52.142 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme1n1 2023-12-06T04:03:52.191 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme1n1 2023-12-06T04:03:52.191 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T04:03:52.191 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2023-12-06T04:03:52.191 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T04:03:52.191 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-12-06 04:03:22.986260499 +0000 2023-12-06T04:03:52.191 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-12-06 04:03:22.886259706 +0000 2023-12-06T04:03:52.191 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-12-06 04:03:22.886259706 +0000 2023-12-06T04:03:52.191 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-12-06T04:03:52.192 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-06T04:03:52.246 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-12-06T04:03:52.246 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-12-06T04:03:52.246 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.00029033 s, 1.8 MB/s 2023-12-06T04:03:52.248 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-06T04:03:52.304 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme2n1 2023-12-06T04:03:52.354 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme2n1 2023-12-06T04:03:52.354 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T04:03:52.355 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2023-12-06T04:03:52.355 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T04:03:52.355 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-12-06 04:03:22.998260594 +0000 2023-12-06T04:03:52.355 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-12-06 04:03:22.886259706 +0000 2023-12-06T04:03:52.355 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-12-06 04:03:22.886259706 +0000 2023-12-06T04:03:52.355 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-12-06T04:03:52.355 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-06T04:03:52.408 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-12-06T04:03:52.408 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-12-06T04:03:52.408 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.0003216 s, 1.6 MB/s 2023-12-06T04:03:52.409 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-06T04:03:52.461 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme3n1 2023-12-06T04:03:52.511 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme3n1 2023-12-06T04:03:52.511 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T04:03:52.511 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2023-12-06T04:03:52.511 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T04:03:52.511 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-12-06 04:03:23.010260690 +0000 2023-12-06T04:03:52.511 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-12-06 04:03:22.890259737 +0000 2023-12-06T04:03:52.511 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-12-06 04:03:22.890259737 +0000 2023-12-06T04:03:52.511 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-12-06T04:03:52.512 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-06T04:03:52.566 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-12-06T04:03:52.566 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-12-06T04:03:52.566 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000340696 s, 1.5 MB/s 2023-12-06T04:03:52.567 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-06T04:03:52.616 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme4n1 2023-12-06T04:03:52.667 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme4n1 2023-12-06T04:03:52.667 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T04:03:52.667 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2023-12-06T04:03:52.667 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T04:03:52.667 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-12-06 04:03:23.022260784 +0000 2023-12-06T04:03:52.667 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-12-06 04:03:22.886259706 +0000 2023-12-06T04:03:52.667 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-12-06 04:03:22.886259706 +0000 2023-12-06T04:03:52.667 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-12-06T04:03:52.668 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-06T04:03:52.722 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-12-06T04:03:52.722 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-12-06T04:03:52.722 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000324186 s, 1.6 MB/s 2023-12-06T04:03:52.723 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-06T04:03:52.776 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-06T04:03:53.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:53 smithi110 bash[28336]: cluster 2023-12-06T04:03:52.000327+0000 mgr.smithi073.zlngfn (mgr.14182) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:53.317 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:53 smithi073 bash[24935]: cluster 2023-12-06T04:03:52.000327+0000 mgr.smithi073.zlngfn (mgr.14182) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:55.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:55 smithi073 bash[24935]: cluster 2023-12-06T04:03:54.000826+0000 mgr.smithi073.zlngfn (mgr.14182) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:55.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:55 smithi073 bash[24935]: audit 2023-12-06T04:03:54.606005+0000 mon.smithi073 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:55.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:55 smithi073 bash[24935]: audit 2023-12-06T04:03:54.607331+0000 mon.smithi073 (mon.0) 218 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T04:03:55.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:55 smithi073 bash[24935]: audit 2023-12-06T04:03:54.608716+0000 mon.smithi073 (mon.0) 219 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:03:55.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:55 smithi110 bash[28336]: cluster 2023-12-06T04:03:54.000826+0000 mgr.smithi073.zlngfn (mgr.14182) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:55.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:55 smithi110 bash[28336]: audit 2023-12-06T04:03:54.606005+0000 mon.smithi073 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:55.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:55 smithi110 bash[28336]: audit 2023-12-06T04:03:54.607331+0000 mon.smithi073 (mon.0) 218 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T04:03:55.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:55 smithi110 bash[28336]: audit 2023-12-06T04:03:54.608716+0000 mon.smithi073 (mon.0) 219 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:03:55.915 INFO:teuthology.orchestra.run.smithi110.stdout:Scheduled osd.all-available-devices update... 2023-12-06T04:03:56.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:56 smithi073 bash[24935]: cephadm 2023-12-06T04:03:54.606871+0000 mgr.smithi073.zlngfn (mgr.14182) 42 : cephadm [INF] Reconfiguring crash.smithi073 (monmap changed)... 2023-12-06T04:03:56.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:56 smithi073 bash[24935]: cephadm 2023-12-06T04:03:54.609758+0000 mgr.smithi073.zlngfn (mgr.14182) 43 : cephadm [INF] Reconfiguring daemon crash.smithi073 on smithi073 2023-12-06T04:03:56.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:56 smithi073 bash[24935]: audit 2023-12-06T04:03:55.913628+0000 mon.smithi073 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:56.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:56 smithi110 bash[28336]: cephadm 2023-12-06T04:03:54.606871+0000 mgr.smithi073.zlngfn (mgr.14182) 42 : cephadm [INF] Reconfiguring crash.smithi073 (monmap changed)... 2023-12-06T04:03:56.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:56 smithi110 bash[28336]: cephadm 2023-12-06T04:03:54.609758+0000 mgr.smithi073.zlngfn (mgr.14182) 43 : cephadm [INF] Reconfiguring daemon crash.smithi073 on smithi073 2023-12-06T04:03:56.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:56 smithi110 bash[28336]: audit 2023-12-06T04:03:55.913628+0000 mon.smithi073 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:56.602 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-06T04:03:56.602 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:03:57.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:57 smithi073 bash[24935]: audit 2023-12-06T04:03:55.905191+0000 mgr.smithi073.zlngfn (mgr.14182) 44 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:03:57.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:57 smithi073 bash[24935]: cephadm 2023-12-06T04:03:55.907169+0000 mgr.smithi073.zlngfn (mgr.14182) 45 : cephadm [INF] Marking host: smithi073 for OSDSpec preview refresh. 2023-12-06T04:03:57.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:57 smithi073 bash[24935]: cephadm 2023-12-06T04:03:55.907249+0000 mgr.smithi073.zlngfn (mgr.14182) 46 : cephadm [INF] Marking host: smithi110 for OSDSpec preview refresh. 2023-12-06T04:03:57.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:57 smithi073 bash[24935]: cephadm 2023-12-06T04:03:55.907622+0000 mgr.smithi073.zlngfn (mgr.14182) 47 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-06T04:03:57.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:57 smithi073 bash[24935]: cluster 2023-12-06T04:03:56.001221+0000 mgr.smithi073.zlngfn (mgr.14182) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:57.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:57 smithi073 bash[24935]: audit 2023-12-06T04:03:56.691581+0000 mon.smithi073 (mon.0) 221 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:57.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:57 smithi110 bash[28336]: audit 2023-12-06T04:03:55.905191+0000 mgr.smithi073.zlngfn (mgr.14182) 44 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:03:57.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:57 smithi110 bash[28336]: cephadm 2023-12-06T04:03:55.907169+0000 mgr.smithi073.zlngfn (mgr.14182) 45 : cephadm [INF] Marking host: smithi073 for OSDSpec preview refresh. 2023-12-06T04:03:57.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:57 smithi110 bash[28336]: cephadm 2023-12-06T04:03:55.907249+0000 mgr.smithi073.zlngfn (mgr.14182) 46 : cephadm [INF] Marking host: smithi110 for OSDSpec preview refresh. 2023-12-06T04:03:57.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:57 smithi110 bash[28336]: cephadm 2023-12-06T04:03:55.907622+0000 mgr.smithi073.zlngfn (mgr.14182) 47 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-06T04:03:57.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:57 smithi110 bash[28336]: cluster 2023-12-06T04:03:56.001221+0000 mgr.smithi073.zlngfn (mgr.14182) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:57.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:57 smithi110 bash[28336]: audit 2023-12-06T04:03:56.691581+0000 mon.smithi073 (mon.0) 221 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:03:58.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:58 smithi073 bash[24935]: cephadm 2023-12-06T04:03:56.692697+0000 mgr.smithi073.zlngfn (mgr.14182) 49 : cephadm [INF] Reconfiguring grafana.smithi073 (dependencies changed)... 2023-12-06T04:03:58.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:58 smithi073 bash[24935]: cephadm 2023-12-06T04:03:56.736674+0000 mgr.smithi073.zlngfn (mgr.14182) 50 : cephadm [INF] Reconfiguring daemon grafana.smithi073 on smithi073 2023-12-06T04:03:58.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:58 smithi110 bash[28336]: cephadm 2023-12-06T04:03:56.692697+0000 mgr.smithi073.zlngfn (mgr.14182) 49 : cephadm [INF] Reconfiguring grafana.smithi073 (dependencies changed)... 2023-12-06T04:03:58.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:58 smithi110 bash[28336]: cephadm 2023-12-06T04:03:56.736674+0000 mgr.smithi073.zlngfn (mgr.14182) 50 : cephadm [INF] Reconfiguring daemon grafana.smithi073 on smithi073 2023-12-06T04:03:59.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:03:59 smithi073 bash[24935]: cluster 2023-12-06T04:03:58.001646+0000 mgr.smithi073.zlngfn (mgr.14182) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:03:59.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:03:59 smithi110 bash[28336]: cluster 2023-12-06T04:03:58.001646+0000 mgr.smithi073.zlngfn (mgr.14182) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:01.085 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:04:01.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:01 smithi073 bash[24935]: cluster 2023-12-06T04:04:00.002137+0000 mgr.smithi073.zlngfn (mgr.14182) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:01.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:01 smithi110 bash[28336]: cluster 2023-12-06T04:04:00.002137+0000 mgr.smithi073.zlngfn (mgr.14182) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:02.090 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-06T04:04:02.308 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:02 smithi073 bash[24935]: audit 2023-12-06T04:04:01.084809+0000 mon.smithi073 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.73:0/2327238946' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:02.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:02 smithi110 bash[28336]: audit 2023-12-06T04:04:01.084809+0000 mon.smithi073 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.73:0/2327238946' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:03.091 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:04:03.350 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:03 smithi073 bash[24935]: cluster 2023-12-06T04:04:02.002572+0000 mgr.smithi073.zlngfn (mgr.14182) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:03.350 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:03 smithi073 bash[24935]: audit 2023-12-06T04:04:02.798641+0000 mon.smithi073 (mon.0) 223 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:03.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:03 smithi110 bash[28336]: cluster 2023-12-06T04:04:02.002572+0000 mgr.smithi073.zlngfn (mgr.14182) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:03.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:03 smithi110 bash[28336]: audit 2023-12-06T04:04:02.798641+0000 mon.smithi073 (mon.0) 223 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:04.414 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:04 smithi073 bash[24935]: cephadm 2023-12-06T04:04:02.800395+0000 mgr.smithi073.zlngfn (mgr.14182) 54 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2023-12-06T04:04:04.415 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:04 smithi073 bash[24935]: cephadm 2023-12-06T04:04:02.809300+0000 mgr.smithi073.zlngfn (mgr.14182) 55 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2023-12-06T04:04:04.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:04 smithi110 bash[28336]: cephadm 2023-12-06T04:04:02.800395+0000 mgr.smithi073.zlngfn (mgr.14182) 54 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2023-12-06T04:04:04.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:04 smithi110 bash[28336]: cephadm 2023-12-06T04:04:02.809300+0000 mgr.smithi073.zlngfn (mgr.14182) 55 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2023-12-06T04:04:05.412 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:05 smithi073 bash[24935]: cluster 2023-12-06T04:04:04.002949+0000 mgr.smithi073.zlngfn (mgr.14182) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:05.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:05 smithi110 bash[28336]: cluster 2023-12-06T04:04:04.002949+0000 mgr.smithi073.zlngfn (mgr.14182) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:07.378 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:07 smithi073 bash[24935]: cluster 2023-12-06T04:04:06.003340+0000 mgr.smithi073.zlngfn (mgr.14182) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:07.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:07 smithi110 bash[28336]: cluster 2023-12-06T04:04:06.003340+0000 mgr.smithi073.zlngfn (mgr.14182) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:07.732 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:04:08.413 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:08 smithi073 bash[24935]: audit 2023-12-06T04:04:07.731417+0000 mon.smithi073 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.73:0/1386859245' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:08.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:08 smithi110 bash[28336]: audit 2023-12-06T04:04:07.731417+0000 mon.smithi073 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.73:0/1386859245' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:08.807 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-06T04:04:09.307 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:09 smithi073 bash[24935]: cluster 2023-12-06T04:04:08.003699+0000 mgr.smithi073.zlngfn (mgr.14182) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:09.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:09 smithi110 bash[28336]: cluster 2023-12-06T04:04:08.003699+0000 mgr.smithi073.zlngfn (mgr.14182) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:09.808 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:04:10.683 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:10 smithi073 bash[24935]: audit 2023-12-06T04:04:09.365192+0000 mon.smithi073 (mon.0) 225 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:10.683 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:10 smithi073 bash[24935]: cephadm 2023-12-06T04:04:09.366312+0000 mgr.smithi073.zlngfn (mgr.14182) 59 : cephadm [INF] Reconfiguring crash.smithi110 (monmap changed)... 2023-12-06T04:04:10.683 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:10 smithi073 bash[24935]: audit 2023-12-06T04:04:09.366784+0000 mon.smithi073 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T04:04:10.683 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:10 smithi073 bash[24935]: audit 2023-12-06T04:04:09.368082+0000 mon.smithi073 (mon.0) 227 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:04:10.683 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:10 smithi073 bash[24935]: cephadm 2023-12-06T04:04:09.368949+0000 mgr.smithi073.zlngfn (mgr.14182) 60 : cephadm [INF] Reconfiguring daemon crash.smithi110 on smithi110 2023-12-06T04:04:10.683 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:10 smithi073 bash[24935]: cluster 2023-12-06T04:04:10.003951+0000 mgr.smithi073.zlngfn (mgr.14182) 61 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:10.707 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:10 smithi110 bash[28336]: audit 2023-12-06T04:04:09.365192+0000 mon.smithi073 (mon.0) 225 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:10.707 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:10 smithi110 bash[28336]: cephadm 2023-12-06T04:04:09.366312+0000 mgr.smithi073.zlngfn (mgr.14182) 59 : cephadm [INF] Reconfiguring crash.smithi110 (monmap changed)... 2023-12-06T04:04:10.707 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:10 smithi110 bash[28336]: audit 2023-12-06T04:04:09.366784+0000 mon.smithi073 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T04:04:10.707 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:10 smithi110 bash[28336]: audit 2023-12-06T04:04:09.368082+0000 mon.smithi073 (mon.0) 227 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:04:10.707 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:10 smithi110 bash[28336]: cephadm 2023-12-06T04:04:09.368949+0000 mgr.smithi073.zlngfn (mgr.14182) 60 : cephadm [INF] Reconfiguring daemon crash.smithi110 on smithi110 2023-12-06T04:04:10.707 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:10 smithi110 bash[28336]: cluster 2023-12-06T04:04:10.003951+0000 mgr.smithi073.zlngfn (mgr.14182) 61 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:12.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:12 smithi073 bash[24935]: audit 2023-12-06T04:04:11.347723+0000 mon.smithi073 (mon.0) 228 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:12.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:12 smithi073 bash[24935]: cephadm 2023-12-06T04:04:11.348789+0000 mgr.smithi073.zlngfn (mgr.14182) 62 : cephadm [INF] Reconfiguring mgr.smithi110.ctrvpp (monmap changed)... 2023-12-06T04:04:12.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:12 smithi073 bash[24935]: audit 2023-12-06T04:04:11.349222+0000 mon.smithi073 (mon.0) 229 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.ctrvpp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T04:04:12.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:12 smithi073 bash[24935]: audit 2023-12-06T04:04:11.350596+0000 mon.smithi073 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T04:04:12.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:12 smithi073 bash[24935]: audit 2023-12-06T04:04:11.351579+0000 mon.smithi073 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:04:12.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:12 smithi073 bash[24935]: cephadm 2023-12-06T04:04:11.352587+0000 mgr.smithi073.zlngfn (mgr.14182) 63 : cephadm [INF] Reconfiguring daemon mgr.smithi110.ctrvpp on smithi110 2023-12-06T04:04:12.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:12 smithi073 bash[24935]: cluster 2023-12-06T04:04:12.004388+0000 mgr.smithi073.zlngfn (mgr.14182) 64 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:12.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:12 smithi110 bash[28336]: audit 2023-12-06T04:04:11.347723+0000 mon.smithi073 (mon.0) 228 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:12.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:12 smithi110 bash[28336]: cephadm 2023-12-06T04:04:11.348789+0000 mgr.smithi073.zlngfn (mgr.14182) 62 : cephadm [INF] Reconfiguring mgr.smithi110.ctrvpp (monmap changed)... 2023-12-06T04:04:12.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:12 smithi110 bash[28336]: audit 2023-12-06T04:04:11.349222+0000 mon.smithi073 (mon.0) 229 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.ctrvpp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T04:04:12.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:12 smithi110 bash[28336]: audit 2023-12-06T04:04:11.350596+0000 mon.smithi073 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T04:04:12.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:12 smithi110 bash[28336]: audit 2023-12-06T04:04:11.351579+0000 mon.smithi073 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:04:12.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:12 smithi110 bash[28336]: cephadm 2023-12-06T04:04:11.352587+0000 mgr.smithi073.zlngfn (mgr.14182) 63 : cephadm [INF] Reconfiguring daemon mgr.smithi110.ctrvpp on smithi110 2023-12-06T04:04:12.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:12 smithi110 bash[28336]: cluster 2023-12-06T04:04:12.004388+0000 mgr.smithi073.zlngfn (mgr.14182) 64 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:12.977 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:04:13.632 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-06T04:04:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:13 smithi073 bash[24935]: audit 2023-12-06T04:04:12.976047+0000 mon.smithi073 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.73:0/1490893059' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:13 smithi073 bash[24935]: audit 2023-12-06T04:04:13.212892+0000 mon.smithi073 (mon.0) 233 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:13 smithi073 bash[24935]: cephadm 2023-12-06T04:04:13.213631+0000 mgr.smithi073.zlngfn (mgr.14182) 65 : cephadm [INF] Reconfiguring mon.smithi110 (monmap changed)... 2023-12-06T04:04:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:13 smithi073 bash[24935]: audit 2023-12-06T04:04:13.214028+0000 mon.smithi073 (mon.0) 234 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T04:04:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:13 smithi073 bash[24935]: audit 2023-12-06T04:04:13.215155+0000 mon.smithi073 (mon.0) 235 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T04:04:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:13 smithi073 bash[24935]: audit 2023-12-06T04:04:13.216095+0000 mon.smithi073 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:04:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:13 smithi073 bash[24935]: cephadm 2023-12-06T04:04:13.216945+0000 mgr.smithi073.zlngfn (mgr.14182) 66 : cephadm [INF] Reconfiguring daemon mon.smithi110 on smithi110 2023-12-06T04:04:14.146 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:13 smithi110 bash[28336]: audit 2023-12-06T04:04:12.976047+0000 mon.smithi073 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.73:0/1490893059' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:14.146 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:13 smithi110 bash[28336]: audit 2023-12-06T04:04:13.212892+0000 mon.smithi073 (mon.0) 233 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:14.146 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:13 smithi110 bash[28336]: cephadm 2023-12-06T04:04:13.213631+0000 mgr.smithi073.zlngfn (mgr.14182) 65 : cephadm [INF] Reconfiguring mon.smithi110 (monmap changed)... 2023-12-06T04:04:14.146 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:13 smithi110 bash[28336]: audit 2023-12-06T04:04:13.214028+0000 mon.smithi073 (mon.0) 234 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T04:04:14.146 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:13 smithi110 bash[28336]: audit 2023-12-06T04:04:13.215155+0000 mon.smithi073 (mon.0) 235 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T04:04:14.146 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:13 smithi110 bash[28336]: audit 2023-12-06T04:04:13.216095+0000 mon.smithi073 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:04:14.146 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:13 smithi110 bash[28336]: cephadm 2023-12-06T04:04:13.216945+0000 mgr.smithi073.zlngfn (mgr.14182) 66 : cephadm [INF] Reconfiguring daemon mon.smithi110 on smithi110 2023-12-06T04:04:14.634 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:04:14.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:14 smithi110 bash[28336]: cluster 2023-12-06T04:04:14.004828+0000 mgr.smithi073.zlngfn (mgr.14182) 67 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:15.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:14 smithi073 bash[24935]: cluster 2023-12-06T04:04:14.004828+0000 mgr.smithi073.zlngfn (mgr.14182) 67 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:16.319 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.073338+0000 mon.smithi073 (mon.0) 237 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:16.319 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.079048+0000 mon.smithi073 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T04:04:16.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.079684+0000 mgr.smithi073.zlngfn (mgr.14182) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T04:04:16.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.081349+0000 mon.smithi073 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi073.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T04:04:16.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.081880+0000 mgr.smithi073.zlngfn (mgr.14182) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi073.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T04:04:16.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.086874+0000 mon.smithi073 (mon.0) 240 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:16.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.095734+0000 mon.smithi073 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T04:04:16.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.096408+0000 mgr.smithi073.zlngfn (mgr.14182) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T04:04:16.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.103696+0000 mon.smithi073 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi073.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T04:04:16.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.104355+0000 mgr.smithi073.zlngfn (mgr.14182) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi073.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T04:04:16.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.109991+0000 mon.smithi073 (mon.0) 243 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:16.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.117458+0000 mon.smithi073 (mon.0) 244 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T04:04:16.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.118069+0000 mgr.smithi073.zlngfn (mgr.14182) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T04:04:16.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.126224+0000 mon.smithi073 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi073.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T04:04:16.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.126671+0000 mgr.smithi073.zlngfn (mgr.14182) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi073.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T04:04:16.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.133282+0000 mon.smithi073 (mon.0) 246 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:16.321 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:16 smithi073 bash[24935]: audit 2023-12-06T04:04:15.138166+0000 mon.smithi073 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:04:16.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.073338+0000 mon.smithi073 (mon.0) 237 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:16.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.079048+0000 mon.smithi073 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T04:04:16.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.079684+0000 mgr.smithi073.zlngfn (mgr.14182) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T04:04:16.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.081349+0000 mon.smithi073 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi073.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T04:04:16.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.081880+0000 mgr.smithi073.zlngfn (mgr.14182) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi073.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T04:04:16.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.086874+0000 mon.smithi073 (mon.0) 240 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:16.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.095734+0000 mon.smithi073 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T04:04:16.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.096408+0000 mgr.smithi073.zlngfn (mgr.14182) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T04:04:16.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.103696+0000 mon.smithi073 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi073.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T04:04:16.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.104355+0000 mgr.smithi073.zlngfn (mgr.14182) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi073.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T04:04:16.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.109991+0000 mon.smithi073 (mon.0) 243 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:16.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.117458+0000 mon.smithi073 (mon.0) 244 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T04:04:16.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.118069+0000 mgr.smithi073.zlngfn (mgr.14182) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T04:04:16.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.126224+0000 mon.smithi073 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi073.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T04:04:16.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.126671+0000 mgr.smithi073.zlngfn (mgr.14182) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi073.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T04:04:16.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.133282+0000 mon.smithi073 (mon.0) 246 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:16.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:16 smithi110 bash[28336]: audit 2023-12-06T04:04:15.138166+0000 mon.smithi073 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:04:17.379 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:17 smithi073 bash[24935]: cluster 2023-12-06T04:04:16.005298+0000 mgr.smithi073.zlngfn (mgr.14182) 74 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:17.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:17 smithi110 bash[28336]: cluster 2023-12-06T04:04:16.005298+0000 mgr.smithi073.zlngfn (mgr.14182) 74 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:17.547 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:04:18.238 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-06T04:04:18.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:18 smithi110 bash[28336]: audit 2023-12-06T04:04:17.545884+0000 mon.smithi073 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.73:0/2859698210' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:18.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:18 smithi073 bash[24935]: audit 2023-12-06T04:04:17.545884+0000 mon.smithi073 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.73:0/2859698210' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:19.239 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:04:19.436 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:19 smithi073 bash[24935]: cluster 2023-12-06T04:04:18.005602+0000 mgr.smithi073.zlngfn (mgr.14182) 75 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:19.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:19 smithi110 bash[28336]: cluster 2023-12-06T04:04:18.005602+0000 mgr.smithi073.zlngfn (mgr.14182) 75 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:21.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:21 smithi073 bash[24935]: cluster 2023-12-06T04:04:20.005860+0000 mgr.smithi073.zlngfn (mgr.14182) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:21.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:21 smithi073 bash[24935]: audit 2023-12-06T04:04:20.504556+0000 mon.smithi073 (mon.0) 249 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:21.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:21 smithi073 bash[24935]: audit 2023-12-06T04:04:20.511183+0000 mon.smithi073 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:21.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:21 smithi110 bash[28336]: cluster 2023-12-06T04:04:20.005860+0000 mgr.smithi073.zlngfn (mgr.14182) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:21.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:21 smithi110 bash[28336]: audit 2023-12-06T04:04:20.504556+0000 mon.smithi073 (mon.0) 249 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:21.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:21 smithi110 bash[28336]: audit 2023-12-06T04:04:20.511183+0000 mon.smithi073 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:22.087 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:04:22.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:22 smithi110 bash[28336]: audit 2023-12-06T04:04:22.086848+0000 mon.smithi073 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.73:0/1204234327' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:22.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:22 smithi073 bash[24935]: audit 2023-12-06T04:04:22.086848+0000 mon.smithi073 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.73:0/1204234327' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:22.779 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-06T04:04:23.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:23 smithi110 bash[28336]: cluster 2023-12-06T04:04:22.006178+0000 mgr.smithi073.zlngfn (mgr.14182) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:23.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:23 smithi110 bash[28336]: audit 2023-12-06T04:04:22.499450+0000 mon.smithi073 (mon.0) 252 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:23.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:23 smithi110 bash[28336]: audit 2023-12-06T04:04:22.774113+0000 mon.smithi073 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:23.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:23 smithi110 bash[28336]: audit 2023-12-06T04:04:22.775733+0000 mon.smithi073 (mon.0) 254 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:04:23.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:23 smithi110 bash[28336]: audit 2023-12-06T04:04:22.776792+0000 mon.smithi073 (mon.0) 255 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:04:23.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:23 smithi110 bash[28336]: audit 2023-12-06T04:04:22.782477+0000 mon.smithi073 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:23.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:23 smithi110 bash[28336]: audit 2023-12-06T04:04:22.787249+0000 mon.smithi073 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:04:23.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:23 smithi110 bash[28336]: audit 2023-12-06T04:04:22.792500+0000 mon.smithi073 (mon.0) 258 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T04:04:23.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:23 smithi110 bash[28336]: audit 2023-12-06T04:04:22.795249+0000 mon.smithi073 (mon.0) 259 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T04:04:23.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:23 smithi110 bash[28336]: audit 2023-12-06T04:04:22.795704+0000 mon.smithi073 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:04:23.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:23 smithi110 bash[28336]: audit 2023-12-06T04:04:22.796704+0000 mon.smithi073 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:04:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:23 smithi073 bash[24935]: cluster 2023-12-06T04:04:22.006178+0000 mgr.smithi073.zlngfn (mgr.14182) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:23 smithi073 bash[24935]: audit 2023-12-06T04:04:22.499450+0000 mon.smithi073 (mon.0) 252 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:23 smithi073 bash[24935]: audit 2023-12-06T04:04:22.774113+0000 mon.smithi073 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:23 smithi073 bash[24935]: audit 2023-12-06T04:04:22.775733+0000 mon.smithi073 (mon.0) 254 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:04:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:23 smithi073 bash[24935]: audit 2023-12-06T04:04:22.776792+0000 mon.smithi073 (mon.0) 255 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:04:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:23 smithi073 bash[24935]: audit 2023-12-06T04:04:22.782477+0000 mon.smithi073 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:04:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:23 smithi073 bash[24935]: audit 2023-12-06T04:04:22.787249+0000 mon.smithi073 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:04:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:23 smithi073 bash[24935]: audit 2023-12-06T04:04:22.792500+0000 mon.smithi073 (mon.0) 258 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T04:04:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:23 smithi073 bash[24935]: audit 2023-12-06T04:04:22.795249+0000 mon.smithi073 (mon.0) 259 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T04:04:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:23 smithi073 bash[24935]: audit 2023-12-06T04:04:22.795704+0000 mon.smithi073 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:04:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:23 smithi073 bash[24935]: audit 2023-12-06T04:04:22.796704+0000 mon.smithi073 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:04:23.780 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:04:25.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:25 smithi110 bash[28336]: cluster 2023-12-06T04:04:24.006407+0000 mgr.smithi073.zlngfn (mgr.14182) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:25.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:25 smithi073 bash[24935]: cluster 2023-12-06T04:04:24.006407+0000 mgr.smithi073.zlngfn (mgr.14182) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:26.779 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:04:27.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:27 smithi073 bash[24935]: cluster 2023-12-06T04:04:26.006819+0000 mgr.smithi073.zlngfn (mgr.14182) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:27.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:27 smithi073 bash[24935]: audit 2023-12-06T04:04:26.778090+0000 mon.smithi073 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.73:0/2047296466' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:27.400 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-06T04:04:27.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:27 smithi110 bash[28336]: cluster 2023-12-06T04:04:26.006819+0000 mgr.smithi073.zlngfn (mgr.14182) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:27.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:27 smithi110 bash[28336]: audit 2023-12-06T04:04:26.778090+0000 mon.smithi073 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.73:0/2047296466' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:28.400 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:04:28.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:28 smithi073 bash[24935]: cluster 2023-12-06T04:04:28.007275+0000 mgr.smithi073.zlngfn (mgr.14182) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:29.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:28 smithi110 bash[28336]: cluster 2023-12-06T04:04:28.007275+0000 mgr.smithi073.zlngfn (mgr.14182) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:31.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:31 smithi073 bash[24935]: cluster 2023-12-06T04:04:30.007608+0000 mgr.smithi073.zlngfn (mgr.14182) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:31.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:31 smithi110 bash[28336]: cluster 2023-12-06T04:04:30.007608+0000 mgr.smithi073.zlngfn (mgr.14182) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:32.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:32 smithi073 bash[24935]: audit 2023-12-06T04:04:31.655330+0000 mon.smithi110 (mon.1) 2 : audit [INF] from='client.? 172.21.15.110:0/3118980032' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49f8d43e-fc8a-4eb4-9bee-0e84d7476488"}]: dispatch 2023-12-06T04:04:32.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:32 smithi073 bash[24935]: audit 2023-12-06T04:04:31.656496+0000 mon.smithi073 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49f8d43e-fc8a-4eb4-9bee-0e84d7476488"}]: dispatch 2023-12-06T04:04:32.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:32 smithi073 bash[24935]: audit 2023-12-06T04:04:31.664441+0000 mon.smithi073 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49f8d43e-fc8a-4eb4-9bee-0e84d7476488"}]': finished 2023-12-06T04:04:32.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:32 smithi073 bash[24935]: cluster 2023-12-06T04:04:31.664571+0000 mon.smithi073 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T04:04:32.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:32 smithi073 bash[24935]: audit 2023-12-06T04:04:31.664712+0000 mon.smithi073 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:04:32.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:32 smithi110 bash[28336]: audit 2023-12-06T04:04:31.655330+0000 mon.smithi110 (mon.1) 2 : audit [INF] from='client.? 172.21.15.110:0/3118980032' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49f8d43e-fc8a-4eb4-9bee-0e84d7476488"}]: dispatch 2023-12-06T04:04:32.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:32 smithi110 bash[28336]: audit 2023-12-06T04:04:31.656496+0000 mon.smithi073 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49f8d43e-fc8a-4eb4-9bee-0e84d7476488"}]: dispatch 2023-12-06T04:04:32.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:32 smithi110 bash[28336]: audit 2023-12-06T04:04:31.664441+0000 mon.smithi073 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49f8d43e-fc8a-4eb4-9bee-0e84d7476488"}]': finished 2023-12-06T04:04:32.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:32 smithi110 bash[28336]: cluster 2023-12-06T04:04:31.664571+0000 mon.smithi073 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T04:04:32.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:32 smithi110 bash[28336]: audit 2023-12-06T04:04:31.664712+0000 mon.smithi073 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:04:32.667 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:04:33.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:33 smithi073 bash[24935]: cluster 2023-12-06T04:04:32.008006+0000 mgr.smithi073.zlngfn (mgr.14182) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:33.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:33 smithi073 bash[24935]: audit 2023-12-06T04:04:32.666509+0000 mon.smithi073 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.73:0/40334375' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:33.360 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1701835471,"num_remapped_pgs":0} 2023-12-06T04:04:33.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:33 smithi110 bash[28336]: cluster 2023-12-06T04:04:32.008006+0000 mgr.smithi073.zlngfn (mgr.14182) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:33.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:33 smithi110 bash[28336]: audit 2023-12-06T04:04:32.666509+0000 mon.smithi073 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.73:0/40334375' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:34.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:34 smithi073 bash[24935]: audit 2023-12-06T04:04:33.213265+0000 mon.smithi110 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.110:0/3000786506' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:04:34.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:34 smithi073 bash[24935]: audit 2023-12-06T04:04:34.024460+0000 mon.smithi073 (mon.0) 268 : audit [INF] from='client.? 172.21.15.73:0/3724101054' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d08067d6-709b-49c2-a980-3e87bc238264"}]: dispatch 2023-12-06T04:04:34.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:34 smithi073 bash[24935]: audit 2023-12-06T04:04:34.031585+0000 mon.smithi073 (mon.0) 269 : audit [INF] from='client.? 172.21.15.73:0/3724101054' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d08067d6-709b-49c2-a980-3e87bc238264"}]': finished 2023-12-06T04:04:34.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:34 smithi073 bash[24935]: cluster 2023-12-06T04:04:34.031681+0000 mon.smithi073 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-06T04:04:34.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:34 smithi073 bash[24935]: audit 2023-12-06T04:04:34.031894+0000 mon.smithi073 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:04:34.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:34 smithi073 bash[24935]: audit 2023-12-06T04:04:34.032522+0000 mon.smithi073 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:04:34.360 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:04:34.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:34 smithi110 bash[28336]: audit 2023-12-06T04:04:33.213265+0000 mon.smithi110 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.110:0/3000786506' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:04:34.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:34 smithi110 bash[28336]: audit 2023-12-06T04:04:34.024460+0000 mon.smithi073 (mon.0) 268 : audit [INF] from='client.? 172.21.15.73:0/3724101054' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d08067d6-709b-49c2-a980-3e87bc238264"}]: dispatch 2023-12-06T04:04:34.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:34 smithi110 bash[28336]: audit 2023-12-06T04:04:34.031585+0000 mon.smithi073 (mon.0) 269 : audit [INF] from='client.? 172.21.15.73:0/3724101054' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d08067d6-709b-49c2-a980-3e87bc238264"}]': finished 2023-12-06T04:04:34.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:34 smithi110 bash[28336]: cluster 2023-12-06T04:04:34.031681+0000 mon.smithi073 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-06T04:04:34.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:34 smithi110 bash[28336]: audit 2023-12-06T04:04:34.031894+0000 mon.smithi073 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:04:34.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:34 smithi110 bash[28336]: audit 2023-12-06T04:04:34.032522+0000 mon.smithi073 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:04:35.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:35 smithi073 bash[24935]: cluster 2023-12-06T04:04:34.008349+0000 mgr.smithi073.zlngfn (mgr.14182) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:35.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:35 smithi110 bash[28336]: cluster 2023-12-06T04:04:34.008349+0000 mgr.smithi073.zlngfn (mgr.14182) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:36.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:36 smithi073 bash[24935]: audit 2023-12-06T04:04:36.022056+0000 mon.smithi110 (mon.1) 4 : audit [INF] from='client.? 172.21.15.110:0/3054574282' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "34dd7613-181b-4846-b329-95bd903dda6d"}]: dispatch 2023-12-06T04:04:36.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:36 smithi073 bash[24935]: audit 2023-12-06T04:04:36.023337+0000 mon.smithi073 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "34dd7613-181b-4846-b329-95bd903dda6d"}]: dispatch 2023-12-06T04:04:36.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:36 smithi073 bash[24935]: audit 2023-12-06T04:04:36.030438+0000 mon.smithi073 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "34dd7613-181b-4846-b329-95bd903dda6d"}]': finished 2023-12-06T04:04:36.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:36 smithi073 bash[24935]: cluster 2023-12-06T04:04:36.030506+0000 mon.smithi073 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-06T04:04:36.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:36 smithi073 bash[24935]: audit 2023-12-06T04:04:36.030621+0000 mon.smithi073 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:04:36.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:36 smithi073 bash[24935]: audit 2023-12-06T04:04:36.030879+0000 mon.smithi073 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:04:36.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:36 smithi073 bash[24935]: audit 2023-12-06T04:04:36.031134+0000 mon.smithi073 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:04:36.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:36 smithi110 bash[28336]: audit 2023-12-06T04:04:36.022056+0000 mon.smithi110 (mon.1) 4 : audit [INF] from='client.? 172.21.15.110:0/3054574282' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "34dd7613-181b-4846-b329-95bd903dda6d"}]: dispatch 2023-12-06T04:04:36.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:36 smithi110 bash[28336]: audit 2023-12-06T04:04:36.023337+0000 mon.smithi073 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "34dd7613-181b-4846-b329-95bd903dda6d"}]: dispatch 2023-12-06T04:04:36.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:36 smithi110 bash[28336]: audit 2023-12-06T04:04:36.030438+0000 mon.smithi073 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "34dd7613-181b-4846-b329-95bd903dda6d"}]': finished 2023-12-06T04:04:36.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:36 smithi110 bash[28336]: cluster 2023-12-06T04:04:36.030506+0000 mon.smithi073 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-06T04:04:36.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:36 smithi110 bash[28336]: audit 2023-12-06T04:04:36.030621+0000 mon.smithi073 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:04:36.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:36 smithi110 bash[28336]: audit 2023-12-06T04:04:36.030879+0000 mon.smithi073 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:04:36.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:36 smithi110 bash[28336]: audit 2023-12-06T04:04:36.031134+0000 mon.smithi073 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:04:37.380 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:37 smithi073 bash[24935]: cluster 2023-12-06T04:04:36.008811+0000 mgr.smithi073.zlngfn (mgr.14182) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:37.380 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:37 smithi073 bash[24935]: audit 2023-12-06T04:04:36.139649+0000 mon.smithi073 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.73:0/1936806109' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:04:37.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:37 smithi110 bash[28336]: cluster 2023-12-06T04:04:36.008811+0000 mgr.smithi073.zlngfn (mgr.14182) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:37.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:37 smithi110 bash[28336]: audit 2023-12-06T04:04:36.139649+0000 mon.smithi073 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.73:0/1936806109' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:04:37.605 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:04:38.288 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1701835476,"num_remapped_pgs":0} 2023-12-06T04:04:38.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:38 smithi110 bash[28336]: audit 2023-12-06T04:04:37.604236+0000 mon.smithi073 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.73:0/2651535971' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:38.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:38 smithi110 bash[28336]: audit 2023-12-06T04:04:37.647633+0000 mon.smithi110 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.110:0/2932842599' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:04:38.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:38 smithi073 bash[24935]: audit 2023-12-06T04:04:37.604236+0000 mon.smithi073 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.73:0/2651535971' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:38.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:38 smithi073 bash[24935]: audit 2023-12-06T04:04:37.647633+0000 mon.smithi110 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.110:0/2932842599' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:04:39.289 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:04:39.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:39 smithi110 bash[28336]: cluster 2023-12-06T04:04:38.009242+0000 mgr.smithi073.zlngfn (mgr.14182) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:39.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:39 smithi110 bash[28336]: audit 2023-12-06T04:04:38.910591+0000 mon.smithi073 (mon.0) 281 : audit [INF] from='client.? 172.21.15.73:0/1978706584' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e3cae9a0-064f-4f77-b59e-a084aaee4d94"}]: dispatch 2023-12-06T04:04:39.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:39 smithi110 bash[28336]: audit 2023-12-06T04:04:38.917909+0000 mon.smithi073 (mon.0) 282 : audit [INF] from='client.? 172.21.15.73:0/1978706584' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e3cae9a0-064f-4f77-b59e-a084aaee4d94"}]': finished 2023-12-06T04:04:39.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:39 smithi110 bash[28336]: cluster 2023-12-06T04:04:38.918012+0000 mon.smithi073 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-06T04:04:39.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:39 smithi110 bash[28336]: audit 2023-12-06T04:04:38.918236+0000 mon.smithi073 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:04:39.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:39 smithi110 bash[28336]: audit 2023-12-06T04:04:38.918918+0000 mon.smithi073 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:04:39.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:39 smithi110 bash[28336]: audit 2023-12-06T04:04:38.919333+0000 mon.smithi073 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:04:39.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:39 smithi110 bash[28336]: audit 2023-12-06T04:04:38.919780+0000 mon.smithi073 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:04:39.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:39 smithi073 bash[24935]: cluster 2023-12-06T04:04:38.009242+0000 mgr.smithi073.zlngfn (mgr.14182) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:39.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:39 smithi073 bash[24935]: audit 2023-12-06T04:04:38.910591+0000 mon.smithi073 (mon.0) 281 : audit [INF] from='client.? 172.21.15.73:0/1978706584' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e3cae9a0-064f-4f77-b59e-a084aaee4d94"}]: dispatch 2023-12-06T04:04:39.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:39 smithi073 bash[24935]: audit 2023-12-06T04:04:38.917909+0000 mon.smithi073 (mon.0) 282 : audit [INF] from='client.? 172.21.15.73:0/1978706584' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e3cae9a0-064f-4f77-b59e-a084aaee4d94"}]': finished 2023-12-06T04:04:39.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:39 smithi073 bash[24935]: cluster 2023-12-06T04:04:38.918012+0000 mon.smithi073 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-06T04:04:39.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:39 smithi073 bash[24935]: audit 2023-12-06T04:04:38.918236+0000 mon.smithi073 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:04:39.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:39 smithi073 bash[24935]: audit 2023-12-06T04:04:38.918918+0000 mon.smithi073 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:04:39.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:39 smithi073 bash[24935]: audit 2023-12-06T04:04:38.919333+0000 mon.smithi073 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:04:39.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:39 smithi073 bash[24935]: audit 2023-12-06T04:04:38.919780+0000 mon.smithi073 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:04:41.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:41 smithi073 bash[24935]: cluster 2023-12-06T04:04:40.009513+0000 mgr.smithi073.zlngfn (mgr.14182) 86 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:41.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:41 smithi073 bash[24935]: audit 2023-12-06T04:04:40.453987+0000 mon.smithi110 (mon.1) 6 : audit [INF] from='client.? 172.21.15.110:0/2782743068' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13373791-b160-459a-b91f-8b09e70e57d9"}]: dispatch 2023-12-06T04:04:41.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:41 smithi073 bash[24935]: audit 2023-12-06T04:04:40.455185+0000 mon.smithi073 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13373791-b160-459a-b91f-8b09e70e57d9"}]: dispatch 2023-12-06T04:04:41.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:41 smithi073 bash[24935]: audit 2023-12-06T04:04:40.459837+0000 mon.smithi073 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "13373791-b160-459a-b91f-8b09e70e57d9"}]': finished 2023-12-06T04:04:41.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:41 smithi073 bash[24935]: cluster 2023-12-06T04:04:40.459889+0000 mon.smithi073 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-06T04:04:41.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:41 smithi073 bash[24935]: audit 2023-12-06T04:04:40.460147+0000 mon.smithi073 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:04:41.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:41 smithi073 bash[24935]: audit 2023-12-06T04:04:40.460761+0000 mon.smithi073 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:04:41.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:41 smithi073 bash[24935]: audit 2023-12-06T04:04:40.461108+0000 mon.smithi073 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:04:41.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:41 smithi073 bash[24935]: audit 2023-12-06T04:04:40.461475+0000 mon.smithi073 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:04:41.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:41 smithi073 bash[24935]: audit 2023-12-06T04:04:40.461814+0000 mon.smithi073 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:04:41.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:41 smithi073 bash[24935]: audit 2023-12-06T04:04:41.051697+0000 mon.smithi073 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.73:0/3622599654' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:04:41.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:41 smithi110 bash[28336]: cluster 2023-12-06T04:04:40.009513+0000 mgr.smithi073.zlngfn (mgr.14182) 86 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:41.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:41 smithi110 bash[28336]: audit 2023-12-06T04:04:40.453987+0000 mon.smithi110 (mon.1) 6 : audit [INF] from='client.? 172.21.15.110:0/2782743068' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13373791-b160-459a-b91f-8b09e70e57d9"}]: dispatch 2023-12-06T04:04:41.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:41 smithi110 bash[28336]: audit 2023-12-06T04:04:40.455185+0000 mon.smithi073 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13373791-b160-459a-b91f-8b09e70e57d9"}]: dispatch 2023-12-06T04:04:41.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:41 smithi110 bash[28336]: audit 2023-12-06T04:04:40.459837+0000 mon.smithi073 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "13373791-b160-459a-b91f-8b09e70e57d9"}]': finished 2023-12-06T04:04:41.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:41 smithi110 bash[28336]: cluster 2023-12-06T04:04:40.459889+0000 mon.smithi073 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-06T04:04:41.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:41 smithi110 bash[28336]: audit 2023-12-06T04:04:40.460147+0000 mon.smithi073 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:04:41.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:41 smithi110 bash[28336]: audit 2023-12-06T04:04:40.460761+0000 mon.smithi073 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:04:41.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:41 smithi110 bash[28336]: audit 2023-12-06T04:04:40.461108+0000 mon.smithi073 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:04:41.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:41 smithi110 bash[28336]: audit 2023-12-06T04:04:40.461475+0000 mon.smithi073 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:04:41.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:41 smithi110 bash[28336]: audit 2023-12-06T04:04:40.461814+0000 mon.smithi073 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:04:41.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:41 smithi110 bash[28336]: audit 2023-12-06T04:04:41.051697+0000 mon.smithi073 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.73:0/3622599654' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:04:42.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:42 smithi110 bash[28336]: audit 2023-12-06T04:04:41.991926+0000 mon.smithi110 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.110:0/2496412020' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:04:42.489 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:04:42.517 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:42 smithi073 bash[24935]: audit 2023-12-06T04:04:41.991926+0000 mon.smithi110 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.110:0/2496412020' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:04:43.125 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1701835480,"num_remapped_pgs":0} 2023-12-06T04:04:43.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:43 smithi110 bash[28336]: cluster 2023-12-06T04:04:42.009990+0000 mgr.smithi073.zlngfn (mgr.14182) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:43.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:43 smithi110 bash[28336]: audit 2023-12-06T04:04:42.488304+0000 mon.smithi073 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.73:0/389968676' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:43 smithi073 bash[24935]: cluster 2023-12-06T04:04:42.009990+0000 mgr.smithi073.zlngfn (mgr.14182) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:43 smithi073 bash[24935]: audit 2023-12-06T04:04:42.488304+0000 mon.smithi073 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.73:0/389968676' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:44.126 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:04:44.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:44 smithi073 bash[24935]: audit 2023-12-06T04:04:43.844790+0000 mon.smithi073 (mon.0) 298 : audit [INF] from='client.? 172.21.15.73:0/4033253251' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6b5245e0-fa9d-4eeb-b8ca-d498aa900c0f"}]: dispatch 2023-12-06T04:04:44.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:44 smithi073 bash[24935]: audit 2023-12-06T04:04:43.852631+0000 mon.smithi073 (mon.0) 299 : audit [INF] from='client.? 172.21.15.73:0/4033253251' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6b5245e0-fa9d-4eeb-b8ca-d498aa900c0f"}]': finished 2023-12-06T04:04:44.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:44 smithi073 bash[24935]: cluster 2023-12-06T04:04:43.852771+0000 mon.smithi073 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-06T04:04:44.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:44 smithi073 bash[24935]: audit 2023-12-06T04:04:43.852933+0000 mon.smithi073 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:04:44.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:44 smithi073 bash[24935]: audit 2023-12-06T04:04:43.853356+0000 mon.smithi073 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:04:44.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:44 smithi073 bash[24935]: audit 2023-12-06T04:04:43.853547+0000 mon.smithi073 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:04:44.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:44 smithi073 bash[24935]: audit 2023-12-06T04:04:43.853744+0000 mon.smithi073 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:04:44.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:44 smithi073 bash[24935]: audit 2023-12-06T04:04:43.853921+0000 mon.smithi073 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:04:44.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:44 smithi073 bash[24935]: audit 2023-12-06T04:04:43.854117+0000 mon.smithi073 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:04:44.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:44 smithi110 bash[28336]: audit 2023-12-06T04:04:43.844790+0000 mon.smithi073 (mon.0) 298 : audit [INF] from='client.? 172.21.15.73:0/4033253251' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6b5245e0-fa9d-4eeb-b8ca-d498aa900c0f"}]: dispatch 2023-12-06T04:04:44.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:44 smithi110 bash[28336]: audit 2023-12-06T04:04:43.852631+0000 mon.smithi073 (mon.0) 299 : audit [INF] from='client.? 172.21.15.73:0/4033253251' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6b5245e0-fa9d-4eeb-b8ca-d498aa900c0f"}]': finished 2023-12-06T04:04:44.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:44 smithi110 bash[28336]: cluster 2023-12-06T04:04:43.852771+0000 mon.smithi073 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-06T04:04:44.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:44 smithi110 bash[28336]: audit 2023-12-06T04:04:43.852933+0000 mon.smithi073 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:04:44.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:44 smithi110 bash[28336]: audit 2023-12-06T04:04:43.853356+0000 mon.smithi073 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:04:44.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:44 smithi110 bash[28336]: audit 2023-12-06T04:04:43.853547+0000 mon.smithi073 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:04:44.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:44 smithi110 bash[28336]: audit 2023-12-06T04:04:43.853744+0000 mon.smithi073 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:04:44.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:44 smithi110 bash[28336]: audit 2023-12-06T04:04:43.853921+0000 mon.smithi073 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:04:44.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:44 smithi110 bash[28336]: audit 2023-12-06T04:04:43.854117+0000 mon.smithi073 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:04:45.386 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:45 smithi073 bash[24935]: cluster 2023-12-06T04:04:44.010457+0000 mgr.smithi073.zlngfn (mgr.14182) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:45.386 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:45 smithi073 bash[24935]: audit 2023-12-06T04:04:44.802052+0000 mon.smithi110 (mon.1) 8 : audit [INF] from='client.? 172.21.15.110:0/136213195' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec5f9766-f9e8-4df5-8eb3-3aba0b0f8c75"}]: dispatch 2023-12-06T04:04:45.386 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:45 smithi073 bash[24935]: audit 2023-12-06T04:04:44.803367+0000 mon.smithi073 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec5f9766-f9e8-4df5-8eb3-3aba0b0f8c75"}]: dispatch 2023-12-06T04:04:45.386 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:45 smithi073 bash[24935]: audit 2023-12-06T04:04:44.810890+0000 mon.smithi073 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec5f9766-f9e8-4df5-8eb3-3aba0b0f8c75"}]': finished 2023-12-06T04:04:45.386 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:45 smithi073 bash[24935]: cluster 2023-12-06T04:04:44.811025+0000 mon.smithi073 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-06T04:04:45.387 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:45 smithi073 bash[24935]: audit 2023-12-06T04:04:44.819040+0000 mon.smithi073 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:04:45.387 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:45 smithi073 bash[24935]: audit 2023-12-06T04:04:44.819438+0000 mon.smithi073 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:04:45.387 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:45 smithi073 bash[24935]: audit 2023-12-06T04:04:44.819784+0000 mon.smithi073 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:04:45.387 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:45 smithi073 bash[24935]: audit 2023-12-06T04:04:44.820172+0000 mon.smithi073 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:04:45.387 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:45 smithi073 bash[24935]: audit 2023-12-06T04:04:44.820534+0000 mon.smithi073 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:04:45.387 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:45 smithi073 bash[24935]: audit 2023-12-06T04:04:44.820895+0000 mon.smithi073 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:04:45.387 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:45 smithi073 bash[24935]: audit 2023-12-06T04:04:44.821266+0000 mon.smithi073 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:04:45.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:45 smithi110 bash[28336]: cluster 2023-12-06T04:04:44.010457+0000 mgr.smithi073.zlngfn (mgr.14182) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:45.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:45 smithi110 bash[28336]: audit 2023-12-06T04:04:44.802052+0000 mon.smithi110 (mon.1) 8 : audit [INF] from='client.? 172.21.15.110:0/136213195' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec5f9766-f9e8-4df5-8eb3-3aba0b0f8c75"}]: dispatch 2023-12-06T04:04:45.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:45 smithi110 bash[28336]: audit 2023-12-06T04:04:44.803367+0000 mon.smithi073 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec5f9766-f9e8-4df5-8eb3-3aba0b0f8c75"}]: dispatch 2023-12-06T04:04:45.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:45 smithi110 bash[28336]: audit 2023-12-06T04:04:44.810890+0000 mon.smithi073 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec5f9766-f9e8-4df5-8eb3-3aba0b0f8c75"}]': finished 2023-12-06T04:04:45.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:45 smithi110 bash[28336]: cluster 2023-12-06T04:04:44.811025+0000 mon.smithi073 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-06T04:04:45.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:45 smithi110 bash[28336]: audit 2023-12-06T04:04:44.819040+0000 mon.smithi073 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:04:45.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:45 smithi110 bash[28336]: audit 2023-12-06T04:04:44.819438+0000 mon.smithi073 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:04:45.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:45 smithi110 bash[28336]: audit 2023-12-06T04:04:44.819784+0000 mon.smithi073 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:04:45.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:45 smithi110 bash[28336]: audit 2023-12-06T04:04:44.820172+0000 mon.smithi073 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:04:45.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:45 smithi110 bash[28336]: audit 2023-12-06T04:04:44.820534+0000 mon.smithi073 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:04:45.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:45 smithi110 bash[28336]: audit 2023-12-06T04:04:44.820895+0000 mon.smithi073 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:04:45.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:45 smithi110 bash[28336]: audit 2023-12-06T04:04:44.821266+0000 mon.smithi073 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:04:46.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:46 smithi110 bash[28336]: audit 2023-12-06T04:04:45.921196+0000 mon.smithi073 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.73:0/3829235651' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:04:46.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:46 smithi073 bash[24935]: audit 2023-12-06T04:04:45.921196+0000 mon.smithi073 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.73:0/3829235651' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:04:47.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:47 smithi073 bash[24935]: cluster 2023-12-06T04:04:46.010760+0000 mgr.smithi073.zlngfn (mgr.14182) 89 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:47.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:47 smithi073 bash[24935]: audit 2023-12-06T04:04:46.372344+0000 mon.smithi110 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.110:0/1831003163' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:04:47.438 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:04:47.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:47 smithi110 bash[28336]: cluster 2023-12-06T04:04:46.010760+0000 mgr.smithi073.zlngfn (mgr.14182) 89 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:47.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:47 smithi110 bash[28336]: audit 2023-12-06T04:04:46.372344+0000 mon.smithi110 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.110:0/1831003163' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:04:48.144 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1701835484,"num_remapped_pgs":0} 2023-12-06T04:04:48.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:48 smithi110 bash[28336]: audit 2023-12-06T04:04:47.437478+0000 mon.smithi073 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.73:0/1414033370' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:48.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:48 smithi073 bash[24935]: audit 2023-12-06T04:04:47.437478+0000 mon.smithi073 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.73:0/1414033370' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:49.146 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:04:49.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:49 smithi110 bash[28336]: cluster 2023-12-06T04:04:48.011175+0000 mgr.smithi073.zlngfn (mgr.14182) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:49.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:49 smithi110 bash[28336]: audit 2023-12-06T04:04:48.751653+0000 mon.smithi073 (mon.0) 319 : audit [INF] from='client.? 172.21.15.73:0/2069680793' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9c979e1-8a0a-411a-9c13-58fdf9f77ac9"}]: dispatch 2023-12-06T04:04:49.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:49 smithi110 bash[28336]: audit 2023-12-06T04:04:48.758795+0000 mon.smithi073 (mon.0) 320 : audit [INF] from='client.? 172.21.15.73:0/2069680793' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f9c979e1-8a0a-411a-9c13-58fdf9f77ac9"}]': finished 2023-12-06T04:04:49.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:49 smithi110 bash[28336]: cluster 2023-12-06T04:04:48.758956+0000 mon.smithi073 (mon.0) 321 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-06T04:04:49.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:49 smithi110 bash[28336]: audit 2023-12-06T04:04:48.759219+0000 mon.smithi073 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:04:49.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:49 smithi110 bash[28336]: audit 2023-12-06T04:04:48.759884+0000 mon.smithi073 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:04:49.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:49 smithi110 bash[28336]: audit 2023-12-06T04:04:48.760313+0000 mon.smithi073 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:04:49.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:49 smithi110 bash[28336]: audit 2023-12-06T04:04:48.760697+0000 mon.smithi073 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:04:49.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:49 smithi110 bash[28336]: audit 2023-12-06T04:04:48.761130+0000 mon.smithi073 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:04:49.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:49 smithi110 bash[28336]: audit 2023-12-06T04:04:48.761558+0000 mon.smithi073 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:04:49.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:49 smithi110 bash[28336]: audit 2023-12-06T04:04:48.761983+0000 mon.smithi073 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:04:49.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:49 smithi110 bash[28336]: audit 2023-12-06T04:04:48.762395+0000 mon.smithi073 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:04:49.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:49 smithi073 bash[24935]: cluster 2023-12-06T04:04:48.011175+0000 mgr.smithi073.zlngfn (mgr.14182) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:49.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:49 smithi073 bash[24935]: audit 2023-12-06T04:04:48.751653+0000 mon.smithi073 (mon.0) 319 : audit [INF] from='client.? 172.21.15.73:0/2069680793' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9c979e1-8a0a-411a-9c13-58fdf9f77ac9"}]: dispatch 2023-12-06T04:04:49.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:49 smithi073 bash[24935]: audit 2023-12-06T04:04:48.758795+0000 mon.smithi073 (mon.0) 320 : audit [INF] from='client.? 172.21.15.73:0/2069680793' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f9c979e1-8a0a-411a-9c13-58fdf9f77ac9"}]': finished 2023-12-06T04:04:49.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:49 smithi073 bash[24935]: cluster 2023-12-06T04:04:48.758956+0000 mon.smithi073 (mon.0) 321 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-06T04:04:49.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:49 smithi073 bash[24935]: audit 2023-12-06T04:04:48.759219+0000 mon.smithi073 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:04:49.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:49 smithi073 bash[24935]: audit 2023-12-06T04:04:48.759884+0000 mon.smithi073 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:04:49.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:49 smithi073 bash[24935]: audit 2023-12-06T04:04:48.760313+0000 mon.smithi073 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:04:49.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:49 smithi073 bash[24935]: audit 2023-12-06T04:04:48.760697+0000 mon.smithi073 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:04:49.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:49 smithi073 bash[24935]: audit 2023-12-06T04:04:48.761130+0000 mon.smithi073 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:04:49.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:49 smithi073 bash[24935]: audit 2023-12-06T04:04:48.761558+0000 mon.smithi073 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:04:49.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:49 smithi073 bash[24935]: audit 2023-12-06T04:04:48.761983+0000 mon.smithi073 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:04:49.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:49 smithi073 bash[24935]: audit 2023-12-06T04:04:48.762395+0000 mon.smithi073 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:04:51.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:51 smithi110 bash[28336]: cluster 2023-12-06T04:04:50.011627+0000 mgr.smithi073.zlngfn (mgr.14182) 91 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:51.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:51 smithi110 bash[28336]: audit 2023-12-06T04:04:50.889054+0000 mon.smithi073 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.73:0/1231049442' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:04:51.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:51 smithi073 bash[24935]: cluster 2023-12-06T04:04:50.011627+0000 mgr.smithi073.zlngfn (mgr.14182) 91 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:51.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:51 smithi073 bash[24935]: audit 2023-12-06T04:04:50.889054+0000 mon.smithi073 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.73:0/1231049442' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:04:52.338 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:04:52.979 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701835488,"num_remapped_pgs":0} 2023-12-06T04:04:53.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:53 smithi073 bash[24935]: cluster 2023-12-06T04:04:52.012159+0000 mgr.smithi073.zlngfn (mgr.14182) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:53.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:53 smithi073 bash[24935]: audit 2023-12-06T04:04:52.337535+0000 mon.smithi073 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.73:0/2364574566' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:53.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:53 smithi110 bash[28336]: cluster 2023-12-06T04:04:52.012159+0000 mgr.smithi073.zlngfn (mgr.14182) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:53.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:53 smithi110 bash[28336]: audit 2023-12-06T04:04:52.337535+0000 mon.smithi073 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.73:0/2364574566' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:53.980 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:04:55.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:55 smithi073 bash[24935]: cluster 2023-12-06T04:04:54.012500+0000 mgr.smithi073.zlngfn (mgr.14182) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:55.406 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:55 smithi110 bash[28336]: cluster 2023-12-06T04:04:54.012500+0000 mgr.smithi073.zlngfn (mgr.14182) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:56.829 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:04:57.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:57 smithi073 bash[24935]: cluster 2023-12-06T04:04:56.012869+0000 mgr.smithi073.zlngfn (mgr.14182) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:57.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:57 smithi073 bash[24935]: audit 2023-12-06T04:04:56.828440+0000 mon.smithi073 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.73:0/262748983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:57.433 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:57 smithi110 bash[28336]: cluster 2023-12-06T04:04:56.012869+0000 mgr.smithi073.zlngfn (mgr.14182) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:57.433 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:57 smithi110 bash[28336]: audit 2023-12-06T04:04:56.828440+0000 mon.smithi073 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.73:0/262748983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:04:57.460 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701835488,"num_remapped_pgs":0} 2023-12-06T04:04:58.461 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:04:58.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:58 smithi073 bash[24935]: cluster 2023-12-06T04:04:58.013326+0000 mgr.smithi073.zlngfn (mgr.14182) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:58.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:58 smithi073 bash[24935]: audit 2023-12-06T04:04:58.107367+0000 mon.smithi073 (mon.0) 333 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T04:04:58.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:58 smithi073 bash[24935]: audit 2023-12-06T04:04:58.109193+0000 mon.smithi073 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:04:58.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:04:58 smithi073 bash[24935]: cephadm 2023-12-06T04:04:58.110503+0000 mgr.smithi073.zlngfn (mgr.14182) 96 : cephadm [INF] Deploying daemon osd.0 on smithi110 2023-12-06T04:04:59.131 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:58 smithi110 bash[28336]: cluster 2023-12-06T04:04:58.013326+0000 mgr.smithi073.zlngfn (mgr.14182) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:04:59.131 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:58 smithi110 bash[28336]: audit 2023-12-06T04:04:58.107367+0000 mon.smithi073 (mon.0) 333 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T04:04:59.131 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:58 smithi110 bash[28336]: audit 2023-12-06T04:04:58.109193+0000 mon.smithi073 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:04:59.131 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:04:58 smithi110 bash[28336]: cephadm 2023-12-06T04:04:58.110503+0000 mgr.smithi073.zlngfn (mgr.14182) 96 : cephadm [INF] Deploying daemon osd.0 on smithi110 2023-12-06T04:05:01.255 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:01 smithi073 bash[24935]: cluster 2023-12-06T04:05:00.013620+0000 mgr.smithi073.zlngfn (mgr.14182) 97 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:05:01.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:01 smithi110 bash[28336]: cluster 2023-12-06T04:05:00.013620+0000 mgr.smithi073.zlngfn (mgr.14182) 97 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:05:02.681 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:05:03.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:03 smithi073 bash[24935]: cluster 2023-12-06T04:05:02.014066+0000 mgr.smithi073.zlngfn (mgr.14182) 98 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:05:03.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:03 smithi073 bash[24935]: audit 2023-12-06T04:05:02.178855+0000 mon.smithi073 (mon.0) 335 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:03.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:03 smithi073 bash[24935]: audit 2023-12-06T04:05:02.180012+0000 mon.smithi073 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T04:05:03.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:03 smithi073 bash[24935]: audit 2023-12-06T04:05:02.181274+0000 mon.smithi073 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:05:03.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:03 smithi073 bash[24935]: cephadm 2023-12-06T04:05:02.182216+0000 mgr.smithi073.zlngfn (mgr.14182) 99 : cephadm [INF] Deploying daemon osd.2 on smithi110 2023-12-06T04:05:03.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:03 smithi073 bash[24935]: audit 2023-12-06T04:05:02.680626+0000 mon.smithi073 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.73:0/2966181717' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:05:03.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:03 smithi110 bash[28336]: cluster 2023-12-06T04:05:02.014066+0000 mgr.smithi073.zlngfn (mgr.14182) 98 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:05:03.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:03 smithi110 bash[28336]: audit 2023-12-06T04:05:02.178855+0000 mon.smithi073 (mon.0) 335 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:03.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:03 smithi110 bash[28336]: audit 2023-12-06T04:05:02.180012+0000 mon.smithi073 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T04:05:03.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:03 smithi110 bash[28336]: audit 2023-12-06T04:05:02.181274+0000 mon.smithi073 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:05:03.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:03 smithi110 bash[28336]: cephadm 2023-12-06T04:05:02.182216+0000 mgr.smithi073.zlngfn (mgr.14182) 99 : cephadm [INF] Deploying daemon osd.2 on smithi110 2023-12-06T04:05:03.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:03 smithi110 bash[28336]: audit 2023-12-06T04:05:02.680626+0000 mon.smithi073 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.73:0/2966181717' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:05:03.584 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701835488,"num_remapped_pgs":0} 2023-12-06T04:05:04.386 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:04 smithi110 bash[28336]: audit 2023-12-06T04:05:03.915844+0000 mon.smithi073 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T04:05:04.387 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:04 smithi110 bash[28336]: audit 2023-12-06T04:05:03.917290+0000 mon.smithi073 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:05:04.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:04 smithi073 bash[24935]: audit 2023-12-06T04:05:03.915844+0000 mon.smithi073 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T04:05:04.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:04 smithi073 bash[24935]: audit 2023-12-06T04:05:03.917290+0000 mon.smithi073 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:05:04.585 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:05:05.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:05 smithi110 bash[28336]: cephadm 2023-12-06T04:05:03.918576+0000 mgr.smithi073.zlngfn (mgr.14182) 100 : cephadm [INF] Deploying daemon osd.1 on smithi073 2023-12-06T04:05:05.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:05 smithi110 bash[28336]: cluster 2023-12-06T04:05:04.014551+0000 mgr.smithi073.zlngfn (mgr.14182) 101 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:05:05.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:05 smithi073 bash[24935]: cephadm 2023-12-06T04:05:03.918576+0000 mgr.smithi073.zlngfn (mgr.14182) 100 : cephadm [INF] Deploying daemon osd.1 on smithi073 2023-12-06T04:05:05.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:05 smithi073 bash[24935]: cluster 2023-12-06T04:05:04.014551+0000 mgr.smithi073.zlngfn (mgr.14182) 101 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:05:07.379 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:07 smithi073 bash[24935]: cluster 2023-12-06T04:05:06.014951+0000 mgr.smithi073.zlngfn (mgr.14182) 102 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:05:07.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:07 smithi110 bash[28336]: cluster 2023-12-06T04:05:06.014951+0000 mgr.smithi073.zlngfn (mgr.14182) 102 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:05:08.522 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:05:09.118 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:08 smithi073 bash[24935]: audit 2023-12-06T04:05:07.826100+0000 mon.smithi073 (mon.0) 341 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:09.118 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:08 smithi073 bash[24935]: audit 2023-12-06T04:05:07.827308+0000 mon.smithi073 (mon.0) 342 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T04:05:09.118 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:08 smithi073 bash[24935]: audit 2023-12-06T04:05:07.828389+0000 mon.smithi073 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:05:09.118 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:08 smithi073 bash[24935]: cephadm 2023-12-06T04:05:07.829336+0000 mgr.smithi073.zlngfn (mgr.14182) 103 : cephadm [INF] Deploying daemon osd.4 on smithi110 2023-12-06T04:05:09.119 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:08 smithi073 bash[24935]: cluster 2023-12-06T04:05:08.015386+0000 mgr.smithi073.zlngfn (mgr.14182) 104 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:05:09.119 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:08 smithi073 bash[24935]: audit 2023-12-06T04:05:08.520936+0000 mon.smithi073 (mon.0) 344 : audit [DBG] from='client.? 172.21.15.73:0/1560463128' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:05:09.121 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:08 smithi110 bash[28336]: audit 2023-12-06T04:05:07.826100+0000 mon.smithi073 (mon.0) 341 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:09.121 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:08 smithi110 bash[28336]: audit 2023-12-06T04:05:07.827308+0000 mon.smithi073 (mon.0) 342 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T04:05:09.121 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:08 smithi110 bash[28336]: audit 2023-12-06T04:05:07.828389+0000 mon.smithi073 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:05:09.121 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:08 smithi110 bash[28336]: cephadm 2023-12-06T04:05:07.829336+0000 mgr.smithi073.zlngfn (mgr.14182) 103 : cephadm [INF] Deploying daemon osd.4 on smithi110 2023-12-06T04:05:09.121 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:08 smithi110 bash[28336]: cluster 2023-12-06T04:05:08.015386+0000 mgr.smithi073.zlngfn (mgr.14182) 104 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:05:09.121 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:08 smithi110 bash[28336]: audit 2023-12-06T04:05:08.520936+0000 mon.smithi073 (mon.0) 344 : audit [DBG] from='client.? 172.21.15.73:0/1560463128' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:05:09.473 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701835488,"num_remapped_pgs":0} 2023-12-06T04:05:10.474 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:05:10.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:10 smithi073 bash[24935]: audit 2023-12-06T04:05:09.611970+0000 mon.smithi073 (mon.0) 345 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:10.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:10 smithi073 bash[24935]: audit 2023-12-06T04:05:09.613124+0000 mon.smithi073 (mon.0) 346 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T04:05:10.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:10 smithi073 bash[24935]: audit 2023-12-06T04:05:09.614183+0000 mon.smithi073 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:05:10.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:10 smithi073 bash[24935]: cephadm 2023-12-06T04:05:09.614990+0000 mgr.smithi073.zlngfn (mgr.14182) 105 : cephadm [INF] Deploying daemon osd.3 on smithi073 2023-12-06T04:05:10.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:10 smithi073 bash[24935]: cluster 2023-12-06T04:05:10.015728+0000 mgr.smithi073.zlngfn (mgr.14182) 106 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:05:10.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:10 smithi073 bash[24935]: audit 2023-12-06T04:05:10.267270+0000 mon.smithi110 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.110:6800/3018011610,v1:172.21.15.110:6801/3018011610]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T04:05:10.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:10 smithi073 bash[24935]: audit 2023-12-06T04:05:10.268274+0000 mon.smithi073 (mon.0) 348 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T04:05:10.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:10 smithi110 bash[28336]: audit 2023-12-06T04:05:09.611970+0000 mon.smithi073 (mon.0) 345 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:10.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:10 smithi110 bash[28336]: audit 2023-12-06T04:05:09.613124+0000 mon.smithi073 (mon.0) 346 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T04:05:10.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:10 smithi110 bash[28336]: audit 2023-12-06T04:05:09.614183+0000 mon.smithi073 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:05:10.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:10 smithi110 bash[28336]: cephadm 2023-12-06T04:05:09.614990+0000 mgr.smithi073.zlngfn (mgr.14182) 105 : cephadm [INF] Deploying daemon osd.3 on smithi073 2023-12-06T04:05:10.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:10 smithi110 bash[28336]: cluster 2023-12-06T04:05:10.015728+0000 mgr.smithi073.zlngfn (mgr.14182) 106 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:05:10.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:10 smithi110 bash[28336]: audit 2023-12-06T04:05:10.267270+0000 mon.smithi110 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.110:6800/3018011610,v1:172.21.15.110:6801/3018011610]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T04:05:10.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:10 smithi110 bash[28336]: audit 2023-12-06T04:05:10.268274+0000 mon.smithi073 (mon.0) 348 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T04:05:11.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:11 smithi073 bash[24935]: audit 2023-12-06T04:05:10.620282+0000 mon.smithi073 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T04:05:11.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:11 smithi073 bash[24935]: cluster 2023-12-06T04:05:10.620349+0000 mon.smithi073 (mon.0) 350 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-06T04:05:11.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:11 smithi073 bash[24935]: audit 2023-12-06T04:05:10.620520+0000 mon.smithi073 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:05:11.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:11 smithi073 bash[24935]: audit 2023-12-06T04:05:10.621080+0000 mon.smithi110 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.110:6800/3018011610,v1:172.21.15.110:6801/3018011610]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-12-06T04:05:11.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:11 smithi073 bash[24935]: audit 2023-12-06T04:05:10.621250+0000 mon.smithi073 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:11.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:11 smithi073 bash[24935]: audit 2023-12-06T04:05:10.621635+0000 mon.smithi073 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:05:11.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:11 smithi073 bash[24935]: audit 2023-12-06T04:05:10.622328+0000 mon.smithi073 (mon.0) 354 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-12-06T04:05:11.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:11 smithi073 bash[24935]: audit 2023-12-06T04:05:10.622663+0000 mon.smithi073 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:11.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:11 smithi073 bash[24935]: audit 2023-12-06T04:05:10.622976+0000 mon.smithi073 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:11.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:11 smithi073 bash[24935]: audit 2023-12-06T04:05:10.623290+0000 mon.smithi073 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:11.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:11 smithi073 bash[24935]: audit 2023-12-06T04:05:10.623594+0000 mon.smithi073 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:11.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:11 smithi073 bash[24935]: audit 2023-12-06T04:05:10.623914+0000 mon.smithi073 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:11.955 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:11 smithi110 bash[28336]: audit 2023-12-06T04:05:10.620282+0000 mon.smithi073 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T04:05:11.955 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:11 smithi110 bash[28336]: cluster 2023-12-06T04:05:10.620349+0000 mon.smithi073 (mon.0) 350 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-06T04:05:11.955 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:11 smithi110 bash[28336]: audit 2023-12-06T04:05:10.620520+0000 mon.smithi073 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:05:11.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:11 smithi110 bash[28336]: audit 2023-12-06T04:05:10.621080+0000 mon.smithi110 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.110:6800/3018011610,v1:172.21.15.110:6801/3018011610]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-12-06T04:05:11.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:11 smithi110 bash[28336]: audit 2023-12-06T04:05:10.621250+0000 mon.smithi073 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:11.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:11 smithi110 bash[28336]: audit 2023-12-06T04:05:10.621635+0000 mon.smithi073 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:05:11.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:11 smithi110 bash[28336]: audit 2023-12-06T04:05:10.622328+0000 mon.smithi073 (mon.0) 354 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-12-06T04:05:11.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:11 smithi110 bash[28336]: audit 2023-12-06T04:05:10.622663+0000 mon.smithi073 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:11.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:11 smithi110 bash[28336]: audit 2023-12-06T04:05:10.622976+0000 mon.smithi073 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:11.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:11 smithi110 bash[28336]: audit 2023-12-06T04:05:10.623290+0000 mon.smithi073 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:11.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:11 smithi110 bash[28336]: audit 2023-12-06T04:05:10.623594+0000 mon.smithi073 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:11.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:11 smithi110 bash[28336]: audit 2023-12-06T04:05:10.623914+0000 mon.smithi073 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:12.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:12 smithi073 bash[24935]: audit 2023-12-06T04:05:11.620733+0000 mon.smithi073 (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=smithi110", "root=default"]}]': finished 2023-12-06T04:05:12.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:12 smithi073 bash[24935]: cluster 2023-12-06T04:05:11.620792+0000 mon.smithi073 (mon.0) 361 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-06T04:05:12.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:12 smithi073 bash[24935]: audit 2023-12-06T04:05:11.621283+0000 mon.smithi073 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:05:12.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:12 smithi073 bash[24935]: audit 2023-12-06T04:05:11.621844+0000 mon.smithi073 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:12.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:12 smithi073 bash[24935]: audit 2023-12-06T04:05:11.622324+0000 mon.smithi073 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:05:12.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:12 smithi073 bash[24935]: audit 2023-12-06T04:05:11.622729+0000 mon.smithi073 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:12.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:12 smithi073 bash[24935]: audit 2023-12-06T04:05:11.623268+0000 mon.smithi073 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:12.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:12 smithi073 bash[24935]: audit 2023-12-06T04:05:11.623776+0000 mon.smithi073 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:12.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:12 smithi073 bash[24935]: audit 2023-12-06T04:05:11.627555+0000 mon.smithi073 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:12.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:12 smithi073 bash[24935]: audit 2023-12-06T04:05:11.627846+0000 mon.smithi073 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:12.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:12 smithi073 bash[24935]: audit 2023-12-06T04:05:11.628667+0000 mon.smithi073 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:05:12.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:12 smithi073 bash[24935]: cluster 2023-12-06T04:05:12.015979+0000 mgr.smithi073.zlngfn (mgr.14182) 107 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:05:12.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:12 smithi110 bash[28336]: audit 2023-12-06T04:05:11.620733+0000 mon.smithi073 (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=smithi110", "root=default"]}]': finished 2023-12-06T04:05:12.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:12 smithi110 bash[28336]: cluster 2023-12-06T04:05:11.620792+0000 mon.smithi073 (mon.0) 361 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-06T04:05:12.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:12 smithi110 bash[28336]: audit 2023-12-06T04:05:11.621283+0000 mon.smithi073 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:05:12.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:12 smithi110 bash[28336]: audit 2023-12-06T04:05:11.621844+0000 mon.smithi073 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:12.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:12 smithi110 bash[28336]: audit 2023-12-06T04:05:11.622324+0000 mon.smithi073 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:05:12.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:12 smithi110 bash[28336]: audit 2023-12-06T04:05:11.622729+0000 mon.smithi073 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:12.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:12 smithi110 bash[28336]: audit 2023-12-06T04:05:11.623268+0000 mon.smithi073 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:12.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:12 smithi110 bash[28336]: audit 2023-12-06T04:05:11.623776+0000 mon.smithi073 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:12.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:12 smithi110 bash[28336]: audit 2023-12-06T04:05:11.627555+0000 mon.smithi073 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:12.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:12 smithi110 bash[28336]: audit 2023-12-06T04:05:11.627846+0000 mon.smithi073 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:12.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:12 smithi110 bash[28336]: audit 2023-12-06T04:05:11.628667+0000 mon.smithi073 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:05:12.949 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:12 smithi110 bash[28336]: cluster 2023-12-06T04:05:12.015979+0000 mgr.smithi073.zlngfn (mgr.14182) 107 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:05:13.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:13 smithi110 bash[28336]: cluster 2023-12-06T04:05:11.281517+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:05:13.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:13 smithi110 bash[28336]: cluster 2023-12-06T04:05:11.281630+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:05:13.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:13 smithi110 bash[28336]: cluster 2023-12-06T04:05:12.630633+0000 mon.smithi073 (mon.0) 371 : cluster [INF] osd.0 [v2:172.21.15.110:6800/3018011610,v1:172.21.15.110:6801/3018011610] boot 2023-12-06T04:05:13.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:13 smithi110 bash[28336]: cluster 2023-12-06T04:05:12.630704+0000 mon.smithi073 (mon.0) 372 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-06T04:05:13.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:13 smithi110 bash[28336]: audit 2023-12-06T04:05:12.631287+0000 mon.smithi073 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:05:13.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:13 smithi110 bash[28336]: audit 2023-12-06T04:05:12.631647+0000 mon.smithi073 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:13.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:13 smithi110 bash[28336]: audit 2023-12-06T04:05:12.631891+0000 mon.smithi073 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:05:13.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:13 smithi110 bash[28336]: audit 2023-12-06T04:05:12.632376+0000 mon.smithi073 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:13.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:13 smithi110 bash[28336]: audit 2023-12-06T04:05:12.632582+0000 mon.smithi073 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:13.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:13 smithi110 bash[28336]: audit 2023-12-06T04:05:12.636804+0000 mon.smithi073 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:13.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:13 smithi110 bash[28336]: audit 2023-12-06T04:05:12.637027+0000 mon.smithi073 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:13.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:13 smithi110 bash[28336]: audit 2023-12-06T04:05:12.637269+0000 mon.smithi073 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:13.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:13 smithi110 bash[28336]: audit 2023-12-06T04:05:13.214133+0000 mon.smithi073 (mon.0) 381 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:13.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:13 smithi110 bash[28336]: audit 2023-12-06T04:05:13.216809+0000 mon.smithi073 (mon.0) 382 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T04:05:13.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:13 smithi110 bash[28336]: audit 2023-12-06T04:05:13.217905+0000 mon.smithi073 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:05:13.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:13 smithi110 bash[28336]: cephadm 2023-12-06T04:05:13.218788+0000 mgr.smithi073.zlngfn (mgr.14182) 108 : cephadm [INF] Deploying daemon osd.6 on smithi110 2023-12-06T04:05:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:13 smithi073 bash[24935]: cluster 2023-12-06T04:05:11.281517+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:05:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:13 smithi073 bash[24935]: cluster 2023-12-06T04:05:11.281630+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:05:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:13 smithi073 bash[24935]: cluster 2023-12-06T04:05:12.630633+0000 mon.smithi073 (mon.0) 371 : cluster [INF] osd.0 [v2:172.21.15.110:6800/3018011610,v1:172.21.15.110:6801/3018011610] boot 2023-12-06T04:05:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:13 smithi073 bash[24935]: cluster 2023-12-06T04:05:12.630704+0000 mon.smithi073 (mon.0) 372 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-06T04:05:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:13 smithi073 bash[24935]: audit 2023-12-06T04:05:12.631287+0000 mon.smithi073 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:05:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:13 smithi073 bash[24935]: audit 2023-12-06T04:05:12.631647+0000 mon.smithi073 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:13 smithi073 bash[24935]: audit 2023-12-06T04:05:12.631891+0000 mon.smithi073 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:05:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:13 smithi073 bash[24935]: audit 2023-12-06T04:05:12.632376+0000 mon.smithi073 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:13 smithi073 bash[24935]: audit 2023-12-06T04:05:12.632582+0000 mon.smithi073 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:14.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:13 smithi073 bash[24935]: audit 2023-12-06T04:05:12.636804+0000 mon.smithi073 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:14.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:13 smithi073 bash[24935]: audit 2023-12-06T04:05:12.637027+0000 mon.smithi073 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:14.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:13 smithi073 bash[24935]: audit 2023-12-06T04:05:12.637269+0000 mon.smithi073 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:14.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:13 smithi073 bash[24935]: audit 2023-12-06T04:05:13.214133+0000 mon.smithi073 (mon.0) 381 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:14.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:13 smithi073 bash[24935]: audit 2023-12-06T04:05:13.216809+0000 mon.smithi073 (mon.0) 382 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T04:05:14.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:13 smithi073 bash[24935]: audit 2023-12-06T04:05:13.217905+0000 mon.smithi073 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:05:14.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:13 smithi073 bash[24935]: cephadm 2023-12-06T04:05:13.218788+0000 mgr.smithi073.zlngfn (mgr.14182) 108 : cephadm [INF] Deploying daemon osd.6 on smithi110 2023-12-06T04:05:15.250 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:15 smithi073 bash[24935]: cluster 2023-12-06T04:05:14.016484+0000 mgr.smithi073.zlngfn (mgr.14182) 109 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-06T04:05:15.250 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:15 smithi073 bash[24935]: cluster 2023-12-06T04:05:14.216710+0000 mon.smithi073 (mon.0) 384 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-06T04:05:15.250 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:15 smithi073 bash[24935]: audit 2023-12-06T04:05:14.216970+0000 mon.smithi073 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:15.250 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:15 smithi073 bash[24935]: audit 2023-12-06T04:05:14.217603+0000 mon.smithi073 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:05:15.250 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:15 smithi073 bash[24935]: audit 2023-12-06T04:05:14.218038+0000 mon.smithi073 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:15.250 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:15 smithi073 bash[24935]: audit 2023-12-06T04:05:14.218382+0000 mon.smithi073 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:15.250 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:15 smithi073 bash[24935]: audit 2023-12-06T04:05:14.218685+0000 mon.smithi073 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:15.250 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:15 smithi073 bash[24935]: audit 2023-12-06T04:05:14.218975+0000 mon.smithi073 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:15.250 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:15 smithi073 bash[24935]: audit 2023-12-06T04:05:14.219276+0000 mon.smithi073 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:15.624 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:15 smithi110 bash[28336]: cluster 2023-12-06T04:05:14.016484+0000 mgr.smithi073.zlngfn (mgr.14182) 109 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-06T04:05:15.624 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:15 smithi110 bash[28336]: cluster 2023-12-06T04:05:14.216710+0000 mon.smithi073 (mon.0) 384 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-06T04:05:15.624 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:15 smithi110 bash[28336]: audit 2023-12-06T04:05:14.216970+0000 mon.smithi073 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:15.624 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:15 smithi110 bash[28336]: audit 2023-12-06T04:05:14.217603+0000 mon.smithi073 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:05:15.624 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:15 smithi110 bash[28336]: audit 2023-12-06T04:05:14.218038+0000 mon.smithi073 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:15.624 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:15 smithi110 bash[28336]: audit 2023-12-06T04:05:14.218382+0000 mon.smithi073 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:15.624 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:15 smithi110 bash[28336]: audit 2023-12-06T04:05:14.218685+0000 mon.smithi073 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:15.625 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:15 smithi110 bash[28336]: audit 2023-12-06T04:05:14.218975+0000 mon.smithi073 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:15.625 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:15 smithi110 bash[28336]: audit 2023-12-06T04:05:14.219276+0000 mon.smithi073 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:15.698 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:05:16.377 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1701835512,"num_in_osds":8,"osd_in_since":1701835488,"num_remapped_pgs":0} 2023-12-06T04:05:16.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:16 smithi073 bash[24935]: audit 2023-12-06T04:05:15.626705+0000 mon.smithi110 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.110:6808/1266217210,v1:172.21.15.110:6809/1266217210]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T04:05:16.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:16 smithi073 bash[24935]: audit 2023-12-06T04:05:15.627437+0000 mon.smithi073 (mon.0) 392 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T04:05:16.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:16 smithi073 bash[24935]: audit 2023-12-06T04:05:15.697111+0000 mon.smithi073 (mon.0) 393 : audit [DBG] from='client.? 172.21.15.73:0/2962192261' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:05:16.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:16 smithi110 bash[28336]: audit 2023-12-06T04:05:15.626705+0000 mon.smithi110 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.110:6808/1266217210,v1:172.21.15.110:6809/1266217210]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T04:05:16.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:16 smithi110 bash[28336]: audit 2023-12-06T04:05:15.627437+0000 mon.smithi073 (mon.0) 392 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T04:05:16.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:16 smithi110 bash[28336]: audit 2023-12-06T04:05:15.697111+0000 mon.smithi073 (mon.0) 393 : audit [DBG] from='client.? 172.21.15.73:0/2962192261' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:05:17.378 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:05:17.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:17 smithi110 bash[28336]: cluster 2023-12-06T04:05:16.016954+0000 mgr.smithi073.zlngfn (mgr.14182) 110 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-06T04:05:17.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:17 smithi110 bash[28336]: audit 2023-12-06T04:05:16.226327+0000 mon.smithi073 (mon.0) 394 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T04:05:17.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:17 smithi110 bash[28336]: cluster 2023-12-06T04:05:16.226404+0000 mon.smithi073 (mon.0) 395 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-06T04:05:17.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:17 smithi110 bash[28336]: audit 2023-12-06T04:05:16.226660+0000 mon.smithi073 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:17.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:17 smithi110 bash[28336]: audit 2023-12-06T04:05:16.227065+0000 mon.smithi110 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.110:6808/1266217210,v1:172.21.15.110:6809/1266217210]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-12-06T04:05:17.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:17 smithi110 bash[28336]: audit 2023-12-06T04:05:16.227431+0000 mon.smithi073 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:05:17.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:17 smithi110 bash[28336]: audit 2023-12-06T04:05:16.228113+0000 mon.smithi073 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:17.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:17 smithi110 bash[28336]: audit 2023-12-06T04:05:16.228591+0000 mon.smithi073 (mon.0) 399 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-12-06T04:05:17.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:17 smithi110 bash[28336]: audit 2023-12-06T04:05:16.229069+0000 mon.smithi073 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:17.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:17 smithi110 bash[28336]: audit 2023-12-06T04:05:16.229508+0000 mon.smithi073 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:17.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:17 smithi110 bash[28336]: audit 2023-12-06T04:05:16.229692+0000 mon.smithi073 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:17.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:17 smithi110 bash[28336]: audit 2023-12-06T04:05:16.229874+0000 mon.smithi073 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:17.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:17 smithi110 bash[28336]: audit 2023-12-06T04:05:16.401273+0000 mon.smithi073 (mon.0) 404 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:17.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:17 smithi110 bash[28336]: audit 2023-12-06T04:05:16.403001+0000 mon.smithi073 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T04:05:17.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:17 smithi110 bash[28336]: audit 2023-12-06T04:05:16.404299+0000 mon.smithi073 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:05:17.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:17 smithi073 bash[24935]: cluster 2023-12-06T04:05:16.016954+0000 mgr.smithi073.zlngfn (mgr.14182) 110 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-06T04:05:17.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:17 smithi073 bash[24935]: audit 2023-12-06T04:05:16.226327+0000 mon.smithi073 (mon.0) 394 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T04:05:17.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:17 smithi073 bash[24935]: cluster 2023-12-06T04:05:16.226404+0000 mon.smithi073 (mon.0) 395 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-06T04:05:17.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:17 smithi073 bash[24935]: audit 2023-12-06T04:05:16.226660+0000 mon.smithi073 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:17.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:17 smithi073 bash[24935]: audit 2023-12-06T04:05:16.227065+0000 mon.smithi110 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.110:6808/1266217210,v1:172.21.15.110:6809/1266217210]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-12-06T04:05:17.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:17 smithi073 bash[24935]: audit 2023-12-06T04:05:16.227431+0000 mon.smithi073 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:05:17.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:17 smithi073 bash[24935]: audit 2023-12-06T04:05:16.228113+0000 mon.smithi073 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:17.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:17 smithi073 bash[24935]: audit 2023-12-06T04:05:16.228591+0000 mon.smithi073 (mon.0) 399 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-12-06T04:05:17.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:17 smithi073 bash[24935]: audit 2023-12-06T04:05:16.229069+0000 mon.smithi073 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:17.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:17 smithi073 bash[24935]: audit 2023-12-06T04:05:16.229508+0000 mon.smithi073 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:17.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:17 smithi073 bash[24935]: audit 2023-12-06T04:05:16.229692+0000 mon.smithi073 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:17.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:17 smithi073 bash[24935]: audit 2023-12-06T04:05:16.229874+0000 mon.smithi073 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:17.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:17 smithi073 bash[24935]: audit 2023-12-06T04:05:16.401273+0000 mon.smithi073 (mon.0) 404 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:17.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:17 smithi073 bash[24935]: audit 2023-12-06T04:05:16.403001+0000 mon.smithi073 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T04:05:17.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:17 smithi073 bash[24935]: audit 2023-12-06T04:05:16.404299+0000 mon.smithi073 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:05:18.395 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:18 smithi110 bash[28336]: cephadm 2023-12-06T04:05:16.405484+0000 mgr.smithi073.zlngfn (mgr.14182) 111 : cephadm [INF] Deploying daemon osd.5 on smithi073 2023-12-06T04:05:18.395 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:18 smithi110 bash[28336]: audit 2023-12-06T04:05:17.226877+0000 mon.smithi073 (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-12-06T04:05:18.395 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:18 smithi110 bash[28336]: cluster 2023-12-06T04:05:17.226972+0000 mon.smithi073 (mon.0) 408 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-06T04:05:18.395 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:18 smithi110 bash[28336]: audit 2023-12-06T04:05:17.227516+0000 mon.smithi073 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:18.395 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:18 smithi110 bash[28336]: audit 2023-12-06T04:05:17.228387+0000 mon.smithi073 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:05:18.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:18 smithi110 bash[28336]: audit 2023-12-06T04:05:17.228942+0000 mon.smithi073 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:18.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:18 smithi110 bash[28336]: audit 2023-12-06T04:05:17.233887+0000 mon.smithi073 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:18.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:18 smithi110 bash[28336]: audit 2023-12-06T04:05:17.234281+0000 mon.smithi073 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:18.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:18 smithi110 bash[28336]: audit 2023-12-06T04:05:17.234593+0000 mon.smithi073 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:18.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:18 smithi110 bash[28336]: audit 2023-12-06T04:05:17.234883+0000 mon.smithi073 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:18.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:18 smithi110 bash[28336]: audit 2023-12-06T04:05:17.235208+0000 mon.smithi073 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:05:18.531 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:18 smithi073 bash[24935]: cephadm 2023-12-06T04:05:16.405484+0000 mgr.smithi073.zlngfn (mgr.14182) 111 : cephadm [INF] Deploying daemon osd.5 on smithi073 2023-12-06T04:05:18.531 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:18 smithi073 bash[24935]: audit 2023-12-06T04:05:17.226877+0000 mon.smithi073 (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-12-06T04:05:18.531 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:18 smithi073 bash[24935]: cluster 2023-12-06T04:05:17.226972+0000 mon.smithi073 (mon.0) 408 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-06T04:05:18.531 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:18 smithi073 bash[24935]: audit 2023-12-06T04:05:17.227516+0000 mon.smithi073 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:18.531 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:18 smithi073 bash[24935]: audit 2023-12-06T04:05:17.228387+0000 mon.smithi073 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:05:18.531 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:18 smithi073 bash[24935]: audit 2023-12-06T04:05:17.228942+0000 mon.smithi073 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:18.531 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:18 smithi073 bash[24935]: audit 2023-12-06T04:05:17.233887+0000 mon.smithi073 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:18.531 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:18 smithi073 bash[24935]: audit 2023-12-06T04:05:17.234281+0000 mon.smithi073 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:18.531 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:18 smithi073 bash[24935]: audit 2023-12-06T04:05:17.234593+0000 mon.smithi073 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:18.532 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:18 smithi073 bash[24935]: audit 2023-12-06T04:05:17.234883+0000 mon.smithi073 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:18.532 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:18 smithi073 bash[24935]: audit 2023-12-06T04:05:17.235208+0000 mon.smithi073 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:05:19.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:19 smithi073 bash[24935]: cluster 2023-12-06T04:05:16.599513+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:05:19.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:19 smithi073 bash[24935]: cluster 2023-12-06T04:05:16.599601+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:05:19.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:19 smithi073 bash[24935]: cluster 2023-12-06T04:05:18.017435+0000 mgr.smithi073.zlngfn (mgr.14182) 112 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-06T04:05:19.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:19 smithi073 bash[24935]: cluster 2023-12-06T04:05:18.235278+0000 mon.smithi073 (mon.0) 417 : cluster [INF] osd.2 [v2:172.21.15.110:6808/1266217210,v1:172.21.15.110:6809/1266217210] boot 2023-12-06T04:05:19.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:19 smithi073 bash[24935]: cluster 2023-12-06T04:05:18.235337+0000 mon.smithi073 (mon.0) 418 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-06T04:05:19.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:19 smithi073 bash[24935]: audit 2023-12-06T04:05:18.235920+0000 mon.smithi073 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:19.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:19 smithi073 bash[24935]: audit 2023-12-06T04:05:18.236530+0000 mon.smithi073 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:05:19.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:19 smithi073 bash[24935]: audit 2023-12-06T04:05:18.237086+0000 mon.smithi073 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:19.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:19 smithi073 bash[24935]: audit 2023-12-06T04:05:18.242785+0000 mon.smithi073 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:19.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:19 smithi073 bash[24935]: audit 2023-12-06T04:05:18.243001+0000 mon.smithi073 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:19.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:19 smithi073 bash[24935]: audit 2023-12-06T04:05:18.243195+0000 mon.smithi073 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:19.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:19 smithi073 bash[24935]: audit 2023-12-06T04:05:18.243493+0000 mon.smithi073 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:19.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:19 smithi073 bash[24935]: audit 2023-12-06T04:05:18.661772+0000 mon.smithi073 (mon.0) 426 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:19.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:19 smithi073 bash[24935]: audit 2023-12-06T04:05:19.158328+0000 mon.smithi073 (mon.0) 427 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/3667255461,v1:172.21.15.73:6803/3667255461]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T04:05:19.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:19 smithi110 bash[28336]: cluster 2023-12-06T04:05:16.599513+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:05:19.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:19 smithi110 bash[28336]: cluster 2023-12-06T04:05:16.599601+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:05:19.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:19 smithi110 bash[28336]: cluster 2023-12-06T04:05:18.017435+0000 mgr.smithi073.zlngfn (mgr.14182) 112 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-06T04:05:19.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:19 smithi110 bash[28336]: cluster 2023-12-06T04:05:18.235278+0000 mon.smithi073 (mon.0) 417 : cluster [INF] osd.2 [v2:172.21.15.110:6808/1266217210,v1:172.21.15.110:6809/1266217210] boot 2023-12-06T04:05:19.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:19 smithi110 bash[28336]: cluster 2023-12-06T04:05:18.235337+0000 mon.smithi073 (mon.0) 418 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-06T04:05:19.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:19 smithi110 bash[28336]: audit 2023-12-06T04:05:18.235920+0000 mon.smithi073 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:19.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:19 smithi110 bash[28336]: audit 2023-12-06T04:05:18.236530+0000 mon.smithi073 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:05:19.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:19 smithi110 bash[28336]: audit 2023-12-06T04:05:18.237086+0000 mon.smithi073 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:19.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:19 smithi110 bash[28336]: audit 2023-12-06T04:05:18.242785+0000 mon.smithi073 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:19.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:19 smithi110 bash[28336]: audit 2023-12-06T04:05:18.243001+0000 mon.smithi073 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:19.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:19 smithi110 bash[28336]: audit 2023-12-06T04:05:18.243195+0000 mon.smithi073 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:19.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:19 smithi110 bash[28336]: audit 2023-12-06T04:05:18.243493+0000 mon.smithi073 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:19.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:19 smithi110 bash[28336]: audit 2023-12-06T04:05:18.661772+0000 mon.smithi073 (mon.0) 426 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:19.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:19 smithi110 bash[28336]: audit 2023-12-06T04:05:19.158328+0000 mon.smithi073 (mon.0) 427 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/3667255461,v1:172.21.15.73:6803/3667255461]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T04:05:20.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:20 smithi110 bash[28336]: audit 2023-12-06T04:05:19.251051+0000 mon.smithi073 (mon.0) 428 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/3667255461,v1:172.21.15.73:6803/3667255461]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T04:05:20.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:20 smithi110 bash[28336]: cluster 2023-12-06T04:05:19.251123+0000 mon.smithi073 (mon.0) 429 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-12-06T04:05:20.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:20 smithi110 bash[28336]: audit 2023-12-06T04:05:19.251304+0000 mon.smithi073 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:20.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:20 smithi110 bash[28336]: audit 2023-12-06T04:05:19.251886+0000 mon.smithi073 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:20.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:20 smithi110 bash[28336]: audit 2023-12-06T04:05:19.252225+0000 mon.smithi073 (mon.0) 432 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/3667255461,v1:172.21.15.73:6803/3667255461]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-06T04:05:20.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:20 smithi110 bash[28336]: audit 2023-12-06T04:05:19.252623+0000 mon.smithi073 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:20.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:20 smithi110 bash[28336]: audit 2023-12-06T04:05:19.252986+0000 mon.smithi073 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:20.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:20 smithi110 bash[28336]: audit 2023-12-06T04:05:19.253333+0000 mon.smithi073 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:20.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:20 smithi110 bash[28336]: audit 2023-12-06T04:05:19.253627+0000 mon.smithi073 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:20.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:20 smithi073 bash[24935]: audit 2023-12-06T04:05:19.251051+0000 mon.smithi073 (mon.0) 428 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/3667255461,v1:172.21.15.73:6803/3667255461]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T04:05:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:20 smithi073 bash[24935]: cluster 2023-12-06T04:05:19.251123+0000 mon.smithi073 (mon.0) 429 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-12-06T04:05:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:20 smithi073 bash[24935]: audit 2023-12-06T04:05:19.251304+0000 mon.smithi073 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:20 smithi073 bash[24935]: audit 2023-12-06T04:05:19.251886+0000 mon.smithi073 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:20 smithi073 bash[24935]: audit 2023-12-06T04:05:19.252225+0000 mon.smithi073 (mon.0) 432 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/3667255461,v1:172.21.15.73:6803/3667255461]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-06T04:05:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:20 smithi073 bash[24935]: audit 2023-12-06T04:05:19.252623+0000 mon.smithi073 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:20 smithi073 bash[24935]: audit 2023-12-06T04:05:19.252986+0000 mon.smithi073 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:20.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:20 smithi073 bash[24935]: audit 2023-12-06T04:05:19.253333+0000 mon.smithi073 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:20.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:20 smithi073 bash[24935]: audit 2023-12-06T04:05:19.253627+0000 mon.smithi073 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:21.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:21 smithi110 bash[28336]: cluster 2023-12-06T04:05:20.017930+0000 mgr.smithi073.zlngfn (mgr.14182) 113 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-06T04:05:21.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:21 smithi110 bash[28336]: audit 2023-12-06T04:05:20.254616+0000 mon.smithi073 (mon.0) 437 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/3667255461,v1:172.21.15.73:6803/3667255461]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-12-06T04:05:21.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:21 smithi110 bash[28336]: cluster 2023-12-06T04:05:20.254775+0000 mon.smithi073 (mon.0) 438 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-12-06T04:05:21.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:21 smithi110 bash[28336]: audit 2023-12-06T04:05:20.255370+0000 mon.smithi073 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:21.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:21 smithi110 bash[28336]: audit 2023-12-06T04:05:20.255752+0000 mon.smithi073 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:21.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:21 smithi110 bash[28336]: audit 2023-12-06T04:05:20.256362+0000 mon.smithi073 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:21.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:21 smithi110 bash[28336]: audit 2023-12-06T04:05:20.256720+0000 mon.smithi073 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:21.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:21 smithi110 bash[28336]: audit 2023-12-06T04:05:20.256994+0000 mon.smithi073 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:21.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:21 smithi110 bash[28336]: audit 2023-12-06T04:05:20.257293+0000 mon.smithi073 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:21.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:21 smithi110 bash[28336]: audit 2023-12-06T04:05:20.263386+0000 mon.smithi073 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:21.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:21 smithi073 bash[24935]: cluster 2023-12-06T04:05:20.017930+0000 mgr.smithi073.zlngfn (mgr.14182) 113 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-06T04:05:21.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:21 smithi073 bash[24935]: audit 2023-12-06T04:05:20.254616+0000 mon.smithi073 (mon.0) 437 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/3667255461,v1:172.21.15.73:6803/3667255461]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-12-06T04:05:21.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:21 smithi073 bash[24935]: cluster 2023-12-06T04:05:20.254775+0000 mon.smithi073 (mon.0) 438 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-12-06T04:05:21.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:21 smithi073 bash[24935]: audit 2023-12-06T04:05:20.255370+0000 mon.smithi073 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:21.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:21 smithi073 bash[24935]: audit 2023-12-06T04:05:20.255752+0000 mon.smithi073 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:21.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:21 smithi073 bash[24935]: audit 2023-12-06T04:05:20.256362+0000 mon.smithi073 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:21.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:21 smithi073 bash[24935]: audit 2023-12-06T04:05:20.256720+0000 mon.smithi073 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:21.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:21 smithi073 bash[24935]: audit 2023-12-06T04:05:20.256994+0000 mon.smithi073 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:21.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:21 smithi073 bash[24935]: audit 2023-12-06T04:05:20.257293+0000 mon.smithi073 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:21.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:21 smithi073 bash[24935]: audit 2023-12-06T04:05:20.263386+0000 mon.smithi073 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:22.254 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:05:22.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:22 smithi110 bash[28336]: cluster 2023-12-06T04:05:20.156783+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:05:22.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:22 smithi110 bash[28336]: cluster 2023-12-06T04:05:20.156868+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:05:22.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:22 smithi110 bash[28336]: audit 2023-12-06T04:05:21.260235+0000 mon.smithi073 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:22.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:22 smithi110 bash[28336]: cluster 2023-12-06T04:05:21.266067+0000 mon.smithi073 (mon.0) 447 : cluster [INF] osd.1 [v2:172.21.15.73:6802/3667255461,v1:172.21.15.73:6803/3667255461] boot 2023-12-06T04:05:22.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:22 smithi110 bash[28336]: cluster 2023-12-06T04:05:21.266142+0000 mon.smithi073 (mon.0) 448 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-06T04:05:22.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:22 smithi110 bash[28336]: audit 2023-12-06T04:05:21.266686+0000 mon.smithi073 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:22.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:22 smithi110 bash[28336]: audit 2023-12-06T04:05:21.267097+0000 mon.smithi073 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:22.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:22 smithi110 bash[28336]: audit 2023-12-06T04:05:21.267332+0000 mon.smithi073 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:22.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:22 smithi110 bash[28336]: audit 2023-12-06T04:05:21.267655+0000 mon.smithi073 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:22.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:22 smithi110 bash[28336]: audit 2023-12-06T04:05:21.271769+0000 mon.smithi073 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:22.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:22 smithi110 bash[28336]: audit 2023-12-06T04:05:21.271999+0000 mon.smithi073 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:22.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:22 smithi110 bash[28336]: audit 2023-12-06T04:05:21.272340+0000 mon.smithi073 (mon.0) 455 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-06T04:05:22.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:22 smithi110 bash[28336]: audit 2023-12-06T04:05:21.449953+0000 mon.smithi110 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.110:6816/697337774,v1:172.21.15.110:6817/697337774]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T04:05:22.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:22 smithi110 bash[28336]: audit 2023-12-06T04:05:21.735448+0000 mon.smithi073 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T04:05:22.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:22 smithi110 bash[28336]: audit 2023-12-06T04:05:22.253799+0000 mon.smithi073 (mon.0) 457 : audit [DBG] from='client.? 172.21.15.73:0/129485268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:05:22.583 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:22 smithi073 bash[24935]: cluster 2023-12-06T04:05:20.156783+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:05:22.583 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:22 smithi073 bash[24935]: cluster 2023-12-06T04:05:20.156868+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:05:22.584 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:22 smithi073 bash[24935]: audit 2023-12-06T04:05:21.260235+0000 mon.smithi073 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:22.584 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:22 smithi073 bash[24935]: cluster 2023-12-06T04:05:21.266067+0000 mon.smithi073 (mon.0) 447 : cluster [INF] osd.1 [v2:172.21.15.73:6802/3667255461,v1:172.21.15.73:6803/3667255461] boot 2023-12-06T04:05:22.584 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:22 smithi073 bash[24935]: cluster 2023-12-06T04:05:21.266142+0000 mon.smithi073 (mon.0) 448 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-06T04:05:22.584 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:22 smithi073 bash[24935]: audit 2023-12-06T04:05:21.266686+0000 mon.smithi073 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:05:22.584 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:22 smithi073 bash[24935]: audit 2023-12-06T04:05:21.267097+0000 mon.smithi073 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:22.584 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:22 smithi073 bash[24935]: audit 2023-12-06T04:05:21.267332+0000 mon.smithi073 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:22.584 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:22 smithi073 bash[24935]: audit 2023-12-06T04:05:21.267655+0000 mon.smithi073 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:22.584 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:22 smithi073 bash[24935]: audit 2023-12-06T04:05:21.271769+0000 mon.smithi073 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:22.584 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:22 smithi073 bash[24935]: audit 2023-12-06T04:05:21.271999+0000 mon.smithi073 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:22.584 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:22 smithi073 bash[24935]: audit 2023-12-06T04:05:21.272340+0000 mon.smithi073 (mon.0) 455 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-06T04:05:22.584 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:22 smithi073 bash[24935]: audit 2023-12-06T04:05:21.449953+0000 mon.smithi110 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.110:6816/697337774,v1:172.21.15.110:6817/697337774]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T04:05:22.584 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:22 smithi073 bash[24935]: audit 2023-12-06T04:05:21.735448+0000 mon.smithi073 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T04:05:22.584 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:22 smithi073 bash[24935]: audit 2023-12-06T04:05:22.253799+0000 mon.smithi073 (mon.0) 457 : audit [DBG] from='client.? 172.21.15.73:0/129485268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:05:23.308 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1701835521,"num_in_osds":8,"osd_in_since":1701835488,"num_remapped_pgs":0} 2023-12-06T04:05:23.507 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:23 smithi073 bash[24935]: cluster 2023-12-06T04:05:22.018254+0000 mgr.smithi073.zlngfn (mgr.14182) 114 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-06T04:05:23.507 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:23 smithi073 bash[24935]: audit 2023-12-06T04:05:22.278479+0000 mon.smithi073 (mon.0) 458 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-06T04:05:23.507 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:23 smithi073 bash[24935]: audit 2023-12-06T04:05:22.278542+0000 mon.smithi073 (mon.0) 459 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T04:05:23.507 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:23 smithi073 bash[24935]: cluster 2023-12-06T04:05:22.278596+0000 mon.smithi073 (mon.0) 460 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-06T04:05:23.507 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:23 smithi073 bash[24935]: audit 2023-12-06T04:05:22.279045+0000 mon.smithi073 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:23.507 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:23 smithi073 bash[24935]: audit 2023-12-06T04:05:22.279485+0000 mon.smithi073 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:23.508 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:23 smithi073 bash[24935]: audit 2023-12-06T04:05:22.279921+0000 mon.smithi073 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:23.508 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:23 smithi073 bash[24935]: audit 2023-12-06T04:05:22.280155+0000 mon.smithi073 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:23.508 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:23 smithi073 bash[24935]: audit 2023-12-06T04:05:22.280423+0000 mon.smithi073 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:23.508 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:23 smithi073 bash[24935]: audit 2023-12-06T04:05:22.280882+0000 mon.smithi110 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.110:6816/697337774,v1:172.21.15.110:6817/697337774]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-12-06T04:05:23.508 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:23 smithi073 bash[24935]: audit 2023-12-06T04:05:22.281189+0000 mon.smithi073 (mon.0) 466 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-06T04:05:23.508 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:23 smithi073 bash[24935]: audit 2023-12-06T04:05:22.281615+0000 mon.smithi073 (mon.0) 467 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-12-06T04:05:23.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:23 smithi110 bash[28336]: cluster 2023-12-06T04:05:22.018254+0000 mgr.smithi073.zlngfn (mgr.14182) 114 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-06T04:05:23.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:23 smithi110 bash[28336]: audit 2023-12-06T04:05:22.278479+0000 mon.smithi073 (mon.0) 458 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-06T04:05:23.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:23 smithi110 bash[28336]: audit 2023-12-06T04:05:22.278542+0000 mon.smithi073 (mon.0) 459 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T04:05:23.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:23 smithi110 bash[28336]: cluster 2023-12-06T04:05:22.278596+0000 mon.smithi073 (mon.0) 460 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-06T04:05:23.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:23 smithi110 bash[28336]: audit 2023-12-06T04:05:22.279045+0000 mon.smithi073 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:23.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:23 smithi110 bash[28336]: audit 2023-12-06T04:05:22.279485+0000 mon.smithi073 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:23.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:23 smithi110 bash[28336]: audit 2023-12-06T04:05:22.279921+0000 mon.smithi073 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:23.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:23 smithi110 bash[28336]: audit 2023-12-06T04:05:22.280155+0000 mon.smithi073 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:23.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:23 smithi110 bash[28336]: audit 2023-12-06T04:05:22.280423+0000 mon.smithi073 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:23.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:23 smithi110 bash[28336]: audit 2023-12-06T04:05:22.280882+0000 mon.smithi110 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.110:6816/697337774,v1:172.21.15.110:6817/697337774]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-12-06T04:05:23.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:23 smithi110 bash[28336]: audit 2023-12-06T04:05:22.281189+0000 mon.smithi073 (mon.0) 466 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-06T04:05:23.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:23 smithi110 bash[28336]: audit 2023-12-06T04:05:22.281615+0000 mon.smithi073 (mon.0) 467 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-12-06T04:05:24.310 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:05:24.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:24 smithi073 bash[24935]: audit 2023-12-06T04:05:23.282029+0000 mon.smithi073 (mon.0) 468 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-06T04:05:24.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:24 smithi073 bash[24935]: audit 2023-12-06T04:05:23.282127+0000 mon.smithi073 (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=smithi110", "root=default"]}]': finished 2023-12-06T04:05:24.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:24 smithi073 bash[24935]: cluster 2023-12-06T04:05:23.282278+0000 mon.smithi073 (mon.0) 470 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-12-06T04:05:24.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:24 smithi073 bash[24935]: audit 2023-12-06T04:05:23.282782+0000 mon.smithi073 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:24.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:24 smithi073 bash[24935]: audit 2023-12-06T04:05:23.283180+0000 mon.smithi073 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:24.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:24 smithi073 bash[24935]: audit 2023-12-06T04:05:23.283521+0000 mon.smithi073 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:24.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:24 smithi073 bash[24935]: audit 2023-12-06T04:05:23.283845+0000 mon.smithi073 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:24.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:24 smithi073 bash[24935]: audit 2023-12-06T04:05:23.284050+0000 mon.smithi073 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:24.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:24 smithi073 bash[24935]: audit 2023-12-06T04:05:23.289907+0000 mon.smithi073 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:24.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:24 smithi073 bash[24935]: audit 2023-12-06T04:05:23.481374+0000 mon.smithi073 (mon.0) 477 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:24.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:24 smithi073 bash[24935]: audit 2023-12-06T04:05:23.482848+0000 mon.smithi073 (mon.0) 478 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T04:05:24.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:24 smithi073 bash[24935]: audit 2023-12-06T04:05:23.483971+0000 mon.smithi073 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:05:24.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:24 smithi073 bash[24935]: cluster 2023-12-06T04:05:24.283559+0000 mon.smithi073 (mon.0) 480 : cluster [INF] osd.4 [v2:172.21.15.110:6816/697337774,v1:172.21.15.110:6817/697337774] boot 2023-12-06T04:05:24.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:24 smithi073 bash[24935]: cluster 2023-12-06T04:05:24.283592+0000 mon.smithi073 (mon.0) 481 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-06T04:05:24.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:24 smithi073 bash[24935]: audit 2023-12-06T04:05:24.283815+0000 mon.smithi073 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:24.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:24 smithi073 bash[24935]: audit 2023-12-06T04:05:24.284561+0000 mon.smithi073 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:24.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:24 smithi110 bash[28336]: audit 2023-12-06T04:05:23.282029+0000 mon.smithi073 (mon.0) 468 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-06T04:05:24.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:24 smithi110 bash[28336]: audit 2023-12-06T04:05:23.282127+0000 mon.smithi073 (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=smithi110", "root=default"]}]': finished 2023-12-06T04:05:24.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:24 smithi110 bash[28336]: cluster 2023-12-06T04:05:23.282278+0000 mon.smithi073 (mon.0) 470 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-12-06T04:05:24.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:24 smithi110 bash[28336]: audit 2023-12-06T04:05:23.282782+0000 mon.smithi073 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:24.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:24 smithi110 bash[28336]: audit 2023-12-06T04:05:23.283180+0000 mon.smithi073 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:24.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:24 smithi110 bash[28336]: audit 2023-12-06T04:05:23.283521+0000 mon.smithi073 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:24.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:24 smithi110 bash[28336]: audit 2023-12-06T04:05:23.283845+0000 mon.smithi073 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:24.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:24 smithi110 bash[28336]: audit 2023-12-06T04:05:23.284050+0000 mon.smithi073 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:24.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:24 smithi110 bash[28336]: audit 2023-12-06T04:05:23.289907+0000 mon.smithi073 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:24.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:24 smithi110 bash[28336]: audit 2023-12-06T04:05:23.481374+0000 mon.smithi073 (mon.0) 477 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:24.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:24 smithi110 bash[28336]: audit 2023-12-06T04:05:23.482848+0000 mon.smithi073 (mon.0) 478 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T04:05:24.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:24 smithi110 bash[28336]: audit 2023-12-06T04:05:23.483971+0000 mon.smithi073 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:05:24.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:24 smithi110 bash[28336]: cluster 2023-12-06T04:05:24.283559+0000 mon.smithi073 (mon.0) 480 : cluster [INF] osd.4 [v2:172.21.15.110:6816/697337774,v1:172.21.15.110:6817/697337774] boot 2023-12-06T04:05:24.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:24 smithi110 bash[28336]: cluster 2023-12-06T04:05:24.283592+0000 mon.smithi073 (mon.0) 481 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-06T04:05:24.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:24 smithi110 bash[28336]: audit 2023-12-06T04:05:24.283815+0000 mon.smithi073 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:24.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:24 smithi110 bash[28336]: audit 2023-12-06T04:05:24.284561+0000 mon.smithi073 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:05:25.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:25 smithi073 bash[24935]: cluster 2023-12-06T04:05:22.412136+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:05:25.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:25 smithi073 bash[24935]: cluster 2023-12-06T04:05:22.412216+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:05:25.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:25 smithi073 bash[24935]: cephadm 2023-12-06T04:05:23.484938+0000 mgr.smithi073.zlngfn (mgr.14182) 115 : cephadm [INF] Deploying daemon osd.7 on smithi073 2023-12-06T04:05:25.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:25 smithi073 bash[24935]: cluster 2023-12-06T04:05:24.018889+0000 mgr.smithi073.zlngfn (mgr.14182) 116 : cluster [DBG] pgmap v87: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-06T04:05:25.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:25 smithi073 bash[24935]: audit 2023-12-06T04:05:24.285167+0000 mon.smithi073 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:25.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:25 smithi073 bash[24935]: audit 2023-12-06T04:05:24.286132+0000 mon.smithi073 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:25.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:25 smithi073 bash[24935]: audit 2023-12-06T04:05:24.286615+0000 mon.smithi073 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:25.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:25 smithi110 bash[28336]: cluster 2023-12-06T04:05:22.412136+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:05:25.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:25 smithi110 bash[28336]: cluster 2023-12-06T04:05:22.412216+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:05:25.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:25 smithi110 bash[28336]: cephadm 2023-12-06T04:05:23.484938+0000 mgr.smithi073.zlngfn (mgr.14182) 115 : cephadm [INF] Deploying daemon osd.7 on smithi073 2023-12-06T04:05:25.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:25 smithi110 bash[28336]: cluster 2023-12-06T04:05:24.018889+0000 mgr.smithi073.zlngfn (mgr.14182) 116 : cluster [DBG] pgmap v87: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-06T04:05:25.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:25 smithi110 bash[28336]: audit 2023-12-06T04:05:24.285167+0000 mon.smithi073 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:25.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:25 smithi110 bash[28336]: audit 2023-12-06T04:05:24.286132+0000 mon.smithi073 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:25.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:25 smithi110 bash[28336]: audit 2023-12-06T04:05:24.286615+0000 mon.smithi073 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:26.510 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:26 smithi073 bash[24935]: cluster 2023-12-06T04:05:25.300560+0000 mon.smithi073 (mon.0) 487 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-06T04:05:26.510 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:26 smithi073 bash[24935]: audit 2023-12-06T04:05:25.300747+0000 mon.smithi073 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:26.510 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:26 smithi073 bash[24935]: audit 2023-12-06T04:05:25.301246+0000 mon.smithi073 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:26.510 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:26 smithi073 bash[24935]: audit 2023-12-06T04:05:25.301593+0000 mon.smithi073 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:26.511 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:26 smithi073 bash[24935]: audit 2023-12-06T04:05:25.301935+0000 mon.smithi073 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:26.511 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:26 smithi073 bash[24935]: audit 2023-12-06T04:05:25.641390+0000 mon.smithi110 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.110:6824/159648944,v1:172.21.15.110:6825/159648944]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T04:05:26.511 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:26 smithi073 bash[24935]: audit 2023-12-06T04:05:25.642231+0000 mon.smithi073 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T04:05:26.511 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:26 smithi073 bash[24935]: audit 2023-12-06T04:05:25.886485+0000 mon.smithi073 (mon.0) 493 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/2553590417,v1:172.21.15.73:6811/2553590417]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T04:05:26.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:26 smithi110 bash[28336]: cluster 2023-12-06T04:05:25.300560+0000 mon.smithi073 (mon.0) 487 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-06T04:05:26.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:26 smithi110 bash[28336]: audit 2023-12-06T04:05:25.300747+0000 mon.smithi073 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:26.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:26 smithi110 bash[28336]: audit 2023-12-06T04:05:25.301246+0000 mon.smithi073 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:26.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:26 smithi110 bash[28336]: audit 2023-12-06T04:05:25.301593+0000 mon.smithi073 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:26.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:26 smithi110 bash[28336]: audit 2023-12-06T04:05:25.301935+0000 mon.smithi073 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:26.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:26 smithi110 bash[28336]: audit 2023-12-06T04:05:25.641390+0000 mon.smithi110 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.110:6824/159648944,v1:172.21.15.110:6825/159648944]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T04:05:26.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:26 smithi110 bash[28336]: audit 2023-12-06T04:05:25.642231+0000 mon.smithi073 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T04:05:26.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:26 smithi110 bash[28336]: audit 2023-12-06T04:05:25.886485+0000 mon.smithi073 (mon.0) 493 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/2553590417,v1:172.21.15.73:6811/2553590417]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T04:05:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:27 smithi073 bash[24935]: cluster 2023-12-06T04:05:26.019470+0000 mgr.smithi073.zlngfn (mgr.14182) 117 : cluster [DBG] pgmap v90: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-06T04:05:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:27 smithi073 bash[24935]: audit 2023-12-06T04:05:26.305823+0000 mon.smithi073 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T04:05:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:27 smithi073 bash[24935]: audit 2023-12-06T04:05:26.305888+0000 mon.smithi073 (mon.0) 495 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/2553590417,v1:172.21.15.73:6811/2553590417]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T04:05:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:27 smithi073 bash[24935]: cluster 2023-12-06T04:05:26.305930+0000 mon.smithi073 (mon.0) 496 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2023-12-06T04:05:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:27 smithi073 bash[24935]: audit 2023-12-06T04:05:26.306215+0000 mon.smithi073 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:27 smithi073 bash[24935]: audit 2023-12-06T04:05:26.306624+0000 mon.smithi073 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:27 smithi073 bash[24935]: audit 2023-12-06T04:05:26.306831+0000 mon.smithi073 (mon.0) 499 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/2553590417,v1:172.21.15.73:6811/2553590417]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-06T04:05:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:27 smithi073 bash[24935]: audit 2023-12-06T04:05:26.307050+0000 mon.smithi073 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:27 smithi073 bash[24935]: audit 2023-12-06T04:05:26.307205+0000 mon.smithi073 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:27 smithi073 bash[24935]: audit 2023-12-06T04:05:26.308466+0000 mon.smithi110 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.110:6824/159648944,v1:172.21.15.110:6825/159648944]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-12-06T04:05:27.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:27 smithi073 bash[24935]: audit 2023-12-06T04:05:26.309096+0000 mon.smithi073 (mon.0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-12-06T04:05:27.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:27 smithi110 bash[28336]: cluster 2023-12-06T04:05:26.019470+0000 mgr.smithi073.zlngfn (mgr.14182) 117 : cluster [DBG] pgmap v90: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-06T04:05:27.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:27 smithi110 bash[28336]: audit 2023-12-06T04:05:26.305823+0000 mon.smithi073 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T04:05:27.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:27 smithi110 bash[28336]: audit 2023-12-06T04:05:26.305888+0000 mon.smithi073 (mon.0) 495 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/2553590417,v1:172.21.15.73:6811/2553590417]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T04:05:27.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:27 smithi110 bash[28336]: cluster 2023-12-06T04:05:26.305930+0000 mon.smithi073 (mon.0) 496 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2023-12-06T04:05:27.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:27 smithi110 bash[28336]: audit 2023-12-06T04:05:26.306215+0000 mon.smithi073 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:27.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:27 smithi110 bash[28336]: audit 2023-12-06T04:05:26.306624+0000 mon.smithi073 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:27.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:27 smithi110 bash[28336]: audit 2023-12-06T04:05:26.306831+0000 mon.smithi073 (mon.0) 499 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/2553590417,v1:172.21.15.73:6811/2553590417]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-06T04:05:27.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:27 smithi110 bash[28336]: audit 2023-12-06T04:05:26.307050+0000 mon.smithi073 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:27.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:27 smithi110 bash[28336]: audit 2023-12-06T04:05:26.307205+0000 mon.smithi073 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:27.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:27 smithi110 bash[28336]: audit 2023-12-06T04:05:26.308466+0000 mon.smithi110 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.110:6824/159648944,v1:172.21.15.110:6825/159648944]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-12-06T04:05:27.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:27 smithi110 bash[28336]: audit 2023-12-06T04:05:26.309096+0000 mon.smithi073 (mon.0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-12-06T04:05:28.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:28 smithi110 bash[28336]: audit 2023-12-06T04:05:27.310092+0000 mon.smithi073 (mon.0) 503 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/2553590417,v1:172.21.15.73:6811/2553590417]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-12-06T04:05:28.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:28 smithi110 bash[28336]: audit 2023-12-06T04:05:27.310243+0000 mon.smithi073 (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=smithi110", "root=default"]}]': finished 2023-12-06T04:05:28.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:28 smithi110 bash[28336]: cluster 2023-12-06T04:05:27.310369+0000 mon.smithi073 (mon.0) 505 : cluster [DBG] osdmap e29: 8 total, 4 up, 8 in 2023-12-06T04:05:28.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:28 smithi110 bash[28336]: audit 2023-12-06T04:05:27.311121+0000 mon.smithi073 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:28.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:28 smithi110 bash[28336]: audit 2023-12-06T04:05:27.312026+0000 mon.smithi073 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:28.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:28 smithi110 bash[28336]: audit 2023-12-06T04:05:27.318313+0000 mon.smithi073 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:28.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:28 smithi110 bash[28336]: audit 2023-12-06T04:05:27.318890+0000 mon.smithi073 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:28.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:28 smithi110 bash[28336]: audit 2023-12-06T04:05:27.319278+0000 mon.smithi073 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:28.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:28 smithi110 bash[28336]: cluster 2023-12-06T04:05:27.830606+0000 mon.smithi073 (mon.0) 511 : cluster [INF] osd.6 [v2:172.21.15.110:6824/159648944,v1:172.21.15.110:6825/159648944] boot 2023-12-06T04:05:28.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:28 smithi110 bash[28336]: cluster 2023-12-06T04:05:27.830678+0000 mon.smithi073 (mon.0) 512 : cluster [INF] osd.3 [v2:172.21.15.73:6810/2553590417,v1:172.21.15.73:6811/2553590417] boot 2023-12-06T04:05:28.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:28 smithi110 bash[28336]: cluster 2023-12-06T04:05:27.830746+0000 mon.smithi073 (mon.0) 513 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-06T04:05:28.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:28 smithi110 bash[28336]: audit 2023-12-06T04:05:27.831149+0000 mon.smithi073 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:28.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:28 smithi110 bash[28336]: audit 2023-12-06T04:05:27.831934+0000 mon.smithi073 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:28.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:28 smithi110 bash[28336]: audit 2023-12-06T04:05:27.832500+0000 mon.smithi073 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:28.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:28 smithi110 bash[28336]: audit 2023-12-06T04:05:27.832910+0000 mon.smithi073 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:28.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:28 smithi073 bash[24935]: audit 2023-12-06T04:05:27.310092+0000 mon.smithi073 (mon.0) 503 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/2553590417,v1:172.21.15.73:6811/2553590417]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-12-06T04:05:28.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:28 smithi073 bash[24935]: audit 2023-12-06T04:05:27.310243+0000 mon.smithi073 (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=smithi110", "root=default"]}]': finished 2023-12-06T04:05:28.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:28 smithi073 bash[24935]: cluster 2023-12-06T04:05:27.310369+0000 mon.smithi073 (mon.0) 505 : cluster [DBG] osdmap e29: 8 total, 4 up, 8 in 2023-12-06T04:05:28.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:28 smithi073 bash[24935]: audit 2023-12-06T04:05:27.311121+0000 mon.smithi073 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:28.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:28 smithi073 bash[24935]: audit 2023-12-06T04:05:27.312026+0000 mon.smithi073 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:28.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:28 smithi073 bash[24935]: audit 2023-12-06T04:05:27.318313+0000 mon.smithi073 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:28.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:28 smithi073 bash[24935]: audit 2023-12-06T04:05:27.318890+0000 mon.smithi073 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:28.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:28 smithi073 bash[24935]: audit 2023-12-06T04:05:27.319278+0000 mon.smithi073 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:28.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:28 smithi073 bash[24935]: cluster 2023-12-06T04:05:27.830606+0000 mon.smithi073 (mon.0) 511 : cluster [INF] osd.6 [v2:172.21.15.110:6824/159648944,v1:172.21.15.110:6825/159648944] boot 2023-12-06T04:05:28.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:28 smithi073 bash[24935]: cluster 2023-12-06T04:05:27.830678+0000 mon.smithi073 (mon.0) 512 : cluster [INF] osd.3 [v2:172.21.15.73:6810/2553590417,v1:172.21.15.73:6811/2553590417] boot 2023-12-06T04:05:28.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:28 smithi073 bash[24935]: cluster 2023-12-06T04:05:27.830746+0000 mon.smithi073 (mon.0) 513 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-06T04:05:28.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:28 smithi073 bash[24935]: audit 2023-12-06T04:05:27.831149+0000 mon.smithi073 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:05:28.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:28 smithi073 bash[24935]: audit 2023-12-06T04:05:27.831934+0000 mon.smithi073 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:28.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:28 smithi073 bash[24935]: audit 2023-12-06T04:05:27.832500+0000 mon.smithi073 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:05:28.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:28 smithi073 bash[24935]: audit 2023-12-06T04:05:27.832910+0000 mon.smithi073 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:29.424 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:29 smithi073 bash[24935]: cluster 2023-12-06T04:05:26.611844+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:05:29.424 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:29 smithi073 bash[24935]: cluster 2023-12-06T04:05:26.611972+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:05:29.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:29 smithi073 bash[24935]: cluster 2023-12-06T04:05:26.839301+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:05:29.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:29 smithi073 bash[24935]: cluster 2023-12-06T04:05:26.839391+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:05:29.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:29 smithi073 bash[24935]: cluster 2023-12-06T04:05:28.019964+0000 mgr.smithi073.zlngfn (mgr.14182) 118 : cluster [DBG] pgmap v94: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-06T04:05:29.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:29 smithi073 bash[24935]: audit 2023-12-06T04:05:28.750782+0000 mon.smithi073 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:29.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:29 smithi073 bash[24935]: cluster 2023-12-06T04:05:28.833682+0000 mon.smithi073 (mon.0) 519 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-06T04:05:29.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:29 smithi073 bash[24935]: audit 2023-12-06T04:05:28.834045+0000 mon.smithi073 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:29.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:29 smithi073 bash[24935]: audit 2023-12-06T04:05:28.835099+0000 mon.smithi073 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:29.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:29 smithi110 bash[28336]: cluster 2023-12-06T04:05:26.611844+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:05:29.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:29 smithi110 bash[28336]: cluster 2023-12-06T04:05:26.611972+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:05:29.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:29 smithi110 bash[28336]: cluster 2023-12-06T04:05:26.839301+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:05:29.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:29 smithi110 bash[28336]: cluster 2023-12-06T04:05:26.839391+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:05:29.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:29 smithi110 bash[28336]: cluster 2023-12-06T04:05:28.019964+0000 mgr.smithi073.zlngfn (mgr.14182) 118 : cluster [DBG] pgmap v94: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-06T04:05:29.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:29 smithi110 bash[28336]: audit 2023-12-06T04:05:28.750782+0000 mon.smithi073 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:29.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:29 smithi110 bash[28336]: cluster 2023-12-06T04:05:28.833682+0000 mon.smithi073 (mon.0) 519 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-06T04:05:29.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:29 smithi110 bash[28336]: audit 2023-12-06T04:05:28.834045+0000 mon.smithi073 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:29.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:29 smithi110 bash[28336]: audit 2023-12-06T04:05:28.835099+0000 mon.smithi073 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:29.825 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:05:30.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:30 smithi073 bash[24935]: audit 2023-12-06T04:05:29.824357+0000 mon.smithi073 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.73:0/4276608051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:05:30.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:30 smithi073 bash[24935]: cluster 2023-12-06T04:05:29.843001+0000 mon.smithi073 (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-06T04:05:30.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:30 smithi073 bash[24935]: audit 2023-12-06T04:05:29.843369+0000 mon.smithi073 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:30.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:30 smithi073 bash[24935]: audit 2023-12-06T04:05:29.844266+0000 mon.smithi073 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:30.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:30 smithi110 bash[28336]: audit 2023-12-06T04:05:29.824357+0000 mon.smithi073 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.73:0/4276608051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:05:30.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:30 smithi110 bash[28336]: cluster 2023-12-06T04:05:29.843001+0000 mon.smithi073 (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-06T04:05:30.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:30 smithi110 bash[28336]: audit 2023-12-06T04:05:29.843369+0000 mon.smithi073 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:30.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:30 smithi110 bash[28336]: audit 2023-12-06T04:05:29.844266+0000 mon.smithi073 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:30.917 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1701835527,"num_in_osds":8,"osd_in_since":1701835488,"num_remapped_pgs":0} 2023-12-06T04:05:31.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:31 smithi073 bash[24935]: cluster 2023-12-06T04:05:30.020330+0000 mgr.smithi073.zlngfn (mgr.14182) 119 : cluster [DBG] pgmap v97: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-06T04:05:31.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:31 smithi073 bash[24935]: audit 2023-12-06T04:05:31.100411+0000 mon.smithi073 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:31.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:31 smithi110 bash[28336]: cluster 2023-12-06T04:05:30.020330+0000 mgr.smithi073.zlngfn (mgr.14182) 119 : cluster [DBG] pgmap v97: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-06T04:05:31.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:31 smithi110 bash[28336]: audit 2023-12-06T04:05:31.100411+0000 mon.smithi073 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:31.918 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:05:33.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:33 smithi073 bash[24935]: cluster 2023-12-06T04:05:32.020729+0000 mgr.smithi073.zlngfn (mgr.14182) 120 : cluster [DBG] pgmap v98: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-06T04:05:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:33 smithi073 bash[24935]: audit 2023-12-06T04:05:33.191426+0000 mon.smithi073 (mon.0) 527 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/793205469,v1:172.21.15.73:6819/793205469]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T04:05:33.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:33 smithi110 bash[28336]: cluster 2023-12-06T04:05:32.020729+0000 mgr.smithi073.zlngfn (mgr.14182) 120 : cluster [DBG] pgmap v98: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-06T04:05:33.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:33 smithi110 bash[28336]: audit 2023-12-06T04:05:33.191426+0000 mon.smithi073 (mon.0) 527 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/793205469,v1:172.21.15.73:6819/793205469]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T04:05:35.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:34 smithi073 bash[24935]: audit 2023-12-06T04:05:33.835580+0000 mon.smithi073 (mon.0) 528 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/793205469,v1:172.21.15.73:6819/793205469]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T04:05:35.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:34 smithi073 bash[24935]: cluster 2023-12-06T04:05:33.835639+0000 mon.smithi073 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-06T04:05:35.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:34 smithi073 bash[24935]: audit 2023-12-06T04:05:33.835779+0000 mon.smithi073 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:35.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:34 smithi073 bash[24935]: audit 2023-12-06T04:05:33.836261+0000 mon.smithi073 (mon.0) 531 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:35.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:34 smithi073 bash[24935]: audit 2023-12-06T04:05:33.836536+0000 mon.smithi073 (mon.0) 532 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/793205469,v1:172.21.15.73:6819/793205469]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-06T04:05:35.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:34 smithi073 bash[24935]: cluster 2023-12-06T04:05:34.021294+0000 mgr.smithi073.zlngfn (mgr.14182) 121 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-06T04:05:35.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:34 smithi110 bash[28336]: audit 2023-12-06T04:05:33.835580+0000 mon.smithi073 (mon.0) 528 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/793205469,v1:172.21.15.73:6819/793205469]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T04:05:35.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:34 smithi110 bash[28336]: cluster 2023-12-06T04:05:33.835639+0000 mon.smithi073 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-06T04:05:35.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:34 smithi110 bash[28336]: audit 2023-12-06T04:05:33.835779+0000 mon.smithi073 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:35.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:34 smithi110 bash[28336]: audit 2023-12-06T04:05:33.836261+0000 mon.smithi073 (mon.0) 531 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:35.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:34 smithi110 bash[28336]: audit 2023-12-06T04:05:33.836536+0000 mon.smithi073 (mon.0) 532 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/793205469,v1:172.21.15.73:6819/793205469]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-06T04:05:35.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:34 smithi110 bash[28336]: cluster 2023-12-06T04:05:34.021294+0000 mgr.smithi073.zlngfn (mgr.14182) 121 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-06T04:05:35.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:35 smithi073 bash[24935]: audit 2023-12-06T04:05:34.837297+0000 mon.smithi073 (mon.0) 533 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/793205469,v1:172.21.15.73:6819/793205469]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-12-06T04:05:35.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:35 smithi073 bash[24935]: cluster 2023-12-06T04:05:34.837362+0000 mon.smithi073 (mon.0) 534 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-12-06T04:05:35.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:35 smithi073 bash[24935]: audit 2023-12-06T04:05:34.838017+0000 mon.smithi073 (mon.0) 535 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:36.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:35 smithi110 bash[28336]: audit 2023-12-06T04:05:34.837297+0000 mon.smithi073 (mon.0) 533 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/793205469,v1:172.21.15.73:6819/793205469]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-12-06T04:05:36.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:35 smithi110 bash[28336]: cluster 2023-12-06T04:05:34.837362+0000 mon.smithi073 (mon.0) 534 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-12-06T04:05:36.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:35 smithi110 bash[28336]: audit 2023-12-06T04:05:34.838017+0000 mon.smithi073 (mon.0) 535 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:36.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:35 smithi110 bash[28336]: audit 2023-12-06T04:05:34.838880+0000 mon.smithi073 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:36.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:35 smithi110 bash[28336]: audit 2023-12-06T04:05:34.845278+0000 mon.smithi073 (mon.0) 537 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:36.280 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:35 smithi073 bash[24935]: audit 2023-12-06T04:05:34.838880+0000 mon.smithi073 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:36.280 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:35 smithi073 bash[24935]: audit 2023-12-06T04:05:34.845278+0000 mon.smithi073 (mon.0) 537 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:36.321 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:05:37.105 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:36 smithi073 bash[24935]: cluster 2023-12-06T04:05:34.154761+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:05:37.105 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:36 smithi073 bash[24935]: cluster 2023-12-06T04:05:34.154822+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:05:37.105 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:36 smithi073 bash[24935]: audit 2023-12-06T04:05:35.848346+0000 mon.smithi073 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:37.106 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:36 smithi073 bash[24935]: cluster 2023-12-06T04:05:35.853028+0000 mon.smithi073 (mon.0) 539 : cluster [INF] osd.5 [v2:172.21.15.73:6818/793205469,v1:172.21.15.73:6819/793205469] boot 2023-12-06T04:05:37.106 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:36 smithi073 bash[24935]: cluster 2023-12-06T04:05:35.853077+0000 mon.smithi073 (mon.0) 540 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-06T04:05:37.106 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:36 smithi073 bash[24935]: audit 2023-12-06T04:05:35.853272+0000 mon.smithi073 (mon.0) 541 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:37.106 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:36 smithi073 bash[24935]: audit 2023-12-06T04:05:35.853904+0000 mon.smithi073 (mon.0) 542 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:37.106 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:36 smithi073 bash[24935]: cluster 2023-12-06T04:05:36.021734+0000 mgr.smithi073.zlngfn (mgr.14182) 122 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-06T04:05:37.106 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:36 smithi073 bash[24935]: audit 2023-12-06T04:05:36.320505+0000 mon.smithi073 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.73:0/2990362386' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:05:37.107 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1701835535,"num_in_osds":8,"osd_in_since":1701835488,"num_remapped_pgs":0} 2023-12-06T04:05:37.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:36 smithi110 bash[28336]: cluster 2023-12-06T04:05:34.154761+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:05:37.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:36 smithi110 bash[28336]: cluster 2023-12-06T04:05:34.154822+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:05:37.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:36 smithi110 bash[28336]: audit 2023-12-06T04:05:35.848346+0000 mon.smithi073 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:37.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:36 smithi110 bash[28336]: cluster 2023-12-06T04:05:35.853028+0000 mon.smithi073 (mon.0) 539 : cluster [INF] osd.5 [v2:172.21.15.73:6818/793205469,v1:172.21.15.73:6819/793205469] boot 2023-12-06T04:05:37.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:36 smithi110 bash[28336]: cluster 2023-12-06T04:05:35.853077+0000 mon.smithi073 (mon.0) 540 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-06T04:05:37.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:36 smithi110 bash[28336]: audit 2023-12-06T04:05:35.853272+0000 mon.smithi073 (mon.0) 541 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:05:37.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:36 smithi110 bash[28336]: audit 2023-12-06T04:05:35.853904+0000 mon.smithi073 (mon.0) 542 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:37.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:36 smithi110 bash[28336]: cluster 2023-12-06T04:05:36.021734+0000 mgr.smithi073.zlngfn (mgr.14182) 122 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-06T04:05:37.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:36 smithi110 bash[28336]: audit 2023-12-06T04:05:36.320505+0000 mon.smithi073 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.73:0/2990362386' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:05:38.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:37 smithi073 bash[24935]: cluster 2023-12-06T04:05:36.861828+0000 mon.smithi073 (mon.0) 544 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-06T04:05:38.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:37 smithi073 bash[24935]: audit 2023-12-06T04:05:36.862043+0000 mon.smithi073 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:38.108 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:05:38.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:37 smithi110 bash[28336]: cluster 2023-12-06T04:05:36.861828+0000 mon.smithi073 (mon.0) 544 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-06T04:05:38.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:37 smithi110 bash[28336]: audit 2023-12-06T04:05:36.862043+0000 mon.smithi073 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:39.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:38 smithi110 bash[28336]: cluster 2023-12-06T04:05:38.022289+0000 mgr.smithi073.zlngfn (mgr.14182) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T04:05:39.281 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:38 smithi073 bash[24935]: cluster 2023-12-06T04:05:38.022289+0000 mgr.smithi073.zlngfn (mgr.14182) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T04:05:40.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:39 smithi073 bash[24935]: audit 2023-12-06T04:05:39.285674+0000 mon.smithi073 (mon.0) 546 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/2901334850,v1:172.21.15.73:6827/2901334850]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T04:05:40.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:39 smithi110 bash[28336]: audit 2023-12-06T04:05:39.285674+0000 mon.smithi073 (mon.0) 546 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/2901334850,v1:172.21.15.73:6827/2901334850]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T04:05:40.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:40 smithi073 bash[24935]: audit 2023-12-06T04:05:39.882017+0000 mon.smithi073 (mon.0) 547 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/2901334850,v1:172.21.15.73:6827/2901334850]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T04:05:40.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:40 smithi073 bash[24935]: cluster 2023-12-06T04:05:39.882076+0000 mon.smithi073 (mon.0) 548 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-06T04:05:40.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:40 smithi073 bash[24935]: audit 2023-12-06T04:05:39.882249+0000 mon.smithi073 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:40.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:40 smithi073 bash[24935]: audit 2023-12-06T04:05:39.882780+0000 mon.smithi073 (mon.0) 550 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/2901334850,v1:172.21.15.73:6827/2901334850]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-06T04:05:40.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:40 smithi073 bash[24935]: cluster 2023-12-06T04:05:40.022865+0000 mgr.smithi073.zlngfn (mgr.14182) 124 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T04:05:41.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:40 smithi110 bash[28336]: audit 2023-12-06T04:05:39.882017+0000 mon.smithi073 (mon.0) 547 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/2901334850,v1:172.21.15.73:6827/2901334850]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T04:05:41.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:40 smithi110 bash[28336]: cluster 2023-12-06T04:05:39.882076+0000 mon.smithi073 (mon.0) 548 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-06T04:05:41.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:40 smithi110 bash[28336]: audit 2023-12-06T04:05:39.882249+0000 mon.smithi073 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:41.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:40 smithi110 bash[28336]: audit 2023-12-06T04:05:39.882780+0000 mon.smithi073 (mon.0) 550 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/2901334850,v1:172.21.15.73:6827/2901334850]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-06T04:05:41.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:40 smithi110 bash[28336]: cluster 2023-12-06T04:05:40.022865+0000 mgr.smithi073.zlngfn (mgr.14182) 124 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T04:05:42.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:41 smithi073 bash[24935]: audit 2023-12-06T04:05:40.885745+0000 mon.smithi073 (mon.0) 551 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/2901334850,v1:172.21.15.73:6827/2901334850]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-12-06T04:05:42.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:41 smithi073 bash[24935]: cluster 2023-12-06T04:05:40.885842+0000 mon.smithi073 (mon.0) 552 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-12-06T04:05:42.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:41 smithi073 bash[24935]: audit 2023-12-06T04:05:40.886423+0000 mon.smithi073 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:42.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:41 smithi073 bash[24935]: audit 2023-12-06T04:05:40.892209+0000 mon.smithi073 (mon.0) 554 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:42.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:41 smithi110 bash[28336]: audit 2023-12-06T04:05:40.885745+0000 mon.smithi073 (mon.0) 551 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/2901334850,v1:172.21.15.73:6827/2901334850]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-12-06T04:05:42.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:41 smithi110 bash[28336]: cluster 2023-12-06T04:05:40.885842+0000 mon.smithi073 (mon.0) 552 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-12-06T04:05:42.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:41 smithi110 bash[28336]: audit 2023-12-06T04:05:40.886423+0000 mon.smithi073 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:42.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:41 smithi110 bash[28336]: audit 2023-12-06T04:05:40.892209+0000 mon.smithi073 (mon.0) 554 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:42.488 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:05:43.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:42 smithi073 bash[24935]: cluster 2023-12-06T04:05:40.318760+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:05:43.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:42 smithi073 bash[24935]: cluster 2023-12-06T04:05:40.318841+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:05:43.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:42 smithi073 bash[24935]: cluster 2023-12-06T04:05:41.895515+0000 mon.smithi073 (mon.0) 555 : cluster [INF] osd.7 [v2:172.21.15.73:6826/2901334850,v1:172.21.15.73:6827/2901334850] boot 2023-12-06T04:05:43.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:42 smithi073 bash[24935]: cluster 2023-12-06T04:05:41.895558+0000 mon.smithi073 (mon.0) 556 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-06T04:05:43.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:42 smithi073 bash[24935]: audit 2023-12-06T04:05:41.896116+0000 mon.smithi073 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:43.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:42 smithi073 bash[24935]: cluster 2023-12-06T04:05:42.023358+0000 mgr.smithi073.zlngfn (mgr.14182) 125 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T04:05:43.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:42 smithi073 bash[24935]: audit 2023-12-06T04:05:42.487073+0000 mon.smithi073 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.73:0/2485676675' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:05:43.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:42 smithi073 bash[24935]: cluster 2023-12-06T04:05:42.833140+0000 mon.smithi073 (mon.0) 559 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-06T04:05:43.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:42 smithi110 bash[28336]: cluster 2023-12-06T04:05:40.318760+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:05:43.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:42 smithi110 bash[28336]: cluster 2023-12-06T04:05:40.318841+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:05:43.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:42 smithi110 bash[28336]: cluster 2023-12-06T04:05:41.895515+0000 mon.smithi073 (mon.0) 555 : cluster [INF] osd.7 [v2:172.21.15.73:6826/2901334850,v1:172.21.15.73:6827/2901334850] boot 2023-12-06T04:05:43.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:42 smithi110 bash[28336]: cluster 2023-12-06T04:05:41.895558+0000 mon.smithi073 (mon.0) 556 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-06T04:05:43.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:42 smithi110 bash[28336]: audit 2023-12-06T04:05:41.896116+0000 mon.smithi073 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:05:43.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:42 smithi110 bash[28336]: cluster 2023-12-06T04:05:42.023358+0000 mgr.smithi073.zlngfn (mgr.14182) 125 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T04:05:43.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:42 smithi110 bash[28336]: audit 2023-12-06T04:05:42.487073+0000 mon.smithi073 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.73:0/2485676675' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:05:43.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:42 smithi110 bash[28336]: cluster 2023-12-06T04:05:42.833140+0000 mon.smithi073 (mon.0) 559 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-06T04:05:43.476 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1701835541,"num_in_osds":8,"osd_in_since":1701835488,"num_remapped_pgs":1} 2023-12-06T04:05:43.477 INFO:tasks.cephadm:Setting up client nodes... 2023-12-06T04:05:43.477 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T04:05:45.043 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:44 smithi073 bash[24935]: cluster 2023-12-06T04:05:43.844210+0000 mon.smithi073 (mon.0) 560 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-06T04:05:45.043 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:44 smithi073 bash[24935]: cluster 2023-12-06T04:05:44.023789+0000 mgr.smithi073.zlngfn (mgr.14182) 126 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:05:45.043 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:44 smithi073 bash[24935]: audit 2023-12-06T04:05:44.225013+0000 mon.smithi073 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:45.043 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:44 smithi073 bash[24935]: audit 2023-12-06T04:05:44.229005+0000 mon.smithi073 (mon.0) 562 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:05:45.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:44 smithi110 bash[28336]: cluster 2023-12-06T04:05:43.844210+0000 mon.smithi073 (mon.0) 560 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-06T04:05:45.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:44 smithi110 bash[28336]: cluster 2023-12-06T04:05:44.023789+0000 mgr.smithi073.zlngfn (mgr.14182) 126 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:05:45.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:44 smithi110 bash[28336]: audit 2023-12-06T04:05:44.225013+0000 mon.smithi073 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:45.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:44 smithi110 bash[28336]: audit 2023-12-06T04:05:44.229005+0000 mon.smithi073 (mon.0) 562 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:05:46.804 INFO:teuthology.orchestra.run.smithi073.stdout:[client.0] 2023-12-06T04:05:46.804 INFO:teuthology.orchestra.run.smithi073.stdout: key = AQAa829lzwONLxAAAw5Nlu4tBnMjr7854efVIw== 2023-12-06T04:05:47.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:47 smithi073 bash[24935]: cluster 2023-12-06T04:05:46.024346+0000 mgr.smithi073.zlngfn (mgr.14182) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:05:47.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:47 smithi073 bash[24935]: audit 2023-12-06T04:05:46.797433+0000 mon.smithi073 (mon.0) 563 : audit [INF] from='client.? 172.21.15.73:0/4057621127' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T04:05:47.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:47 smithi073 bash[24935]: audit 2023-12-06T04:05:46.803403+0000 mon.smithi073 (mon.0) 564 : audit [INF] from='client.? 172.21.15.73:0/4057621127' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T04:05:47.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:47 smithi110 bash[28336]: cluster 2023-12-06T04:05:46.024346+0000 mgr.smithi073.zlngfn (mgr.14182) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:05:47.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:47 smithi110 bash[28336]: audit 2023-12-06T04:05:46.797433+0000 mon.smithi073 (mon.0) 563 : audit [INF] from='client.? 172.21.15.73:0/4057621127' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T04:05:47.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:47 smithi110 bash[28336]: audit 2023-12-06T04:05:46.803403+0000 mon.smithi073 (mon.0) 564 : audit [INF] from='client.? 172.21.15.73:0/4057621127' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T04:05:47.514 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-06T04:05:47.515 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-06T04:05:47.515 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-06T04:05:47.538 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T04:05:49.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:48 smithi110 bash[28336]: cluster 2023-12-06T04:05:48.024967+0000 mgr.smithi073.zlngfn (mgr.14182) 128 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:05:49.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:48 smithi073 bash[24935]: cluster 2023-12-06T04:05:48.024967+0000 mgr.smithi073.zlngfn (mgr.14182) 128 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:05:50.772 INFO:teuthology.orchestra.run.smithi110.stdout:[client.1] 2023-12-06T04:05:50.772 INFO:teuthology.orchestra.run.smithi110.stdout: key = AQAe829lc5mZLRAABl8BC84K0x9y4iOSPhcS5w== 2023-12-06T04:05:51.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:50 smithi073 bash[24935]: audit 2023-12-06T04:05:49.751774+0000 mon.smithi073 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:51.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:50 smithi073 bash[24935]: cluster 2023-12-06T04:05:50.025596+0000 mgr.smithi073.zlngfn (mgr.14182) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:05:51.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:50 smithi110 bash[28336]: audit 2023-12-06T04:05:49.751774+0000 mon.smithi073 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:51.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:50 smithi110 bash[28336]: cluster 2023-12-06T04:05:50.025596+0000 mgr.smithi073.zlngfn (mgr.14182) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:05:51.421 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-12-06T04:05:51.421 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-06T04:05:51.421 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-06T04:05:51.441 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T04:05:52.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:51 smithi073 bash[24935]: audit 2023-12-06T04:05:50.764032+0000 mon.smithi110 (mon.1) 18 : audit [INF] from='client.? 172.21.15.110:0/1605057818' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T04:05:52.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:51 smithi073 bash[24935]: audit 2023-12-06T04:05:50.764882+0000 mon.smithi073 (mon.0) 566 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T04:05:52.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:51 smithi073 bash[24935]: audit 2023-12-06T04:05:50.771017+0000 mon.smithi073 (mon.0) 567 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T04:05:52.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:51 smithi110 bash[28336]: audit 2023-12-06T04:05:50.764032+0000 mon.smithi110 (mon.1) 18 : audit [INF] from='client.? 172.21.15.110:0/1605057818' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T04:05:52.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:51 smithi110 bash[28336]: audit 2023-12-06T04:05:50.764882+0000 mon.smithi073 (mon.0) 566 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T04:05:52.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:51 smithi110 bash[28336]: audit 2023-12-06T04:05:50.771017+0000 mon.smithi073 (mon.0) 567 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T04:05:53.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:52 smithi073 bash[24935]: audit 2023-12-06T04:05:51.802722+0000 mon.smithi073 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:53.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:52 smithi073 bash[24935]: cluster 2023-12-06T04:05:52.026185+0000 mgr.smithi073.zlngfn (mgr.14182) 130 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:05:53.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:52 smithi110 bash[28336]: audit 2023-12-06T04:05:51.802722+0000 mon.smithi073 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:05:53.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:52 smithi110 bash[28336]: cluster 2023-12-06T04:05:52.026185+0000 mgr.smithi073.zlngfn (mgr.14182) 130 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:05:55.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:55 smithi110 bash[28336]: cluster 2023-12-06T04:05:54.026775+0000 mgr.smithi073.zlngfn (mgr.14182) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:05:55.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:55 smithi073 bash[24935]: cluster 2023-12-06T04:05:54.026775+0000 mgr.smithi073.zlngfn (mgr.14182) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:05:56.258 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:05:57.378 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:57 smithi073 bash[24935]: cluster 2023-12-06T04:05:56.027389+0000 mgr.smithi073.zlngfn (mgr.14182) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:05:57.382 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:57 smithi110 bash[28336]: cluster 2023-12-06T04:05:56.027389+0000 mgr.smithi073.zlngfn (mgr.14182) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:05:59.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:05:58 smithi073 bash[24935]: cluster 2023-12-06T04:05:58.027874+0000 mgr.smithi073.zlngfn (mgr.14182) 133 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:05:59.102 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:05:58 smithi110 bash[28336]: cluster 2023-12-06T04:05:58.027874+0000 mgr.smithi073.zlngfn (mgr.14182) 133 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:00.566 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:06:00.566 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":41,"fsid":"edf677d4-93eb-11ee-95a2-87774f69a715","created":"2023-12-06T04:00:51.903423+0000","modified":"2023-12-06T04:05:43.836995+0000","last_up_change":"2023-12-06T04:05:41.888221+0000","last_in_change":"2023-12-06T04:04:48.752199+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-06T04:05:21.734561+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":"27","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":"49f8d43e-fc8a-4eb4-9bee-0e84d7476488","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":3018011610},{"type":"v1","addr":"172.21.15.110:6801","nonce":3018011610}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":3018011610},{"type":"v1","addr":"172.21.15.110:6803","nonce":3018011610}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3018011610},{"type":"v1","addr":"172.21.15.110:6807","nonce":3018011610}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3018011610},{"type":"v1","addr":"172.21.15.110:6805","nonce":3018011610}]},"public_addr":"172.21.15.110:6801/3018011610","cluster_addr":"172.21.15.110:6803/3018011610","heartbeat_back_addr":"172.21.15.110:6807/3018011610","heartbeat_front_addr":"172.21.15.110:6805/3018011610","state":["exists","up"]},{"osd":1,"uuid":"d08067d6-709b-49c2-a980-3e87bc238264","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6802","nonce":3667255461},{"type":"v1","addr":"172.21.15.73:6803","nonce":3667255461}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":3667255461},{"type":"v1","addr":"172.21.15.73:6805","nonce":3667255461}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6808","nonce":3667255461},{"type":"v1","addr":"172.21.15.73:6809","nonce":3667255461}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":3667255461},{"type":"v1","addr":"172.21.15.73:6807","nonce":3667255461}]},"public_addr":"172.21.15.73:6803/3667255461","cluster_addr":"172.21.15.73:6805/3667255461","heartbeat_back_addr":"172.21.15.73:6809/3667255461","heartbeat_front_addr":"172.21.15.73:6807/3667255461","state":["exists","up"]},{"osd":2,"uuid":"34dd7613-181b-4846-b329-95bd903dda6d","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.110:6808","nonce":1266217210},{"type":"v1","addr":"172.21.15.110:6809","nonce":1266217210}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":1266217210},{"type":"v1","addr":"172.21.15.110:6811","nonce":1266217210}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":1266217210},{"type":"v1","addr":"172.21.15.110:6815","nonce":1266217210}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":1266217210},{"type":"v1","addr":"172.21.15.110:6813","nonce":1266217210}]},"public_addr":"172.21.15.110:6809/1266217210","cluster_addr":"172.21.15.110:6811/1266217210","heartbeat_back_addr":"172.21.15.110:6815/1266217210","heartbeat_front_addr":"172.21.15.110:6813/1266217210","state":["exists","up"]},{"osd":3,"uuid":"e3cae9a0-064f-4f77-b59e-a084aaee4d94","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.73:6810","nonce":2553590417},{"type":"v1","addr":"172.21.15.73:6811","nonce":2553590417}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":2553590417},{"type":"v1","addr":"172.21.15.73:6813","nonce":2553590417}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6816","nonce":2553590417},{"type":"v1","addr":"172.21.15.73:6817","nonce":2553590417}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":2553590417},{"type":"v1","addr":"172.21.15.73:6815","nonce":2553590417}]},"public_addr":"172.21.15.73:6811/2553590417","cluster_addr":"172.21.15.73:6813/2553590417","heartbeat_back_addr":"172.21.15.73:6817/2553590417","heartbeat_front_addr":"172.21.15.73:6815/2553590417","state":["exists","up"]},{"osd":4,"uuid":"13373791-b160-459a-b91f-8b09e70e57d9","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.110:6816","nonce":697337774},{"type":"v1","addr":"172.21.15.110:6817","nonce":697337774}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":697337774},{"type":"v1","addr":"172.21.15.110:6819","nonce":697337774}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":697337774},{"type":"v1","addr":"172.21.15.110:6823","nonce":697337774}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":697337774},{"type":"v1","addr":"172.21.15.110:6821","nonce":697337774}]},"public_addr":"172.21.15.110:6817/697337774","cluster_addr":"172.21.15.110:6819/697337774","heartbeat_back_addr":"172.21.15.110:6823/697337774","heartbeat_front_addr":"172.21.15.110:6821/697337774","state":["exists","up"]},{"osd":5,"uuid":"6b5245e0-fa9d-4eeb-b8ca-d498aa900c0f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6818","nonce":793205469},{"type":"v1","addr":"172.21.15.73:6819","nonce":793205469}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":793205469},{"type":"v1","addr":"172.21.15.73:6821","nonce":793205469}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":793205469},{"type":"v1","addr":"172.21.15.73:6825","nonce":793205469}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":793205469},{"type":"v1","addr":"172.21.15.73:6823","nonce":793205469}]},"public_addr":"172.21.15.73:6819/793205469","cluster_addr":"172.21.15.73:6821/793205469","heartbeat_back_addr":"172.21.15.73:6825/793205469","heartbeat_front_addr":"172.21.15.73:6823/793205469","state":["exists","up"]},{"osd":6,"uuid":"ec5f9766-f9e8-4df5-8eb3-3aba0b0f8c75","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.110:6824","nonce":159648944},{"type":"v1","addr":"172.21.15.110:6825","nonce":159648944}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":159648944},{"type":"v1","addr":"172.21.15.110:6827","nonce":159648944}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":159648944},{"type":"v1","addr":"172.21.15.110:6831","nonce":159648944}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":159648944},{"type":"v1","addr":"172.21.15.110:6829","nonce":159648944}]},"public_addr":"172.21.15.110:6825/159648944","cluster_addr":"172.21.15.110:6827/159648944","heartbeat_back_addr":"172.21.15.110:6831/159648944","heartbeat_front_addr":"172.21.15.110:6829/159648944","state":["exists","up"]},{"osd":7,"uuid":"f9c979e1-8a0a-411a-9c13-58fdf9f77ac9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6826","nonce":2901334850},{"type":"v1","addr":"172.21.15.73:6827","nonce":2901334850}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":2901334850},{"type":"v1","addr":"172.21.15.73:6829","nonce":2901334850}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6832","nonce":2901334850},{"type":"v1","addr":"172.21.15.73:6833","nonce":2901334850}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":2901334850},{"type":"v1","addr":"172.21.15.73:6831","nonce":2901334850}]},"public_addr":"172.21.15.73:6827/2901334850","cluster_addr":"172.21.15.73:6829/2901334850","heartbeat_back_addr":"172.21.15.73:6833/2901334850","heartbeat_front_addr":"172.21.15.73:6831/2901334850","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:11.281636+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:20.156873+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:16.599605+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:26.839397+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:22.412221+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:34.154826+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:26.611981+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:40.318856+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.73:0/819130623":"2023-12-07T04:02:57.979357+0000","172.21.15.73:6800/1684074232":"2023-12-07T04:02:57.979357+0000","172.21.15.73:6801/3726829543":"2023-12-07T04:01:59.959697+0000","172.21.15.73:6800/3726829543":"2023-12-07T04:01:59.959697+0000","172.21.15.73:0/2271328225":"2023-12-07T04:01:59.959697+0000","172.21.15.73:0/3215451789":"2023-12-07T04:01:59.959697+0000","172.21.15.73:0/568278586":"2023-12-07T04:01:21.795191+0000","172.21.15.73:6800/2491126117":"2023-12-07T04:01:21.795191+0000","172.21.15.73:6801/1684074232":"2023-12-07T04:02:57.979357+0000","172.21.15.73:0/3554767343":"2023-12-07T04:02:57.979357+0000","172.21.15.73:0/718520983":"2023-12-07T04:01:21.795191+0000","172.21.15.73:6801/2491126117":"2023-12-07T04:01:21.795191+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-06T04:06:01.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:00 smithi073 bash[24935]: cephadm 2023-12-06T04:05:59.948540+0000 mgr.smithi073.zlngfn (mgr.14182) 134 : cephadm [INF] Detected new or changed devices on smithi110 2023-12-06T04:06:01.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:00 smithi073 bash[24935]: audit 2023-12-06T04:05:59.958766+0000 mon.smithi073 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:06:01.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:00 smithi073 bash[24935]: cluster 2023-12-06T04:06:00.028464+0000 mgr.smithi073.zlngfn (mgr.14182) 135 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:01.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:00 smithi073 bash[24935]: audit 2023-12-06T04:06:00.238894+0000 mon.smithi073 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:06:01.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:00 smithi073 bash[24935]: audit 2023-12-06T04:06:00.240206+0000 mon.smithi073 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:06:01.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:00 smithi073 bash[24935]: audit 2023-12-06T04:06:00.241391+0000 mon.smithi073 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:06:01.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:00 smithi073 bash[24935]: audit 2023-12-06T04:06:00.243127+0000 mon.smithi073 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:06:01.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:00 smithi073 bash[24935]: cephadm 2023-12-06T04:06:00.244081+0000 mgr.smithi073.zlngfn (mgr.14182) 136 : cephadm [INF] Adjusting osd_memory_target on smithi110 to 4028M 2023-12-06T04:06:01.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:00 smithi073 bash[24935]: audit 2023-12-06T04:06:00.250091+0000 mon.smithi073 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:06:01.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:00 smithi073 bash[24935]: audit 2023-12-06T04:06:00.563140+0000 mon.smithi073 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.73:0/2859098529' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T04:06:01.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:00 smithi110 bash[28336]: cephadm 2023-12-06T04:05:59.948540+0000 mgr.smithi073.zlngfn (mgr.14182) 134 : cephadm [INF] Detected new or changed devices on smithi110 2023-12-06T04:06:01.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:00 smithi110 bash[28336]: audit 2023-12-06T04:05:59.958766+0000 mon.smithi073 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:06:01.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:00 smithi110 bash[28336]: cluster 2023-12-06T04:06:00.028464+0000 mgr.smithi073.zlngfn (mgr.14182) 135 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:01.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:00 smithi110 bash[28336]: audit 2023-12-06T04:06:00.238894+0000 mon.smithi073 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:06:01.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:00 smithi110 bash[28336]: audit 2023-12-06T04:06:00.240206+0000 mon.smithi073 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:06:01.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:00 smithi110 bash[28336]: audit 2023-12-06T04:06:00.241391+0000 mon.smithi073 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:06:01.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:00 smithi110 bash[28336]: audit 2023-12-06T04:06:00.243127+0000 mon.smithi073 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:06:01.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:00 smithi110 bash[28336]: cephadm 2023-12-06T04:06:00.244081+0000 mgr.smithi073.zlngfn (mgr.14182) 136 : cephadm [INF] Adjusting osd_memory_target on smithi110 to 4028M 2023-12-06T04:06:01.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:00 smithi110 bash[28336]: audit 2023-12-06T04:06:00.250091+0000 mon.smithi073 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:06:01.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:00 smithi110 bash[28336]: audit 2023-12-06T04:06:00.563140+0000 mon.smithi073 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.73:0/2859098529' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T04:06:01.286 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-06T04:05:21.734561+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': '27', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-06T04:06:01.286 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-06T04:06:03.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:03 smithi110 bash[28336]: cluster 2023-12-06T04:06:02.028937+0000 mgr.smithi073.zlngfn (mgr.14182) 137 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:03.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:03 smithi110 bash[28336]: audit 2023-12-06T04:06:03.031631+0000 mon.smithi073 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:06:03.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:03 smithi073 bash[24935]: cluster 2023-12-06T04:06:02.028937+0000 mgr.smithi073.zlngfn (mgr.14182) 137 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:03.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:03 smithi073 bash[24935]: audit 2023-12-06T04:06:03.031631+0000 mon.smithi073 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:06:04.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:04 smithi110 bash[28336]: cephadm 2023-12-06T04:06:03.019538+0000 mgr.smithi073.zlngfn (mgr.14182) 138 : cephadm [INF] Detected new or changed devices on smithi073 2023-12-06T04:06:04.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:04 smithi110 bash[28336]: audit 2023-12-06T04:06:03.332323+0000 mon.smithi073 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:06:04.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:04 smithi110 bash[28336]: audit 2023-12-06T04:06:03.333723+0000 mon.smithi073 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:06:04.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:04 smithi110 bash[28336]: audit 2023-12-06T04:06:03.334856+0000 mon.smithi073 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:06:04.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:04 smithi110 bash[28336]: audit 2023-12-06T04:06:03.335888+0000 mon.smithi073 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:06:04.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:04 smithi110 bash[28336]: cephadm 2023-12-06T04:06:03.336716+0000 mgr.smithi073.zlngfn (mgr.14182) 139 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 3260M 2023-12-06T04:06:04.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:04 smithi110 bash[28336]: audit 2023-12-06T04:06:03.342368+0000 mon.smithi073 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:06:04.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:04 smithi110 bash[28336]: audit 2023-12-06T04:06:03.344052+0000 mon.smithi073 (mon.0) 582 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:06:04.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:04 smithi110 bash[28336]: audit 2023-12-06T04:06:03.345019+0000 mon.smithi073 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:06:04.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:04 smithi110 bash[28336]: audit 2023-12-06T04:06:03.350452+0000 mon.smithi073 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:06:04.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:04 smithi110 bash[28336]: audit 2023-12-06T04:06:03.356860+0000 mon.smithi073 (mon.0) 585 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:06:04.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:04 smithi110 bash[28336]: audit 2023-12-06T04:06:03.364308+0000 mon.smithi073 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T04:06:04.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:04 smithi110 bash[28336]: audit 2023-12-06T04:06:03.366538+0000 mon.smithi073 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T04:06:04.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:04 smithi110 bash[28336]: audit 2023-12-06T04:06:03.366972+0000 mon.smithi073 (mon.0) 588 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:06:04.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:04 smithi110 bash[28336]: audit 2023-12-06T04:06:03.368026+0000 mon.smithi073 (mon.0) 589 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:06:04.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:04 smithi073 bash[24935]: cephadm 2023-12-06T04:06:03.019538+0000 mgr.smithi073.zlngfn (mgr.14182) 138 : cephadm [INF] Detected new or changed devices on smithi073 2023-12-06T04:06:04.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:04 smithi073 bash[24935]: audit 2023-12-06T04:06:03.332323+0000 mon.smithi073 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:06:04.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:04 smithi073 bash[24935]: audit 2023-12-06T04:06:03.333723+0000 mon.smithi073 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:06:04.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:04 smithi073 bash[24935]: audit 2023-12-06T04:06:03.334856+0000 mon.smithi073 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:06:04.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:04 smithi073 bash[24935]: audit 2023-12-06T04:06:03.335888+0000 mon.smithi073 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:06:04.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:04 smithi073 bash[24935]: cephadm 2023-12-06T04:06:03.336716+0000 mgr.smithi073.zlngfn (mgr.14182) 139 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 3260M 2023-12-06T04:06:04.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:04 smithi073 bash[24935]: audit 2023-12-06T04:06:03.342368+0000 mon.smithi073 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:06:04.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:04 smithi073 bash[24935]: audit 2023-12-06T04:06:03.344052+0000 mon.smithi073 (mon.0) 582 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:06:04.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:04 smithi073 bash[24935]: audit 2023-12-06T04:06:03.345019+0000 mon.smithi073 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:06:04.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:04 smithi073 bash[24935]: audit 2023-12-06T04:06:03.350452+0000 mon.smithi073 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:06:04.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:04 smithi073 bash[24935]: audit 2023-12-06T04:06:03.356860+0000 mon.smithi073 (mon.0) 585 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:06:04.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:04 smithi073 bash[24935]: audit 2023-12-06T04:06:03.364308+0000 mon.smithi073 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T04:06:04.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:04 smithi073 bash[24935]: audit 2023-12-06T04:06:03.366538+0000 mon.smithi073 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T04:06:04.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:04 smithi073 bash[24935]: audit 2023-12-06T04:06:03.366972+0000 mon.smithi073 (mon.0) 588 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:06:04.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:04 smithi073 bash[24935]: audit 2023-12-06T04:06:03.368026+0000 mon.smithi073 (mon.0) 589 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:06:05.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:05 smithi110 bash[28336]: cluster 2023-12-06T04:06:04.029569+0000 mgr.smithi073.zlngfn (mgr.14182) 140 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:05.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:05 smithi073 bash[24935]: cluster 2023-12-06T04:06:04.029569+0000 mgr.smithi073.zlngfn (mgr.14182) 140 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:06.342 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:06:07.381 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:07 smithi073 bash[24935]: cluster 2023-12-06T04:06:06.030145+0000 mgr.smithi073.zlngfn (mgr.14182) 141 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:07.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:07 smithi110 bash[28336]: cluster 2023-12-06T04:06:06.030145+0000 mgr.smithi073.zlngfn (mgr.14182) 141 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:09.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:08 smithi110 bash[28336]: cluster 2023-12-06T04:06:08.030870+0000 mgr.smithi073.zlngfn (mgr.14182) 142 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:09.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:08 smithi073 bash[24935]: cluster 2023-12-06T04:06:08.030870+0000 mgr.smithi073.zlngfn (mgr.14182) 142 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:10.388 INFO:teuthology.orchestra.run.smithi073.stdout:pg_num: 1 2023-12-06T04:06:11.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:11 smithi073 bash[24935]: cluster 2023-12-06T04:06:10.031441+0000 mgr.smithi073.zlngfn (mgr.14182) 143 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:11.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:11 smithi073 bash[24935]: audit 2023-12-06T04:06:10.386843+0000 mon.smithi073 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.73:0/4004007399' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-06T04:06:11.358 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-06T04:06:11.358 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-06T04:06:11.358 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-06T04:06:11.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:11 smithi110 bash[28336]: cluster 2023-12-06T04:06:10.031441+0000 mgr.smithi073.zlngfn (mgr.14182) 143 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:11.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:11 smithi110 bash[28336]: audit 2023-12-06T04:06:10.386843+0000 mon.smithi073 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.73:0/4004007399' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-06T04:06:13.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:13 smithi110 bash[28336]: cluster 2023-12-06T04:06:12.032084+0000 mgr.smithi073.zlngfn (mgr.14182) 144 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:13.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:13 smithi073 bash[24935]: cluster 2023-12-06T04:06:12.032084+0000 mgr.smithi073.zlngfn (mgr.14182) 144 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:15.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:15 smithi110 bash[28336]: cluster 2023-12-06T04:06:14.032659+0000 mgr.smithi073.zlngfn (mgr.14182) 145 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:15 smithi073 bash[24935]: cluster 2023-12-06T04:06:14.032659+0000 mgr.smithi073.zlngfn (mgr.14182) 145 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:16.328 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:06:17.372 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:17 smithi073 bash[24935]: cluster 2023-12-06T04:06:16.033282+0000 mgr.smithi073.zlngfn (mgr.14182) 146 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:17.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:17 smithi110 bash[28336]: cluster 2023-12-06T04:06:16.033282+0000 mgr.smithi073.zlngfn (mgr.14182) 146 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:18.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:18 smithi110 bash[28336]: cluster 2023-12-06T04:06:18.033836+0000 mgr.smithi073.zlngfn (mgr.14182) 147 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:19.290 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:18 smithi073 bash[24935]: cluster 2023-12-06T04:06:18.033836+0000 mgr.smithi073.zlngfn (mgr.14182) 147 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:19.769 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:06:20.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:19 smithi073 bash[24935]: audit 2023-12-06T04:06:19.758983+0000 mon.smithi073 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.73:0/2552644794' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T04:06:20.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:19 smithi110 bash[28336]: audit 2023-12-06T04:06:19.758983+0000 mon.smithi073 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.73:0/2552644794' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T04:06:20.716 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi073.zlngfn","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6800","nonce":4058127196},{"type":"v1","addr":"172.21.15.73:6801","nonce":4058127196}]},"active_addr":"172.21.15.73:6801/4058127196","active_change":"2023-12-06T04:02:57.979575+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi110.ctrvpp","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.73:8443/","prometheus":"http://172.21.15.73: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.73:0","nonce":952417105}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.73:0","nonce":3914950927}]}]} 2023-12-06T04:06:20.722 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-06T04:06:20.722 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-06T04:06:20.722 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T04:06:20.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:20 smithi110 bash[28336]: cluster 2023-12-06T04:06:20.034466+0000 mgr.smithi073.zlngfn (mgr.14182) 148 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:21.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:20 smithi073 bash[24935]: cluster 2023-12-06T04:06:20.034466+0000 mgr.smithi073.zlngfn (mgr.14182) 148 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:23.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:23 smithi110 bash[28336]: cluster 2023-12-06T04:06:22.035059+0000 mgr.smithi073.zlngfn (mgr.14182) 149 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:23.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:23 smithi073 bash[24935]: cluster 2023-12-06T04:06:22.035059+0000 mgr.smithi073.zlngfn (mgr.14182) 149 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:25.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:25 smithi110 bash[28336]: cluster 2023-12-06T04:06:24.035683+0000 mgr.smithi073.zlngfn (mgr.14182) 150 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:25.499 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:06:25.529 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:25 smithi073 bash[24935]: cluster 2023-12-06T04:06:24.035683+0000 mgr.smithi073.zlngfn (mgr.14182) 150 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:27.387 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:27 smithi073 bash[24935]: cluster 2023-12-06T04:06:26.036239+0000 mgr.smithi073.zlngfn (mgr.14182) 151 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:27.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:27 smithi110 bash[28336]: cluster 2023-12-06T04:06:26.036239+0000 mgr.smithi073.zlngfn (mgr.14182) 151 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:29.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:28 smithi073 bash[24935]: cluster 2023-12-06T04:06:28.036753+0000 mgr.smithi073.zlngfn (mgr.14182) 152 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:29.196 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:28 smithi110 bash[28336]: cluster 2023-12-06T04:06:28.036753+0000 mgr.smithi073.zlngfn (mgr.14182) 152 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:29.799 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:06:29.799 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":41,"fsid":"edf677d4-93eb-11ee-95a2-87774f69a715","created":"2023-12-06T04:00:51.903423+0000","modified":"2023-12-06T04:05:43.836995+0000","last_up_change":"2023-12-06T04:05:41.888221+0000","last_in_change":"2023-12-06T04:04:48.752199+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-06T04:05:21.734561+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":"27","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":"49f8d43e-fc8a-4eb4-9bee-0e84d7476488","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":3018011610},{"type":"v1","addr":"172.21.15.110:6801","nonce":3018011610}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":3018011610},{"type":"v1","addr":"172.21.15.110:6803","nonce":3018011610}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3018011610},{"type":"v1","addr":"172.21.15.110:6807","nonce":3018011610}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3018011610},{"type":"v1","addr":"172.21.15.110:6805","nonce":3018011610}]},"public_addr":"172.21.15.110:6801/3018011610","cluster_addr":"172.21.15.110:6803/3018011610","heartbeat_back_addr":"172.21.15.110:6807/3018011610","heartbeat_front_addr":"172.21.15.110:6805/3018011610","state":["exists","up"]},{"osd":1,"uuid":"d08067d6-709b-49c2-a980-3e87bc238264","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6802","nonce":3667255461},{"type":"v1","addr":"172.21.15.73:6803","nonce":3667255461}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":3667255461},{"type":"v1","addr":"172.21.15.73:6805","nonce":3667255461}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6808","nonce":3667255461},{"type":"v1","addr":"172.21.15.73:6809","nonce":3667255461}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":3667255461},{"type":"v1","addr":"172.21.15.73:6807","nonce":3667255461}]},"public_addr":"172.21.15.73:6803/3667255461","cluster_addr":"172.21.15.73:6805/3667255461","heartbeat_back_addr":"172.21.15.73:6809/3667255461","heartbeat_front_addr":"172.21.15.73:6807/3667255461","state":["exists","up"]},{"osd":2,"uuid":"34dd7613-181b-4846-b329-95bd903dda6d","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.110:6808","nonce":1266217210},{"type":"v1","addr":"172.21.15.110:6809","nonce":1266217210}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":1266217210},{"type":"v1","addr":"172.21.15.110:6811","nonce":1266217210}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":1266217210},{"type":"v1","addr":"172.21.15.110:6815","nonce":1266217210}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":1266217210},{"type":"v1","addr":"172.21.15.110:6813","nonce":1266217210}]},"public_addr":"172.21.15.110:6809/1266217210","cluster_addr":"172.21.15.110:6811/1266217210","heartbeat_back_addr":"172.21.15.110:6815/1266217210","heartbeat_front_addr":"172.21.15.110:6813/1266217210","state":["exists","up"]},{"osd":3,"uuid":"e3cae9a0-064f-4f77-b59e-a084aaee4d94","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.73:6810","nonce":2553590417},{"type":"v1","addr":"172.21.15.73:6811","nonce":2553590417}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":2553590417},{"type":"v1","addr":"172.21.15.73:6813","nonce":2553590417}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6816","nonce":2553590417},{"type":"v1","addr":"172.21.15.73:6817","nonce":2553590417}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":2553590417},{"type":"v1","addr":"172.21.15.73:6815","nonce":2553590417}]},"public_addr":"172.21.15.73:6811/2553590417","cluster_addr":"172.21.15.73:6813/2553590417","heartbeat_back_addr":"172.21.15.73:6817/2553590417","heartbeat_front_addr":"172.21.15.73:6815/2553590417","state":["exists","up"]},{"osd":4,"uuid":"13373791-b160-459a-b91f-8b09e70e57d9","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.110:6816","nonce":697337774},{"type":"v1","addr":"172.21.15.110:6817","nonce":697337774}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":697337774},{"type":"v1","addr":"172.21.15.110:6819","nonce":697337774}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":697337774},{"type":"v1","addr":"172.21.15.110:6823","nonce":697337774}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":697337774},{"type":"v1","addr":"172.21.15.110:6821","nonce":697337774}]},"public_addr":"172.21.15.110:6817/697337774","cluster_addr":"172.21.15.110:6819/697337774","heartbeat_back_addr":"172.21.15.110:6823/697337774","heartbeat_front_addr":"172.21.15.110:6821/697337774","state":["exists","up"]},{"osd":5,"uuid":"6b5245e0-fa9d-4eeb-b8ca-d498aa900c0f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6818","nonce":793205469},{"type":"v1","addr":"172.21.15.73:6819","nonce":793205469}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":793205469},{"type":"v1","addr":"172.21.15.73:6821","nonce":793205469}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":793205469},{"type":"v1","addr":"172.21.15.73:6825","nonce":793205469}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":793205469},{"type":"v1","addr":"172.21.15.73:6823","nonce":793205469}]},"public_addr":"172.21.15.73:6819/793205469","cluster_addr":"172.21.15.73:6821/793205469","heartbeat_back_addr":"172.21.15.73:6825/793205469","heartbeat_front_addr":"172.21.15.73:6823/793205469","state":["exists","up"]},{"osd":6,"uuid":"ec5f9766-f9e8-4df5-8eb3-3aba0b0f8c75","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.110:6824","nonce":159648944},{"type":"v1","addr":"172.21.15.110:6825","nonce":159648944}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":159648944},{"type":"v1","addr":"172.21.15.110:6827","nonce":159648944}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":159648944},{"type":"v1","addr":"172.21.15.110:6831","nonce":159648944}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":159648944},{"type":"v1","addr":"172.21.15.110:6829","nonce":159648944}]},"public_addr":"172.21.15.110:6825/159648944","cluster_addr":"172.21.15.110:6827/159648944","heartbeat_back_addr":"172.21.15.110:6831/159648944","heartbeat_front_addr":"172.21.15.110:6829/159648944","state":["exists","up"]},{"osd":7,"uuid":"f9c979e1-8a0a-411a-9c13-58fdf9f77ac9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6826","nonce":2901334850},{"type":"v1","addr":"172.21.15.73:6827","nonce":2901334850}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":2901334850},{"type":"v1","addr":"172.21.15.73:6829","nonce":2901334850}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6832","nonce":2901334850},{"type":"v1","addr":"172.21.15.73:6833","nonce":2901334850}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":2901334850},{"type":"v1","addr":"172.21.15.73:6831","nonce":2901334850}]},"public_addr":"172.21.15.73:6827/2901334850","cluster_addr":"172.21.15.73:6829/2901334850","heartbeat_back_addr":"172.21.15.73:6833/2901334850","heartbeat_front_addr":"172.21.15.73:6831/2901334850","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:11.281636+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:20.156873+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:16.599605+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:26.839397+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:22.412221+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:34.154826+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:26.611981+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:40.318856+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.73:0/819130623":"2023-12-07T04:02:57.979357+0000","172.21.15.73:6800/1684074232":"2023-12-07T04:02:57.979357+0000","172.21.15.73:6801/3726829543":"2023-12-07T04:01:59.959697+0000","172.21.15.73:6800/3726829543":"2023-12-07T04:01:59.959697+0000","172.21.15.73:0/2271328225":"2023-12-07T04:01:59.959697+0000","172.21.15.73:0/3215451789":"2023-12-07T04:01:59.959697+0000","172.21.15.73:0/568278586":"2023-12-07T04:01:21.795191+0000","172.21.15.73:6800/2491126117":"2023-12-07T04:01:21.795191+0000","172.21.15.73:6801/1684074232":"2023-12-07T04:02:57.979357+0000","172.21.15.73:0/3554767343":"2023-12-07T04:02:57.979357+0000","172.21.15.73:0/718520983":"2023-12-07T04:01:21.795191+0000","172.21.15.73:6801/2491126117":"2023-12-07T04:01:21.795191+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-06T04:06:30.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:29 smithi073 bash[24935]: audit 2023-12-06T04:06:29.797647+0000 mon.smithi073 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.73:0/3858142437' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T04:06:30.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:29 smithi073 bash[24935]: audit 2023-12-06T04:06:29.846568+0000 mon.smithi073 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:06:30.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:29 smithi110 bash[28336]: audit 2023-12-06T04:06:29.797647+0000 mon.smithi073 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.73:0/3858142437' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T04:06:30.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:29 smithi110 bash[28336]: audit 2023-12-06T04:06:29.846568+0000 mon.smithi073 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:06:30.821 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-06T04:06:30.821 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T04:06:31.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:30 smithi073 bash[24935]: cluster 2023-12-06T04:06:30.037363+0000 mgr.smithi073.zlngfn (mgr.14182) 153 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:31.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:30 smithi110 bash[28336]: cluster 2023-12-06T04:06:30.037363+0000 mgr.smithi073.zlngfn (mgr.14182) 153 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:33.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:33 smithi110 bash[28336]: cluster 2023-12-06T04:06:32.037781+0000 mgr.smithi073.zlngfn (mgr.14182) 154 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:33.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:33 smithi110 bash[28336]: audit 2023-12-06T04:06:32.385720+0000 mon.smithi073 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:06:33.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:33 smithi073 bash[24935]: cluster 2023-12-06T04:06:32.037781+0000 mgr.smithi073.zlngfn (mgr.14182) 154 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:33 smithi073 bash[24935]: audit 2023-12-06T04:06:32.385720+0000 mon.smithi073 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:06:35.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:35 smithi110 bash[28336]: cluster 2023-12-06T04:06:34.038372+0000 mgr.smithi073.zlngfn (mgr.14182) 155 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:35.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:35 smithi073 bash[24935]: cluster 2023-12-06T04:06:34.038372+0000 mgr.smithi073.zlngfn (mgr.14182) 155 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:35.909 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:06:37.380 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:37 smithi073 bash[24935]: cluster 2023-12-06T04:06:36.038988+0000 mgr.smithi073.zlngfn (mgr.14182) 156 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:37.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:37 smithi110 bash[28336]: cluster 2023-12-06T04:06:36.038988+0000 mgr.smithi073.zlngfn (mgr.14182) 156 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:38.844 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:06:38.845 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":41,"fsid":"edf677d4-93eb-11ee-95a2-87774f69a715","created":"2023-12-06T04:00:51.903423+0000","modified":"2023-12-06T04:05:43.836995+0000","last_up_change":"2023-12-06T04:05:41.888221+0000","last_in_change":"2023-12-06T04:04:48.752199+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-06T04:05:21.734561+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":"27","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":"49f8d43e-fc8a-4eb4-9bee-0e84d7476488","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":3018011610},{"type":"v1","addr":"172.21.15.110:6801","nonce":3018011610}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":3018011610},{"type":"v1","addr":"172.21.15.110:6803","nonce":3018011610}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3018011610},{"type":"v1","addr":"172.21.15.110:6807","nonce":3018011610}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3018011610},{"type":"v1","addr":"172.21.15.110:6805","nonce":3018011610}]},"public_addr":"172.21.15.110:6801/3018011610","cluster_addr":"172.21.15.110:6803/3018011610","heartbeat_back_addr":"172.21.15.110:6807/3018011610","heartbeat_front_addr":"172.21.15.110:6805/3018011610","state":["exists","up"]},{"osd":1,"uuid":"d08067d6-709b-49c2-a980-3e87bc238264","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6802","nonce":3667255461},{"type":"v1","addr":"172.21.15.73:6803","nonce":3667255461}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":3667255461},{"type":"v1","addr":"172.21.15.73:6805","nonce":3667255461}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6808","nonce":3667255461},{"type":"v1","addr":"172.21.15.73:6809","nonce":3667255461}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":3667255461},{"type":"v1","addr":"172.21.15.73:6807","nonce":3667255461}]},"public_addr":"172.21.15.73:6803/3667255461","cluster_addr":"172.21.15.73:6805/3667255461","heartbeat_back_addr":"172.21.15.73:6809/3667255461","heartbeat_front_addr":"172.21.15.73:6807/3667255461","state":["exists","up"]},{"osd":2,"uuid":"34dd7613-181b-4846-b329-95bd903dda6d","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.110:6808","nonce":1266217210},{"type":"v1","addr":"172.21.15.110:6809","nonce":1266217210}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":1266217210},{"type":"v1","addr":"172.21.15.110:6811","nonce":1266217210}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":1266217210},{"type":"v1","addr":"172.21.15.110:6815","nonce":1266217210}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":1266217210},{"type":"v1","addr":"172.21.15.110:6813","nonce":1266217210}]},"public_addr":"172.21.15.110:6809/1266217210","cluster_addr":"172.21.15.110:6811/1266217210","heartbeat_back_addr":"172.21.15.110:6815/1266217210","heartbeat_front_addr":"172.21.15.110:6813/1266217210","state":["exists","up"]},{"osd":3,"uuid":"e3cae9a0-064f-4f77-b59e-a084aaee4d94","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.73:6810","nonce":2553590417},{"type":"v1","addr":"172.21.15.73:6811","nonce":2553590417}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":2553590417},{"type":"v1","addr":"172.21.15.73:6813","nonce":2553590417}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6816","nonce":2553590417},{"type":"v1","addr":"172.21.15.73:6817","nonce":2553590417}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":2553590417},{"type":"v1","addr":"172.21.15.73:6815","nonce":2553590417}]},"public_addr":"172.21.15.73:6811/2553590417","cluster_addr":"172.21.15.73:6813/2553590417","heartbeat_back_addr":"172.21.15.73:6817/2553590417","heartbeat_front_addr":"172.21.15.73:6815/2553590417","state":["exists","up"]},{"osd":4,"uuid":"13373791-b160-459a-b91f-8b09e70e57d9","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.110:6816","nonce":697337774},{"type":"v1","addr":"172.21.15.110:6817","nonce":697337774}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":697337774},{"type":"v1","addr":"172.21.15.110:6819","nonce":697337774}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":697337774},{"type":"v1","addr":"172.21.15.110:6823","nonce":697337774}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":697337774},{"type":"v1","addr":"172.21.15.110:6821","nonce":697337774}]},"public_addr":"172.21.15.110:6817/697337774","cluster_addr":"172.21.15.110:6819/697337774","heartbeat_back_addr":"172.21.15.110:6823/697337774","heartbeat_front_addr":"172.21.15.110:6821/697337774","state":["exists","up"]},{"osd":5,"uuid":"6b5245e0-fa9d-4eeb-b8ca-d498aa900c0f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6818","nonce":793205469},{"type":"v1","addr":"172.21.15.73:6819","nonce":793205469}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":793205469},{"type":"v1","addr":"172.21.15.73:6821","nonce":793205469}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":793205469},{"type":"v1","addr":"172.21.15.73:6825","nonce":793205469}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":793205469},{"type":"v1","addr":"172.21.15.73:6823","nonce":793205469}]},"public_addr":"172.21.15.73:6819/793205469","cluster_addr":"172.21.15.73:6821/793205469","heartbeat_back_addr":"172.21.15.73:6825/793205469","heartbeat_front_addr":"172.21.15.73:6823/793205469","state":["exists","up"]},{"osd":6,"uuid":"ec5f9766-f9e8-4df5-8eb3-3aba0b0f8c75","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.110:6824","nonce":159648944},{"type":"v1","addr":"172.21.15.110:6825","nonce":159648944}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":159648944},{"type":"v1","addr":"172.21.15.110:6827","nonce":159648944}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":159648944},{"type":"v1","addr":"172.21.15.110:6831","nonce":159648944}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":159648944},{"type":"v1","addr":"172.21.15.110:6829","nonce":159648944}]},"public_addr":"172.21.15.110:6825/159648944","cluster_addr":"172.21.15.110:6827/159648944","heartbeat_back_addr":"172.21.15.110:6831/159648944","heartbeat_front_addr":"172.21.15.110:6829/159648944","state":["exists","up"]},{"osd":7,"uuid":"f9c979e1-8a0a-411a-9c13-58fdf9f77ac9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6826","nonce":2901334850},{"type":"v1","addr":"172.21.15.73:6827","nonce":2901334850}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":2901334850},{"type":"v1","addr":"172.21.15.73:6829","nonce":2901334850}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6832","nonce":2901334850},{"type":"v1","addr":"172.21.15.73:6833","nonce":2901334850}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":2901334850},{"type":"v1","addr":"172.21.15.73:6831","nonce":2901334850}]},"public_addr":"172.21.15.73:6827/2901334850","cluster_addr":"172.21.15.73:6829/2901334850","heartbeat_back_addr":"172.21.15.73:6833/2901334850","heartbeat_front_addr":"172.21.15.73:6831/2901334850","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:11.281636+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:20.156873+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:16.599605+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:26.839397+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:22.412221+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:34.154826+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:26.611981+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-06T04:05:40.318856+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.73:0/819130623":"2023-12-07T04:02:57.979357+0000","172.21.15.73:6800/1684074232":"2023-12-07T04:02:57.979357+0000","172.21.15.73:6801/3726829543":"2023-12-07T04:01:59.959697+0000","172.21.15.73:6800/3726829543":"2023-12-07T04:01:59.959697+0000","172.21.15.73:0/2271328225":"2023-12-07T04:01:59.959697+0000","172.21.15.73:0/3215451789":"2023-12-07T04:01:59.959697+0000","172.21.15.73:0/568278586":"2023-12-07T04:01:21.795191+0000","172.21.15.73:6800/2491126117":"2023-12-07T04:01:21.795191+0000","172.21.15.73:6801/1684074232":"2023-12-07T04:02:57.979357+0000","172.21.15.73:0/3554767343":"2023-12-07T04:02:57.979357+0000","172.21.15.73:0/718520983":"2023-12-07T04:01:21.795191+0000","172.21.15.73:6801/2491126117":"2023-12-07T04:01:21.795191+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-06T04:06:39.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:38 smithi110 bash[28336]: cluster 2023-12-06T04:06:38.039550+0000 mgr.smithi073.zlngfn (mgr.14182) 157 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:39.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:38 smithi110 bash[28336]: audit 2023-12-06T04:06:38.841963+0000 mon.smithi073 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.73:0/1013209481' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T04:06:39.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:38 smithi073 bash[24935]: cluster 2023-12-06T04:06:38.039550+0000 mgr.smithi073.zlngfn (mgr.14182) 157 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:39.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:38 smithi073 bash[24935]: audit 2023-12-06T04:06:38.841963+0000 mon.smithi073 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.73:0/1013209481' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T04:06:39.545 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-06T04:06:41.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:41 smithi110 bash[28336]: cluster 2023-12-06T04:06:40.040147+0000 mgr.smithi073.zlngfn (mgr.14182) 158 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:41.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:41 smithi073 bash[24935]: cluster 2023-12-06T04:06:40.040147+0000 mgr.smithi073.zlngfn (mgr.14182) 158 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:43.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:43 smithi110 bash[28336]: cluster 2023-12-06T04:06:42.040713+0000 mgr.smithi073.zlngfn (mgr.14182) 159 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:43 smithi073 bash[24935]: cluster 2023-12-06T04:06:42.040713+0000 mgr.smithi073.zlngfn (mgr.14182) 159 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:44.329 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:06:45.360 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:45 smithi073 bash[24935]: cluster 2023-12-06T04:06:44.041371+0000 mgr.smithi073.zlngfn (mgr.14182) 160 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:45.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:45 smithi110 bash[28336]: cluster 2023-12-06T04:06:44.041371+0000 mgr.smithi073.zlngfn (mgr.14182) 160 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:47.380 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:47 smithi073 bash[24935]: cluster 2023-12-06T04:06:46.041892+0000 mgr.smithi073.zlngfn (mgr.14182) 161 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:47.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:47 smithi110 bash[28336]: cluster 2023-12-06T04:06:46.041892+0000 mgr.smithi073.zlngfn (mgr.14182) 161 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:47.722 INFO:teuthology.orchestra.run.smithi073.stdout:68719476758 2023-12-06T04:06:47.723 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-06T04:06:49.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:48 smithi110 bash[28336]: cluster 2023-12-06T04:06:48.042623+0000 mgr.smithi073.zlngfn (mgr.14182) 162 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:49.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:48 smithi073 bash[24935]: cluster 2023-12-06T04:06:48.042623+0000 mgr.smithi073.zlngfn (mgr.14182) 162 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:51.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:51 smithi110 bash[28336]: cluster 2023-12-06T04:06:50.043197+0000 mgr.smithi073.zlngfn (mgr.14182) 163 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:51.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:51 smithi073 bash[24935]: cluster 2023-12-06T04:06:50.043197+0000 mgr.smithi073.zlngfn (mgr.14182) 163 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:52.510 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:06:53.368 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:53 smithi073 bash[24935]: cluster 2023-12-06T04:06:52.043775+0000 mgr.smithi073.zlngfn (mgr.14182) 164 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:53.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:53 smithi110 bash[28336]: cluster 2023-12-06T04:06:52.043775+0000 mgr.smithi073.zlngfn (mgr.14182) 164 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:55.296 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:55 smithi073 bash[24935]: cluster 2023-12-06T04:06:54.044392+0000 mgr.smithi073.zlngfn (mgr.14182) 165 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:55.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:55 smithi110 bash[28336]: cluster 2023-12-06T04:06:54.044392+0000 mgr.smithi073.zlngfn (mgr.14182) 165 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:55.941 INFO:teuthology.orchestra.run.smithi073.stdout:98784247829 2023-12-06T04:06:55.942 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-06T04:06:57.379 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:57 smithi073 bash[24935]: cluster 2023-12-06T04:06:56.045046+0000 mgr.smithi073.zlngfn (mgr.14182) 166 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:57.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:57 smithi110 bash[28336]: cluster 2023-12-06T04:06:56.045046+0000 mgr.smithi073.zlngfn (mgr.14182) 166 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:59.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:06:58 smithi110 bash[28336]: cluster 2023-12-06T04:06:58.045622+0000 mgr.smithi073.zlngfn (mgr.14182) 167 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:06:59.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:06:58 smithi073 bash[24935]: cluster 2023-12-06T04:06:58.045622+0000 mgr.smithi073.zlngfn (mgr.14182) 167 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:00.724 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:07:01.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:01 smithi110 bash[28336]: cluster 2023-12-06T04:07:00.046208+0000 mgr.smithi073.zlngfn (mgr.14182) 168 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:01.540 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:01 smithi073 bash[24935]: cluster 2023-12-06T04:07:00.046208+0000 mgr.smithi073.zlngfn (mgr.14182) 168 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:03.381 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:03 smithi073 bash[24935]: cluster 2023-12-06T04:07:02.046711+0000 mgr.smithi073.zlngfn (mgr.14182) 169 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:03.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:03 smithi110 bash[28336]: cluster 2023-12-06T04:07:02.046711+0000 mgr.smithi073.zlngfn (mgr.14182) 169 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:04.067 INFO:teuthology.orchestra.run.smithi073.stdout:85899345943 2023-12-06T04:07:04.068 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-06T04:07:05.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:05 smithi110 bash[28336]: cluster 2023-12-06T04:07:04.047268+0000 mgr.smithi073.zlngfn (mgr.14182) 170 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:05.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:05 smithi073 bash[24935]: cluster 2023-12-06T04:07:04.047268+0000 mgr.smithi073.zlngfn (mgr.14182) 170 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:07.380 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:07 smithi073 bash[24935]: cluster 2023-12-06T04:07:06.047743+0000 mgr.smithi073.zlngfn (mgr.14182) 171 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:07.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:07 smithi110 bash[28336]: cluster 2023-12-06T04:07:06.047743+0000 mgr.smithi073.zlngfn (mgr.14182) 171 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:08.851 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:07:09.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:08 smithi110 bash[28336]: cluster 2023-12-06T04:07:08.048295+0000 mgr.smithi073.zlngfn (mgr.14182) 172 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:09.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:08 smithi073 bash[24935]: cluster 2023-12-06T04:07:08.048295+0000 mgr.smithi073.zlngfn (mgr.14182) 172 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:11.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:11 smithi073 bash[24935]: cluster 2023-12-06T04:07:10.048881+0000 mgr.smithi073.zlngfn (mgr.14182) 173 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:11.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:11 smithi110 bash[28336]: cluster 2023-12-06T04:07:10.048881+0000 mgr.smithi073.zlngfn (mgr.14182) 173 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:12.318 INFO:teuthology.orchestra.run.smithi073.stdout:128849018903 2023-12-06T04:07:12.318 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-06T04:07:13.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:13 smithi110 bash[28336]: cluster 2023-12-06T04:07:12.049414+0000 mgr.smithi073.zlngfn (mgr.14182) 174 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:13.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:13 smithi073 bash[24935]: cluster 2023-12-06T04:07:12.049414+0000 mgr.smithi073.zlngfn (mgr.14182) 174 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:15.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:15 smithi110 bash[28336]: cluster 2023-12-06T04:07:14.049915+0000 mgr.smithi073.zlngfn (mgr.14182) 175 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:15 smithi073 bash[24935]: cluster 2023-12-06T04:07:14.049915+0000 mgr.smithi073.zlngfn (mgr.14182) 175 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:17.104 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:07:17.379 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:17 smithi073 bash[24935]: cluster 2023-12-06T04:07:16.050467+0000 mgr.smithi073.zlngfn (mgr.14182) 176 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:17.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:17 smithi110 bash[28336]: cluster 2023-12-06T04:07:16.050467+0000 mgr.smithi073.zlngfn (mgr.14182) 176 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:19.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:18 smithi110 bash[28336]: cluster 2023-12-06T04:07:18.051064+0000 mgr.smithi073.zlngfn (mgr.14182) 177 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:19.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:18 smithi073 bash[24935]: cluster 2023-12-06T04:07:18.051064+0000 mgr.smithi073.zlngfn (mgr.14182) 177 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:20.524 INFO:teuthology.orchestra.run.smithi073.stdout:111669149722 2023-12-06T04:07:20.525 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-06T04:07:21.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:21 smithi110 bash[28336]: cluster 2023-12-06T04:07:20.051692+0000 mgr.smithi073.zlngfn (mgr.14182) 178 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:21.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:21 smithi073 bash[24935]: cluster 2023-12-06T04:07:20.051692+0000 mgr.smithi073.zlngfn (mgr.14182) 178 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:23.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:23 smithi110 bash[28336]: cluster 2023-12-06T04:07:22.052260+0000 mgr.smithi073.zlngfn (mgr.14182) 179 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:23.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:23 smithi073 bash[24935]: cluster 2023-12-06T04:07:22.052260+0000 mgr.smithi073.zlngfn (mgr.14182) 179 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:25.312 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:07:25.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:25 smithi110 bash[28336]: cluster 2023-12-06T04:07:24.052826+0000 mgr.smithi073.zlngfn (mgr.14182) 180 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:25.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:25 smithi073 bash[24935]: cluster 2023-12-06T04:07:24.052826+0000 mgr.smithi073.zlngfn (mgr.14182) 180 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:27.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:27 smithi073 bash[24935]: cluster 2023-12-06T04:07:26.053421+0000 mgr.smithi073.zlngfn (mgr.14182) 181 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:27.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:27 smithi110 bash[28336]: cluster 2023-12-06T04:07:26.053421+0000 mgr.smithi073.zlngfn (mgr.14182) 181 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:28.745 INFO:teuthology.orchestra.run.smithi073.stdout:150323855385 2023-12-06T04:07:28.745 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-06T04:07:29.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:28 smithi073 bash[24935]: cluster 2023-12-06T04:07:28.054093+0000 mgr.smithi073.zlngfn (mgr.14182) 182 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:29.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:28 smithi110 bash[28336]: cluster 2023-12-06T04:07:28.054093+0000 mgr.smithi073.zlngfn (mgr.14182) 182 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:31.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:31 smithi110 bash[28336]: cluster 2023-12-06T04:07:30.054712+0000 mgr.smithi073.zlngfn (mgr.14182) 183 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:31.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:31 smithi073 bash[24935]: cluster 2023-12-06T04:07:30.054712+0000 mgr.smithi073.zlngfn (mgr.14182) 183 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:33.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:33 smithi110 bash[28336]: cluster 2023-12-06T04:07:32.055253+0000 mgr.smithi073.zlngfn (mgr.14182) 184 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:33.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:33 smithi110 bash[28336]: audit 2023-12-06T04:07:32.390966+0000 mon.smithi073 (mon.0) 596 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:07:33.538 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:07:33.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:33 smithi073 bash[24935]: cluster 2023-12-06T04:07:32.055253+0000 mgr.smithi073.zlngfn (mgr.14182) 184 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:33.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:33 smithi073 bash[24935]: audit 2023-12-06T04:07:32.390966+0000 mon.smithi073 (mon.0) 596 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:07:35.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:35 smithi110 bash[28336]: cluster 2023-12-06T04:07:34.055757+0000 mgr.smithi073.zlngfn (mgr.14182) 185 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:35.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:35 smithi073 bash[24935]: cluster 2023-12-06T04:07:34.055757+0000 mgr.smithi073.zlngfn (mgr.14182) 185 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:36.922 INFO:teuthology.orchestra.run.smithi073.stdout:128849018908 2023-12-06T04:07:36.923 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-06T04:07:37.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:37 smithi073 bash[24935]: cluster 2023-12-06T04:07:36.056322+0000 mgr.smithi073.zlngfn (mgr.14182) 186 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:37.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:37 smithi110 bash[28336]: cluster 2023-12-06T04:07:36.056322+0000 mgr.smithi073.zlngfn (mgr.14182) 186 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:39.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:38 smithi110 bash[28336]: audit 2023-12-06T04:07:37.840802+0000 mon.smithi073 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:07:39.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:38 smithi110 bash[28336]: audit 2023-12-06T04:07:37.926708+0000 mon.smithi073 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:07:39.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:38 smithi110 bash[28336]: cluster 2023-12-06T04:07:38.056921+0000 mgr.smithi073.zlngfn (mgr.14182) 187 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:39.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:38 smithi110 bash[28336]: audit 2023-12-06T04:07:38.193423+0000 mon.smithi073 (mon.0) 599 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:07:39.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:38 smithi110 bash[28336]: audit 2023-12-06T04:07:38.195133+0000 mon.smithi073 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:07:39.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:38 smithi110 bash[28336]: audit 2023-12-06T04:07:38.203018+0000 mon.smithi073 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:07:39.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:38 smithi110 bash[28336]: audit 2023-12-06T04:07:38.209524+0000 mon.smithi073 (mon.0) 602 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:07:39.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:38 smithi073 bash[24935]: audit 2023-12-06T04:07:37.840802+0000 mon.smithi073 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:07:39.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:38 smithi073 bash[24935]: audit 2023-12-06T04:07:37.926708+0000 mon.smithi073 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:07:39.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:38 smithi073 bash[24935]: cluster 2023-12-06T04:07:38.056921+0000 mgr.smithi073.zlngfn (mgr.14182) 187 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:39.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:38 smithi073 bash[24935]: audit 2023-12-06T04:07:38.193423+0000 mon.smithi073 (mon.0) 599 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:07:39.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:38 smithi073 bash[24935]: audit 2023-12-06T04:07:38.195133+0000 mon.smithi073 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:07:39.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:38 smithi073 bash[24935]: audit 2023-12-06T04:07:38.203018+0000 mon.smithi073 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:07:39.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:38 smithi073 bash[24935]: audit 2023-12-06T04:07:38.209524+0000 mon.smithi073 (mon.0) 602 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:07:41.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:41 smithi110 bash[28336]: cluster 2023-12-06T04:07:40.057507+0000 mgr.smithi073.zlngfn (mgr.14182) 188 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:41.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:41 smithi073 bash[24935]: cluster 2023-12-06T04:07:40.057507+0000 mgr.smithi073.zlngfn (mgr.14182) 188 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:41.702 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:07:43.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:43 smithi073 bash[24935]: cluster 2023-12-06T04:07:42.058047+0000 mgr.smithi073.zlngfn (mgr.14182) 189 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:43.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:43 smithi110 bash[28336]: cluster 2023-12-06T04:07:42.058047+0000 mgr.smithi073.zlngfn (mgr.14182) 189 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:45.186 INFO:teuthology.orchestra.run.smithi073.stdout:167503724572 2023-12-06T04:07:45.187 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-06T04:07:45.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:45 smithi110 bash[28336]: cluster 2023-12-06T04:07:44.058644+0000 mgr.smithi073.zlngfn (mgr.14182) 190 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:45.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:45 smithi073 bash[24935]: cluster 2023-12-06T04:07:44.058644+0000 mgr.smithi073.zlngfn (mgr.14182) 190 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:47.379 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:47 smithi073 bash[24935]: cluster 2023-12-06T04:07:46.059340+0000 mgr.smithi073.zlngfn (mgr.14182) 191 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:47.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:47 smithi110 bash[28336]: cluster 2023-12-06T04:07:46.059340+0000 mgr.smithi073.zlngfn (mgr.14182) 191 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:49.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:48 smithi110 bash[28336]: cluster 2023-12-06T04:07:48.059971+0000 mgr.smithi073.zlngfn (mgr.14182) 192 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:49.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:48 smithi073 bash[24935]: cluster 2023-12-06T04:07:48.059971+0000 mgr.smithi073.zlngfn (mgr.14182) 192 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:49.968 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:07:51.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:51 smithi110 bash[28336]: cluster 2023-12-06T04:07:50.060369+0000 mgr.smithi073.zlngfn (mgr.14182) 193 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:51.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:51 smithi073 bash[24935]: cluster 2023-12-06T04:07:50.060369+0000 mgr.smithi073.zlngfn (mgr.14182) 193 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:52.783 INFO:teuthology.orchestra.run.smithi073.stdout:68719476771 2023-12-06T04:07:53.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:53 smithi073 bash[24935]: cluster 2023-12-06T04:07:52.061023+0000 mgr.smithi073.zlngfn (mgr.14182) 194 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:53.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:53 smithi073 bash[24935]: audit 2023-12-06T04:07:52.782576+0000 mon.smithi073 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.73:0/4128700095' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T04:07:53.445 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476758 got 68719476771 for osd.0 2023-12-06T04:07:53.446 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-06T04:07:53.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:53 smithi110 bash[28336]: cluster 2023-12-06T04:07:52.061023+0000 mgr.smithi073.zlngfn (mgr.14182) 194 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:53.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:53 smithi110 bash[28336]: audit 2023-12-06T04:07:52.782576+0000 mon.smithi073 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.73:0/4128700095' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T04:07:55.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:55 smithi110 bash[28336]: cluster 2023-12-06T04:07:54.061632+0000 mgr.smithi073.zlngfn (mgr.14182) 195 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:55.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:55 smithi073 bash[24935]: cluster 2023-12-06T04:07:54.061632+0000 mgr.smithi073.zlngfn (mgr.14182) 195 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:57.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:57 smithi110 bash[28336]: cluster 2023-12-06T04:07:56.062275+0000 mgr.smithi073.zlngfn (mgr.14182) 196 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:57.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:57 smithi073 bash[24935]: cluster 2023-12-06T04:07:56.062275+0000 mgr.smithi073.zlngfn (mgr.14182) 196 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:58.234 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:07:59.142 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:07:58 smithi073 bash[24935]: cluster 2023-12-06T04:07:58.062919+0000 mgr.smithi073.zlngfn (mgr.14182) 197 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:07:59.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:07:58 smithi110 bash[28336]: cluster 2023-12-06T04:07:58.062919+0000 mgr.smithi073.zlngfn (mgr.14182) 197 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:01.085 INFO:teuthology.orchestra.run.smithi073.stdout:98784247842 2023-12-06T04:08:01.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:01 smithi110 bash[28336]: cluster 2023-12-06T04:08:00.063515+0000 mgr.smithi073.zlngfn (mgr.14182) 198 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:01.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:01 smithi110 bash[28336]: audit 2023-12-06T04:08:01.084315+0000 mon.smithi073 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.73:0/3760390399' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T04:08:01.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:01 smithi073 bash[24935]: cluster 2023-12-06T04:08:00.063515+0000 mgr.smithi073.zlngfn (mgr.14182) 198 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:01.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:01 smithi073 bash[24935]: audit 2023-12-06T04:08:01.084315+0000 mon.smithi073 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.73:0/3760390399' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T04:08:01.722 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247829 got 98784247842 for osd.1 2023-12-06T04:08:01.722 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-06T04:08:03.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:03 smithi110 bash[28336]: cluster 2023-12-06T04:08:02.064087+0000 mgr.smithi073.zlngfn (mgr.14182) 199 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:03.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:03 smithi073 bash[24935]: cluster 2023-12-06T04:08:02.064087+0000 mgr.smithi073.zlngfn (mgr.14182) 199 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:05.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:05 smithi110 bash[28336]: cluster 2023-12-06T04:08:04.064726+0000 mgr.smithi073.zlngfn (mgr.14182) 200 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:05.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:05 smithi073 bash[24935]: cluster 2023-12-06T04:08:04.064726+0000 mgr.smithi073.zlngfn (mgr.14182) 200 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:06.503 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:08:07.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:07 smithi110 bash[28336]: cluster 2023-12-06T04:08:06.065283+0000 mgr.smithi073.zlngfn (mgr.14182) 201 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:07.522 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:07 smithi073 bash[24935]: cluster 2023-12-06T04:08:06.065283+0000 mgr.smithi073.zlngfn (mgr.14182) 201 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:09.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:08 smithi110 bash[28336]: cluster 2023-12-06T04:08:08.065811+0000 mgr.smithi073.zlngfn (mgr.14182) 202 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:09.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:08 smithi073 bash[24935]: cluster 2023-12-06T04:08:08.065811+0000 mgr.smithi073.zlngfn (mgr.14182) 202 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:09.422 INFO:teuthology.orchestra.run.smithi073.stdout:85899345956 2023-12-06T04:08:10.078 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345943 got 85899345956 for osd.2 2023-12-06T04:08:10.079 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-06T04:08:10.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:09 smithi110 bash[28336]: audit 2023-12-06T04:08:09.421553+0000 mon.smithi073 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.73:0/3685270731' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T04:08:10.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:09 smithi073 bash[24935]: audit 2023-12-06T04:08:09.421553+0000 mon.smithi073 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.73:0/3685270731' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T04:08:11.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:10 smithi110 bash[28336]: cluster 2023-12-06T04:08:10.066288+0000 mgr.smithi073.zlngfn (mgr.14182) 203 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:11.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:10 smithi073 bash[24935]: cluster 2023-12-06T04:08:10.066288+0000 mgr.smithi073.zlngfn (mgr.14182) 203 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:13.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:13 smithi110 bash[28336]: cluster 2023-12-06T04:08:12.066917+0000 mgr.smithi073.zlngfn (mgr.14182) 204 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:13.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:13 smithi073 bash[24935]: cluster 2023-12-06T04:08:12.066917+0000 mgr.smithi073.zlngfn (mgr.14182) 204 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:14.861 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:08:15.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:15 smithi073 bash[24935]: cluster 2023-12-06T04:08:14.067647+0000 mgr.smithi073.zlngfn (mgr.14182) 205 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:15.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:15 smithi110 bash[28336]: cluster 2023-12-06T04:08:14.067647+0000 mgr.smithi073.zlngfn (mgr.14182) 205 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:17.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:17 smithi110 bash[28336]: cluster 2023-12-06T04:08:16.068361+0000 mgr.smithi073.zlngfn (mgr.14182) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:17.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:17 smithi073 bash[24935]: cluster 2023-12-06T04:08:16.068361+0000 mgr.smithi073.zlngfn (mgr.14182) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:17.587 INFO:teuthology.orchestra.run.smithi073.stdout:128849018916 2023-12-06T04:08:18.312 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018903 got 128849018916 for osd.3 2023-12-06T04:08:18.312 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-06T04:08:18.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:18 smithi110 bash[28336]: audit 2023-12-06T04:08:17.587135+0000 mon.smithi073 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.73:0/1321555090' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T04:08:18.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:18 smithi073 bash[24935]: audit 2023-12-06T04:08:17.587135+0000 mon.smithi073 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.73:0/1321555090' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T04:08:19.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:19 smithi110 bash[28336]: cluster 2023-12-06T04:08:18.069079+0000 mgr.smithi073.zlngfn (mgr.14182) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:19.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:19 smithi073 bash[24935]: cluster 2023-12-06T04:08:18.069079+0000 mgr.smithi073.zlngfn (mgr.14182) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:21.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:21 smithi110 bash[28336]: cluster 2023-12-06T04:08:20.069826+0000 mgr.smithi073.zlngfn (mgr.14182) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:21.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:21 smithi073 bash[24935]: cluster 2023-12-06T04:08:20.069826+0000 mgr.smithi073.zlngfn (mgr.14182) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:23.096 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:08:23.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:23 smithi110 bash[28336]: cluster 2023-12-06T04:08:22.070508+0000 mgr.smithi073.zlngfn (mgr.14182) 209 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:23.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:23 smithi073 bash[24935]: cluster 2023-12-06T04:08:22.070508+0000 mgr.smithi073.zlngfn (mgr.14182) 209 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:25.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:25 smithi110 bash[28336]: cluster 2023-12-06T04:08:24.071232+0000 mgr.smithi073.zlngfn (mgr.14182) 210 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:25.523 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:25 smithi073 bash[24935]: cluster 2023-12-06T04:08:24.071232+0000 mgr.smithi073.zlngfn (mgr.14182) 210 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:25.964 INFO:teuthology.orchestra.run.smithi073.stdout:111669149734 2023-12-06T04:08:26.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:26 smithi073 bash[24935]: audit 2023-12-06T04:08:25.963485+0000 mon.smithi073 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.73:0/2475893467' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T04:08:26.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:26 smithi110 bash[28336]: audit 2023-12-06T04:08:25.963485+0000 mon.smithi073 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.73:0/2475893467' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T04:08:26.697 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149722 got 111669149734 for osd.4 2023-12-06T04:08:26.698 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-06T04:08:27.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:27 smithi110 bash[28336]: cluster 2023-12-06T04:08:26.071818+0000 mgr.smithi073.zlngfn (mgr.14182) 211 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:27.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:27 smithi073 bash[24935]: cluster 2023-12-06T04:08:26.071818+0000 mgr.smithi073.zlngfn (mgr.14182) 211 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:29.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:28 smithi110 bash[28336]: cluster 2023-12-06T04:08:28.072483+0000 mgr.smithi073.zlngfn (mgr.14182) 212 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:29.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:28 smithi073 bash[24935]: cluster 2023-12-06T04:08:28.072483+0000 mgr.smithi073.zlngfn (mgr.14182) 212 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:31.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:31 smithi110 bash[28336]: cluster 2023-12-06T04:08:30.073126+0000 mgr.smithi073.zlngfn (mgr.14182) 213 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:31.475 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:08:31.504 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:31 smithi073 bash[24935]: cluster 2023-12-06T04:08:30.073126+0000 mgr.smithi073.zlngfn (mgr.14182) 213 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:33.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:33 smithi110 bash[28336]: cluster 2023-12-06T04:08:32.073796+0000 mgr.smithi073.zlngfn (mgr.14182) 214 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:33.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:33 smithi073 bash[24935]: cluster 2023-12-06T04:08:32.073796+0000 mgr.smithi073.zlngfn (mgr.14182) 214 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:34.532 INFO:teuthology.orchestra.run.smithi073.stdout:150323855398 2023-12-06T04:08:35.247 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855385 got 150323855398 for osd.5 2023-12-06T04:08:35.247 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-06T04:08:35.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:35 smithi110 bash[28336]: cluster 2023-12-06T04:08:34.074469+0000 mgr.smithi073.zlngfn (mgr.14182) 215 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:35.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:35 smithi110 bash[28336]: audit 2023-12-06T04:08:34.531155+0000 mon.smithi073 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.73:0/3673618538' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T04:08:35.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:35 smithi073 bash[24935]: cluster 2023-12-06T04:08:34.074469+0000 mgr.smithi073.zlngfn (mgr.14182) 215 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:35.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:35 smithi073 bash[24935]: audit 2023-12-06T04:08:34.531155+0000 mon.smithi073 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.73:0/3673618538' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T04:08:37.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:37 smithi110 bash[28336]: cluster 2023-12-06T04:08:36.075062+0000 mgr.smithi073.zlngfn (mgr.14182) 216 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:37.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:37 smithi073 bash[24935]: cluster 2023-12-06T04:08:36.075062+0000 mgr.smithi073.zlngfn (mgr.14182) 216 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:39.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:38 smithi110 bash[28336]: cluster 2023-12-06T04:08:38.075646+0000 mgr.smithi073.zlngfn (mgr.14182) 217 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:39.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:38 smithi110 bash[28336]: audit 2023-12-06T04:08:38.220534+0000 mon.smithi073 (mon.0) 609 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:08:39.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:38 smithi073 bash[24935]: cluster 2023-12-06T04:08:38.075646+0000 mgr.smithi073.zlngfn (mgr.14182) 217 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:39.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:38 smithi073 bash[24935]: audit 2023-12-06T04:08:38.220534+0000 mon.smithi073 (mon.0) 609 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:08:40.028 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:08:41.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:41 smithi073 bash[24935]: cluster 2023-12-06T04:08:40.076204+0000 mgr.smithi073.zlngfn (mgr.14182) 218 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:41.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:41 smithi110 bash[28336]: cluster 2023-12-06T04:08:40.076204+0000 mgr.smithi073.zlngfn (mgr.14182) 218 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:42.956 INFO:teuthology.orchestra.run.smithi073.stdout:128849018921 2023-12-06T04:08:43.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:43 smithi073 bash[24935]: cluster 2023-12-06T04:08:42.076746+0000 mgr.smithi073.zlngfn (mgr.14182) 219 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:43.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:43 smithi073 bash[24935]: audit 2023-12-06T04:08:42.956216+0000 mon.smithi073 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.73:0/3225924757' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T04:08:43.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:43 smithi110 bash[28336]: cluster 2023-12-06T04:08:42.076746+0000 mgr.smithi073.zlngfn (mgr.14182) 219 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:43.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:43 smithi110 bash[28336]: audit 2023-12-06T04:08:42.956216+0000 mon.smithi073 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.73:0/3225924757' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T04:08:43.690 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018908 got 128849018921 for osd.6 2023-12-06T04:08:43.690 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-06T04:08:44.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:44 smithi073 bash[24935]: audit 2023-12-06T04:08:43.304337+0000 mon.smithi073 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:08:44.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:44 smithi073 bash[24935]: audit 2023-12-06T04:08:43.756028+0000 mon.smithi073 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:08:44.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:44 smithi073 bash[24935]: audit 2023-12-06T04:08:44.056448+0000 mon.smithi073 (mon.0) 613 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:08:44.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:44 smithi073 bash[24935]: audit 2023-12-06T04:08:44.058274+0000 mon.smithi073 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:08:44.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:44 smithi073 bash[24935]: audit 2023-12-06T04:08:44.066775+0000 mon.smithi073 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:08:44.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:44 smithi073 bash[24935]: audit 2023-12-06T04:08:44.073815+0000 mon.smithi073 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:08:44.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:44 smithi110 bash[28336]: audit 2023-12-06T04:08:43.304337+0000 mon.smithi073 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:08:44.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:44 smithi110 bash[28336]: audit 2023-12-06T04:08:43.756028+0000 mon.smithi073 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:08:44.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:44 smithi110 bash[28336]: audit 2023-12-06T04:08:44.056448+0000 mon.smithi073 (mon.0) 613 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:08:44.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:44 smithi110 bash[28336]: audit 2023-12-06T04:08:44.058274+0000 mon.smithi073 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:08:44.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:44 smithi110 bash[28336]: audit 2023-12-06T04:08:44.066775+0000 mon.smithi073 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:08:44.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:44 smithi110 bash[28336]: audit 2023-12-06T04:08:44.073815+0000 mon.smithi073 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:08:45.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:45 smithi073 bash[24935]: cluster 2023-12-06T04:08:44.077190+0000 mgr.smithi073.zlngfn (mgr.14182) 220 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:45.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:45 smithi110 bash[28336]: cluster 2023-12-06T04:08:44.077190+0000 mgr.smithi073.zlngfn (mgr.14182) 220 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:47.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:47 smithi073 bash[24935]: cluster 2023-12-06T04:08:46.077719+0000 mgr.smithi073.zlngfn (mgr.14182) 221 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:47.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:47 smithi110 bash[28336]: cluster 2023-12-06T04:08:46.077719+0000 mgr.smithi073.zlngfn (mgr.14182) 221 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:48.474 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:08:49.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:48 smithi110 bash[28336]: cluster 2023-12-06T04:08:48.078233+0000 mgr.smithi073.zlngfn (mgr.14182) 222 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:49.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:48 smithi073 bash[24935]: cluster 2023-12-06T04:08:48.078233+0000 mgr.smithi073.zlngfn (mgr.14182) 222 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:51.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:51 smithi073 bash[24935]: cluster 2023-12-06T04:08:50.078814+0000 mgr.smithi073.zlngfn (mgr.14182) 223 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:51.344 INFO:teuthology.orchestra.run.smithi073.stdout:167503724585 2023-12-06T04:08:51.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:51 smithi110 bash[28336]: cluster 2023-12-06T04:08:50.078814+0000 mgr.smithi073.zlngfn (mgr.14182) 223 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:51.992 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724572 got 167503724585 for osd.7 2023-12-06T04:08:51.993 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-06T04:08:51.993 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T04:08:52.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:52 smithi073 bash[24935]: audit 2023-12-06T04:08:51.343424+0000 mon.smithi073 (mon.0) 617 : audit [DBG] from='client.? 172.21.15.73:0/4009141660' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T04:08:52.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:52 smithi110 bash[28336]: audit 2023-12-06T04:08:51.343424+0000 mon.smithi073 (mon.0) 617 : audit [DBG] from='client.? 172.21.15.73:0/4009141660' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T04:08:53.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:53 smithi110 bash[28336]: cluster 2023-12-06T04:08:52.079378+0000 mgr.smithi073.zlngfn (mgr.14182) 224 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:53.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:53 smithi073 bash[24935]: cluster 2023-12-06T04:08:52.079378+0000 mgr.smithi073.zlngfn (mgr.14182) 224 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:55.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:55 smithi110 bash[28336]: cluster 2023-12-06T04:08:54.079980+0000 mgr.smithi073.zlngfn (mgr.14182) 225 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:55.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:55 smithi073 bash[24935]: cluster 2023-12-06T04:08:54.079980+0000 mgr.smithi073.zlngfn (mgr.14182) 225 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:56.775 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:08:57.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:57 smithi110 bash[28336]: cluster 2023-12-06T04:08:56.080579+0000 mgr.smithi073.zlngfn (mgr.14182) 226 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:57.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:57 smithi073 bash[24935]: cluster 2023-12-06T04:08:56.080579+0000 mgr.smithi073.zlngfn (mgr.14182) 226 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:59.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:08:58 smithi110 bash[28336]: cluster 2023-12-06T04:08:58.081157+0000 mgr.smithi073.zlngfn (mgr.14182) 227 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:59.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:08:58 smithi073 bash[24935]: cluster 2023-12-06T04:08:58.081157+0000 mgr.smithi073.zlngfn (mgr.14182) 227 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:08:59.784 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:08:59.786 INFO:teuthology.orchestra.run.smithi073.stderr:dumped all 2023-12-06T04:09:00.518 INFO:teuthology.orchestra.run.smithi073.stdout:{"pg_ready":true,"pg_map":{"version":210,"stamp":"2023-12-06T04:08:58.080870+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":2379964,"kb_used_data":3196,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548484,"statfs":{"total":767926730752,"available":765489647616,"internally_reserved":0,"allocated":3272704,"data_stored":1269917,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":41,"state":"active+clean","last_fresh":"2023-12-06T04:05:44.304275+0000","last_change":"2023-12-06T04:05:44.304275+0000","last_active":"2023-12-06T04:05:44.304275+0000","last_peered":"2023-12-06T04:05:44.304275+0000","last_clean":"2023-12-06T04:05:44.304275+0000","last_became_active":"2023-12-06T04:05:44.303763+0000","last_became_peered":"2023-12-06T04:05:44.303763+0000","last_unstale":"2023-12-06T04:05:44.304275+0000","last_undegraded":"2023-12-06T04:05:44.304275+0000","last_fullsized":"2023-12-06T04:05:44.304275+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-06T04:05:22.268477+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T04:05:22.268477+0000","last_clean_scrub_stamp":"2023-12-06T04:05:22.268477+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724587,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297492,"kb_used_data":396,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443564,"statfs":{"total":95990841344,"available":95686209536,"internally_reserved":0,"allocated":405504,"data_stored":158464,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":0.81799999999999995,"5min":0.85399999999999998,"15min":0.84999999999999998},"min":{"1min":0.64800000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.109,"5min":1.1779999999999999,"15min":1.1779999999999999},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.90900000000000003,"5min":0.84699999999999998,"15min":0.83599999999999997},"min":{"1min":0.60299999999999998,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.198,"5min":1.198,"15min":1.198},"last":0.90600000000000003}]},{"osd":1,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":0.69499999999999995,"5min":0.78800000000000003,"15min":0.81699999999999995},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.038,"5min":1.8560000000000001,"15min":1.8560000000000001},"last":1.0620000000000001},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.82999999999999996,"15min":0.84199999999999997},"min":{"1min":0.53200000000000003,"5min":0.498,"15min":0.498},"max":{"1min":1.0569999999999999,"5min":1.24,"15min":1.24},"last":1.0960000000000001}]},{"osd":2,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":0.84699999999999998,"5min":0.85799999999999998,"15min":0.86599999999999999},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.0389999999999999,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.79200000000000004},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.96599999999999997,"15min":0.97199999999999998},"min":{"1min":0.70099999999999996,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.1950000000000001,"5min":1.21,"15min":1.21},"last":0.875}]},{"osd":3,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.89100000000000001,"15min":0.90500000000000003},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":1.3149999999999999,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":1.2390000000000001},{"interface":"front","average":{"1min":0.80500000000000005,"5min":0.83999999999999997,"15min":0.84999999999999998},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.1699999999999999,"5min":1.268,"15min":1.268},"last":0.97099999999999997}]},{"osd":4,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.97199999999999998,"15min":0.98399999999999999},"min":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.081,"5min":1.266,"15min":1.266},"last":1.125},{"interface":"front","average":{"1min":0.98699999999999999,"5min":1.0249999999999999,"15min":1.028},"min":{"1min":0.747,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.2170000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":1.179}]},{"osd":5,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":0.97299999999999998,"5min":1.0649999999999999,"15min":1.107},"min":{"1min":0.54700000000000004,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.357,"5min":2.1259999999999999,"15min":2.1259999999999999},"last":1.2609999999999999},{"interface":"front","average":{"1min":1.0509999999999999,"5min":1.0649999999999999,"15min":1.085},"min":{"1min":0.66500000000000004,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.4319999999999999,"5min":1.9690000000000001,"15min":1.9690000000000001},"last":1.3280000000000001}]},{"osd":6,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":1.1040000000000001,"5min":1.1279999999999999,"15min":1.1379999999999999},"min":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.5169999999999999,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":1.3660000000000001},{"interface":"front","average":{"1min":1.0069999999999999,"5min":1.111,"15min":1.135},"min":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.3280000000000001,"5min":1.641,"15min":1.641},"last":1.21}]}]},{"osd":5,"up_from":35,"seq":150323855403,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 04:08:39 2023","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.81299999999999994,"15min":0.79300000000000004},"min":{"1min":0.67600000000000005,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.095,"5min":1.218,"15min":1.218},"last":1.083},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.879,"15min":0.86599999999999999},"min":{"1min":0.63300000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.3129999999999999,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":1.2370000000000001}]},{"osd":1,"last update":"Wed Dec 6 04:08:39 2023","interfaces":[{"interface":"back","average":{"1min":0.78000000000000003,"5min":0.70699999999999996,"15min":0.68100000000000005},"min":{"1min":0.58899999999999997,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.999,"5min":1.099,"15min":1.099},"last":0.73599999999999999},{"interface":"front","average":{"1min":0.77800000000000002,"5min":0.748,"15min":0.72199999999999998},"min":{"1min":0.47199999999999998,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.177,"5min":1.333,"15min":1.333},"last":1.1599999999999999}]},{"osd":2,"last update":"Wed Dec 6 04:08:39 2023","interfaces":[{"interface":"back","average":{"1min":0.90000000000000002,"5min":0.90900000000000003,"15min":0.90300000000000002},"min":{"1min":0.64000000000000001,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.1699999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.96399999999999997},{"interface":"front","average":{"1min":0.93600000000000005,"5min":0.94999999999999996,"15min":0.94399999999999995},"min":{"1min":0.66800000000000004,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.0920000000000001,"5min":1.29,"15min":1.29},"last":1.0069999999999999}]},{"osd":3,"last update":"Wed Dec 6 04:08:39 2023","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.85699999999999998,"15min":0.83699999999999997},"min":{"1min":0.56200000000000006,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.1890000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":0.83299999999999996},{"interface":"front","average":{"1min":0.871,"5min":0.78300000000000003,"15min":0.753},"min":{"1min":0.61399999999999999,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.0669999999999999,"5min":1.101,"15min":1.101},"last":0.92600000000000005}]},{"osd":4,"last update":"Wed Dec 6 04:08:39 2023","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.94699999999999995,"15min":0.93600000000000005},"min":{"1min":0.80200000000000005,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.1579999999999999,"5min":1.329,"15min":1.329},"last":1.0640000000000001},{"interface":"front","average":{"1min":1.0209999999999999,"5min":1.0149999999999999,"15min":1.0009999999999999},"min":{"1min":0.88900000000000001,"5min":0.751,"15min":0.751},"max":{"1min":1.1579999999999999,"5min":1.359,"15min":1.359},"last":1.276}]},{"osd":6,"last update":"Wed Dec 6 04:08:39 2023","interfaces":[{"interface":"back","average":{"1min":1.099,"5min":1.071,"15min":1.046},"min":{"1min":0.85799999999999998,"5min":0.75,"15min":0.75},"max":{"1min":1.2450000000000001,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":1.111},{"interface":"front","average":{"1min":1.0569999999999999,"5min":1.0449999999999999,"15min":1.04},"min":{"1min":0.85599999999999998,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.3,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":1.1319999999999999}]},{"osd":7,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":1.024,"5min":1.004,"15min":0.997},"min":{"1min":0.68300000000000005,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.339,"5min":1.419,"15min":1.419},"last":1.2210000000000001},{"interface":"front","average":{"1min":1.151,"5min":1.0880000000000001,"15min":1.0640000000000001},"min":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.3240000000000001,"5min":1.524,"15min":1.524},"last":1.1879999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345966,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 04:08:24 2023","interfaces":[{"interface":"back","average":{"1min":0.68400000000000005,"5min":0.68600000000000005,"15min":0.68000000000000005},"min":{"1min":0.496,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.876,"5min":1.036,"15min":1.036},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.75800000000000001,"5min":0.76500000000000001,"15min":0.755},"min":{"1min":0.55400000000000005,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.0489999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.63}]},{"osd":1,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":1.0109999999999999,"5min":0.996,"15min":0.98099999999999998},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.298,"5min":1.361,"15min":1.361},"last":1.222},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.90800000000000003,"15min":0.89900000000000002},"min":{"1min":0.73299999999999998,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.2470000000000001,"5min":1.3,"15min":1.3},"last":0.93200000000000005}]},{"osd":3,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":1.022,"15min":1.02},"min":{"1min":0.80600000000000005,"5min":0.63,"15min":0.63},"max":{"1min":1.2430000000000001,"5min":1.452,"15min":1.452},"last":1.1220000000000001},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.92500000000000004,"15min":0.92400000000000004},"min":{"1min":0.69099999999999995,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.173,"5min":1.204,"15min":1.204},"last":1.018}]},{"osd":4,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.89900000000000002,"15min":0.87},"min":{"1min":0.75700000000000001,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.181,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.88800000000000001,"15min":0.877},"min":{"1min":0.747,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.103,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.82799999999999996}]},{"osd":5,"last update":"Wed Dec 6 04:08:42 2023","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.92800000000000005,"15min":0.92100000000000004},"min":{"1min":0.68600000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.1970000000000001,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":1.0609999999999999},{"interface":"front","average":{"1min":1.1279999999999999,"5min":1.099,"15min":1.0840000000000001},"min":{"1min":0.97899999999999998,"5min":0.873,"15min":0.873},"max":{"1min":1.2809999999999999,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.042}]},{"osd":6,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.93500000000000005,"15min":0.92500000000000004},"min":{"1min":0.72199999999999998,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.1459999999999999,"5min":1.407,"15min":1.407},"last":0.99099999999999999},{"interface":"front","average":{"1min":1.081,"5min":1.1100000000000001,"15min":1.1160000000000001},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.3149999999999999,"5min":1.679,"15min":1.679},"last":0.874}]},{"osd":7,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.1060000000000001,"15min":1.121},"min":{"1min":0.86099999999999999,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":1.347,"5min":2.407,"15min":2.407},"last":1.0940000000000001},{"interface":"front","average":{"1min":1.177,"5min":1.21,"15min":1.216},"min":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"max":{"1min":1.369,"5min":1.7050000000000001,"15min":1.7050000000000001},"last":1.179}]}]},{"osd":0,"up_from":16,"seq":68719476784,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Dec 6 04:08:24 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.86299999999999999,"15min":0.85299999999999998},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.212,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":1.0269999999999999},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.86399999999999999,"15min":0.85799999999999998},"min":{"1min":0.66300000000000003,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.91100000000000003}]},{"osd":2,"last update":"Wed Dec 6 04:08:24 2023","interfaces":[{"interface":"back","average":{"1min":0.82499999999999996,"5min":0.77500000000000002,"15min":0.77200000000000002},"min":{"1min":0.52400000000000002,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.196,"5min":1.212,"15min":1.212},"last":0.77400000000000002},{"interface":"front","average":{"1min":0.83899999999999997,"5min":0.81899999999999995,"15min":0.81599999999999995},"min":{"1min":0.60499999999999998,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.087,"5min":1.198,"15min":1.198},"last":1.1559999999999999}]},{"osd":3,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.88900000000000001,"15min":0.874},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.2969999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.95499999999999996},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.86899999999999999,"15min":0.86299999999999999},"min":{"1min":0.66800000000000004,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.248,"5min":1.248,"15min":1.248},"last":0.96999999999999997}]},{"osd":4,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.85399999999999998,"15min":0.82399999999999995},"min":{"1min":0.64600000000000002,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.2490000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.81499999999999995},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.88200000000000001,"15min":0.86599999999999999},"min":{"1min":0.68000000000000005,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.24,"5min":1.24,"15min":1.24},"last":0.84499999999999997}]},{"osd":5,"last update":"Wed Dec 6 04:08:44 2023","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":1.002,"15min":0.999},"min":{"1min":0.77700000000000002,"5min":0.622,"15min":0.622},"max":{"1min":1.2110000000000001,"5min":1.274,"15min":1.274},"last":1.0700000000000001},{"interface":"front","average":{"1min":0.98799999999999999,"5min":0.96799999999999997,"15min":0.95299999999999996},"min":{"1min":0.71399999999999997,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.169,"5min":1.383,"15min":1.383},"last":1.048}]},{"osd":6,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.016,"15min":1.0009999999999999},"min":{"1min":0.77700000000000002,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.375,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":1.1830000000000001},{"interface":"front","average":{"1min":1.111,"5min":1.081,"15min":1.0629999999999999},"min":{"1min":0.97899999999999998,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.282,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":1.2290000000000001}]},{"osd":7,"last update":"Wed Dec 6 04:08:44 2023","interfaces":[{"interface":"back","average":{"1min":1.0940000000000001,"5min":1.056,"15min":1.038},"min":{"1min":0.84799999999999998,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.415,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":1.208},{"interface":"front","average":{"1min":1.1539999999999999,"5min":1.117,"15min":1.1000000000000001},"min":{"1min":0.85699999999999998,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":1.254}]}]},{"osd":1,"up_from":23,"seq":98784247854,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 04:08:26 2023","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.89700000000000002,"15min":0.89400000000000002},"min":{"1min":0.73899999999999999,"5min":0.504,"15min":0.504},"max":{"1min":1.1910000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.81899999999999995,"5min":0.84499999999999997,"15min":0.84399999999999997},"min":{"1min":0.629,"5min":0.629,"15min":0.629},"max":{"1min":1.0369999999999999,"5min":1.151,"15min":1.151},"last":0.73999999999999999}]},{"osd":2,"last update":"Wed Dec 6 04:08:26 2023","interfaces":[{"interface":"back","average":{"1min":0.89300000000000002,"5min":0.89800000000000002,"15min":0.90000000000000002},"min":{"1min":0.70399999999999996,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.052,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":0.96199999999999997},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.92400000000000004,"15min":0.92700000000000005},"min":{"1min":0.69399999999999995,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.1539999999999999,"5min":1.224,"15min":1.224},"last":0.60699999999999998}]},{"osd":3,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":0.76500000000000001,"5min":0.73099999999999998,"15min":0.72099999999999997},"min":{"1min":0.48099999999999998,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.258,"5min":1.258,"15min":1.258},"last":0.68300000000000005},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.80600000000000005,"15min":0.79200000000000004},"min":{"1min":0.58399999999999996,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.1930000000000001,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":0.47899999999999998}]},{"osd":4,"last update":"Wed Dec 6 04:08:28 2023","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.97699999999999998,"15min":0.995},"min":{"1min":0.72399999999999998,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.95599999999999996,"5min":0.93300000000000005,"15min":0.92700000000000005},"min":{"1min":0.80300000000000005,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.1559999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.78200000000000003}]},{"osd":5,"last update":"Wed Dec 6 04:08:46 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.90700000000000003,"15min":0.92100000000000004},"min":{"1min":0.65100000000000002,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.1799999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.90800000000000003},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.98499999999999999,"15min":0.99199999999999999},"min":{"1min":0.66300000000000003,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.2070000000000001,"5min":1.421,"15min":1.421},"last":0.77100000000000002}]},{"osd":6,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":1.0629999999999999,"15min":1.0669999999999999},"min":{"1min":0.873,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.1639999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":0.75700000000000001},{"interface":"front","average":{"1min":1.135,"5min":1.1339999999999999,"15min":1.1339999999999999},"min":{"1min":0.93700000000000006,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.266,"5min":1.407,"15min":1.407},"last":0.83599999999999997}]},{"osd":7,"last update":"Wed Dec 6 04:08:49 2023","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":1.022,"15min":1.018},"min":{"1min":0.71999999999999997,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.236,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":0.63900000000000001},{"interface":"front","average":{"1min":1.1000000000000001,"5min":1.107,"15min":1.105},"min":{"1min":0.79300000000000004,"5min":0.434,"15min":0.434},"max":{"1min":1.3169999999999999,"5min":1.4930000000000001,"15min":1.4930000000000001},"last":0.81000000000000005}]}]},{"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":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 04:08:32 2023","interfaces":[{"interface":"back","average":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.74399999999999999},"min":{"1min":0.55900000000000005,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.014,"5min":1.173,"15min":1.173},"last":0.77400000000000002},{"interface":"front","average":{"1min":0.70299999999999996,"5min":0.753,"15min":0.75900000000000001},"min":{"1min":0.55200000000000005,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":0.875,"5min":1.242,"15min":1.242},"last":0.80900000000000005}]},{"osd":1,"last update":"Wed Dec 6 04:08:32 2023","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.93999999999999995,"15min":0.94499999999999995},"min":{"1min":0.65200000000000002,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.222,"5min":2.1040000000000001,"15min":2.1040000000000001},"last":0.88800000000000001},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.96999999999999997,"15min":0.96499999999999997},"min":{"1min":0.78500000000000003,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.206,"5min":1.827,"15min":1.827},"last":0.66700000000000004}]},{"osd":2,"last update":"Wed Dec 6 04:08:32 2023","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.79300000000000004,"15min":0.78100000000000003},"min":{"1min":0.57699999999999996,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.0669999999999999,"5min":1.1220000000000001,"15min":1.1220000000000001},"last":0.71099999999999997},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.89600000000000002,"15min":0.88100000000000001},"min":{"1min":0.748,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.1559999999999999,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.85299999999999998}]},{"osd":3,"last update":"Wed Dec 6 04:08:32 2023","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.0389999999999999,"15min":1.0489999999999999},"min":{"1min":0.81899999999999995,"5min":0.78500000000000003,"15min":0.78500000000000003},"max":{"1min":1.3129999999999999,"5min":1.8919999999999999,"15min":1.8919999999999999},"last":0.94699999999999995},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"min":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.1699999999999999,"5min":2.0630000000000002,"15min":2.0630000000000002},"last":0.93200000000000005}]},{"osd":5,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":0.98399999999999999,"5min":0.97899999999999998,"15min":0.97499999999999998},"min":{"1min":0.77200000000000002,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.1679999999999999,"5min":1.335,"15min":1.335},"last":1.042},{"interface":"front","average":{"1min":1.01,"5min":0.99199999999999999,"15min":0.97599999999999998},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.2909999999999999,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":0.97599999999999998}]},{"osd":6,"last update":"Wed Dec 6 04:08:32 2023","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":1.002,"15min":0.98799999999999999},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.228,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":1.0620000000000001},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.0720000000000001,"15min":1.0660000000000001},"min":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.026}]},{"osd":7,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":1.087,"15min":1.085},"min":{"1min":0.81399999999999995,"5min":0.79000000000000004,"15min":0.79000000000000004},"max":{"1min":1.2569999999999999,"5min":1.468,"15min":1.468},"last":0.997},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.143,"15min":1.131},"min":{"1min":0.80800000000000005,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.6120000000000001,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":1.1140000000000001}]}]},{"osd":3,"up_from":30,"seq":128849018924,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 04:08:36 2023","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.86299999999999999,"15min":0.86099999999999999},"min":{"1min":0.55800000000000005,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.1839999999999999,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":1.216},{"interface":"front","average":{"1min":0.88400000000000001,"5min":0.80900000000000005,"15min":0.78200000000000003},"min":{"1min":0.69099999999999995,"5min":0.624,"15min":0.624},"max":{"1min":1.1140000000000001,"5min":1.1140000000000001,"15min":1.1140000000000001},"last":0.79600000000000004}]},{"osd":1,"last update":"Wed Dec 6 04:08:36 2023","interfaces":[{"interface":"back","average":{"1min":0.70199999999999996,"5min":0.66900000000000004,"15min":0.65900000000000003},"min":{"1min":0.42599999999999999,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.82899999999999996},{"interface":"front","average":{"1min":0.72499999999999998,"5min":0.71599999999999997,"15min":0.70499999999999996},"min":{"1min":0.51700000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.1000000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":1.1180000000000001}]},{"osd":2,"last update":"Wed Dec 6 04:08:36 2023","interfaces":[{"interface":"back","average":{"1min":0.93100000000000005,"5min":0.91700000000000004,"15min":0.89900000000000002},"min":{"1min":0.72499999999999998,"5min":0.623,"15min":0.623},"max":{"1min":1.129,"5min":1.264,"15min":1.264},"last":1.296},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.89700000000000002,"15min":0.90600000000000003},"min":{"1min":0.68700000000000006,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.1120000000000001,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":1.2509999999999999}]},{"osd":4,"last update":"Wed Dec 6 04:08:36 2023","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.84499999999999997,"15min":0.83099999999999996},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.1519999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":1.048},{"interface":"front","average":{"1min":1.034,"5min":0.98899999999999999,"15min":0.97499999999999998},"min":{"1min":0.82099999999999995,"5min":0.626,"15min":0.626},"max":{"1min":1.2290000000000001,"5min":1.319,"15min":1.319},"last":0.99199999999999999}]},{"osd":5,"last update":"Wed Dec 6 04:08:42 2023","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.92300000000000004,"15min":0.91300000000000003},"min":{"1min":0.65800000000000003,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.151,"5min":1.196,"15min":1.196},"last":0.86499999999999999},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.877,"15min":0.86799999999999999},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.21,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":1.0169999999999999}]},{"osd":6,"last update":"Wed Dec 6 04:08:36 2023","interfaces":[{"interface":"back","average":{"1min":1.044,"5min":1.0189999999999999,"15min":1.0089999999999999},"min":{"1min":0.91600000000000004,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.3009999999999999,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":0.90900000000000003},{"interface":"front","average":{"1min":0.99199999999999999,"5min":0.98599999999999999,"15min":0.98399999999999999},"min":{"1min":0.68200000000000005,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.1279999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.94699999999999995}]},{"osd":7,"last update":"Wed Dec 6 04:08:48 2023","interfaces":[{"interface":"back","average":{"1min":1.0489999999999999,"5min":1.091,"15min":1.093},"min":{"1min":0.72499999999999998,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.236,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":1.5589999999999999},{"interface":"front","average":{"1min":1.008,"5min":1.0549999999999999,"15min":1.0569999999999999},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.321,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":1.4510000000000001}]}]},{"osd":6,"up_from":30,"seq":128849018924,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 04:08:33 2023","interfaces":[{"interface":"back","average":{"1min":0.73399999999999999,"5min":0.70999999999999996,"15min":0.70999999999999996},"min":{"1min":0.55000000000000004,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":0.96199999999999997,"5min":1.0409999999999999,"15min":1.0409999999999999},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.77900000000000003,"5min":0.79500000000000004,"15min":0.79300000000000004},"min":{"1min":0.60699999999999998,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":0.98199999999999998,"5min":1.0700000000000001,"15min":1.0700000000000001},"last":0.69199999999999995}]},{"osd":1,"last update":"Wed Dec 6 04:08:33 2023","interfaces":[{"interface":"back","average":{"1min":0.97699999999999998,"5min":0.95699999999999996,"15min":0.95499999999999996},"min":{"1min":0.82599999999999996,"5min":0.62,"15min":0.62},"max":{"1min":1.26,"5min":1.26,"15min":1.26},"last":0.81100000000000005},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.92900000000000005,"15min":0.92600000000000005},"min":{"1min":0.745,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.075,"5min":1.145,"15min":1.145},"last":0.754}]},{"osd":2,"last update":"Wed Dec 6 04:08:33 2023","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.82499999999999996,"15min":0.80800000000000005},"min":{"1min":0.68999999999999995,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.206,"5min":1.206,"15min":1.206},"last":0.94199999999999995},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.84699999999999998,"15min":0.84099999999999997},"min":{"1min":0.61099999999999999,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.24,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":1.0720000000000001}]},{"osd":3,"last update":"Wed Dec 6 04:08:33 2023","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":0.91500000000000004,"15min":0.90300000000000002},"min":{"1min":0.70399999999999996,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.2030000000000001,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":0.91100000000000003},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.90000000000000002,"15min":0.88400000000000001},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.1459999999999999,"5min":1.3,"15min":1.3},"last":0.64300000000000002}]},{"osd":4,"last update":"Wed Dec 6 04:08:33 2023","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.95799999999999996,"15min":0.94899999999999995},"min":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.177,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":0.86599999999999999},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.0069999999999999,"15min":0.997},"min":{"1min":0.83299999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":1.1020000000000001}]},{"osd":5,"last update":"Wed Dec 6 04:08:42 2023","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.087,"15min":1.0660000000000001},"min":{"1min":0.95499999999999996,"5min":0.80800000000000005,"15min":0.80800000000000005},"max":{"1min":1.5149999999999999,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":0.98799999999999999},{"interface":"front","average":{"1min":1.139,"5min":1.117,"15min":1.117},"min":{"1min":0.91500000000000004,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.3009999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":1.1919999999999999}]},{"osd":7,"last update":"Wed Dec 6 04:08:42 2023","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.0640000000000001,"15min":1.052},"min":{"1min":0.88400000000000001,"5min":0.80700000000000005,"15min":0.80700000000000005},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":1.0489999999999999},{"interface":"front","average":{"1min":1.228,"5min":1.1399999999999999,"15min":1.111},"min":{"1min":0.98099999999999998,"5min":0.89400000000000002,"15min":0.89400000000000002},"max":{"1min":1.591,"5min":1.591,"15min":1.591},"last":1.165}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-06T04:09:00.520 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T04:09:01.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:01 smithi110 bash[28336]: audit 2023-12-06T04:08:59.775498+0000 mgr.smithi073.zlngfn (mgr.14182) 228 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:09:01.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:01 smithi110 bash[28336]: cluster 2023-12-06T04:09:00.081730+0000 mgr.smithi073.zlngfn (mgr.14182) 229 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:01.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:01 smithi073 bash[24935]: audit 2023-12-06T04:08:59.775498+0000 mgr.smithi073.zlngfn (mgr.14182) 228 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:09:01.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:01 smithi073 bash[24935]: cluster 2023-12-06T04:09:00.081730+0000 mgr.smithi073.zlngfn (mgr.14182) 229 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:03.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:03 smithi110 bash[28336]: cluster 2023-12-06T04:09:02.082301+0000 mgr.smithi073.zlngfn (mgr.14182) 230 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:03.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:03 smithi073 bash[24935]: cluster 2023-12-06T04:09:02.082301+0000 mgr.smithi073.zlngfn (mgr.14182) 230 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:05.304 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:09:05.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:05 smithi110 bash[28336]: cluster 2023-12-06T04:09:04.083018+0000 mgr.smithi073.zlngfn (mgr.14182) 231 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:05.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:05 smithi073 bash[24935]: cluster 2023-12-06T04:09:04.083018+0000 mgr.smithi073.zlngfn (mgr.14182) 231 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:07.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:07 smithi073 bash[24935]: cluster 2023-12-06T04:09:06.083580+0000 mgr.smithi073.zlngfn (mgr.14182) 232 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:07.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:07 smithi110 bash[28336]: cluster 2023-12-06T04:09:06.083580+0000 mgr.smithi073.zlngfn (mgr.14182) 232 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:08.312 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:09:08.315 INFO:teuthology.orchestra.run.smithi073.stderr:dumped all 2023-12-06T04:09:09.054 INFO:teuthology.orchestra.run.smithi073.stdout:{"pg_ready":true,"pg_map":{"version":215,"stamp":"2023-12-06T04:09:08.083810+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":2379964,"kb_used_data":3196,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548484,"statfs":{"total":767926730752,"available":765489647616,"internally_reserved":0,"allocated":3272704,"data_stored":1269917,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":41,"state":"active+clean","last_fresh":"2023-12-06T04:05:44.304275+0000","last_change":"2023-12-06T04:05:44.304275+0000","last_active":"2023-12-06T04:05:44.304275+0000","last_peered":"2023-12-06T04:05:44.304275+0000","last_clean":"2023-12-06T04:05:44.304275+0000","last_became_active":"2023-12-06T04:05:44.303763+0000","last_became_peered":"2023-12-06T04:05:44.303763+0000","last_unstale":"2023-12-06T04:05:44.304275+0000","last_undegraded":"2023-12-06T04:05:44.304275+0000","last_fullsized":"2023-12-06T04:05:44.304275+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-06T04:05:22.268477+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T04:05:22.268477+0000","last_clean_scrub_stamp":"2023-12-06T04:05:22.268477+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724589,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297492,"kb_used_data":396,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443564,"statfs":{"total":95990841344,"available":95686209536,"internally_reserved":0,"allocated":405504,"data_stored":158464,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":0.81799999999999995,"5min":0.85399999999999998,"15min":0.84999999999999998},"min":{"1min":0.64800000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.109,"5min":1.1779999999999999,"15min":1.1779999999999999},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.90900000000000003,"5min":0.84699999999999998,"15min":0.83599999999999997},"min":{"1min":0.60299999999999998,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.198,"5min":1.198,"15min":1.198},"last":0.70599999999999996}]},{"osd":1,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":0.69499999999999995,"5min":0.78800000000000003,"15min":0.81699999999999995},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.038,"5min":1.8560000000000001,"15min":1.8560000000000001},"last":0.75900000000000001},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.82999999999999996,"15min":0.84199999999999997},"min":{"1min":0.53200000000000003,"5min":0.498,"15min":0.498},"max":{"1min":1.0569999999999999,"5min":1.24,"15min":1.24},"last":1.083}]},{"osd":2,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":0.84699999999999998,"5min":0.85799999999999998,"15min":0.86599999999999999},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.0389999999999999,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.82999999999999996},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.96599999999999997,"15min":0.97199999999999998},"min":{"1min":0.70099999999999996,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.1950000000000001,"5min":1.21,"15min":1.21},"last":0.871}]},{"osd":3,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.89100000000000001,"15min":0.90500000000000003},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":1.3149999999999999,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":0.81399999999999995},{"interface":"front","average":{"1min":0.80500000000000005,"5min":0.83999999999999997,"15min":0.84999999999999998},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.1699999999999999,"5min":1.268,"15min":1.268},"last":0.72799999999999998}]},{"osd":4,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.97199999999999998,"15min":0.98399999999999999},"min":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.081,"5min":1.266,"15min":1.266},"last":0.98599999999999999},{"interface":"front","average":{"1min":0.98699999999999999,"5min":1.0249999999999999,"15min":1.028},"min":{"1min":0.747,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.2170000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.95299999999999996}]},{"osd":5,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":0.97299999999999998,"5min":1.0649999999999999,"15min":1.107},"min":{"1min":0.54700000000000004,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.357,"5min":2.1259999999999999,"15min":2.1259999999999999},"last":1.056},{"interface":"front","average":{"1min":1.0509999999999999,"5min":1.0649999999999999,"15min":1.085},"min":{"1min":0.66500000000000004,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.4319999999999999,"5min":1.9690000000000001,"15min":1.9690000000000001},"last":0.90700000000000003}]},{"osd":6,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":1.1040000000000001,"5min":1.1279999999999999,"15min":1.1379999999999999},"min":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.5169999999999999,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":0.97399999999999998},{"interface":"front","average":{"1min":1.0069999999999999,"5min":1.111,"15min":1.135},"min":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.3280000000000001,"5min":1.641,"15min":1.641},"last":1.109}]}]},{"osd":5,"up_from":35,"seq":150323855405,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 04:08:39 2023","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.81299999999999994,"15min":0.79300000000000004},"min":{"1min":0.67600000000000005,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.095,"5min":1.218,"15min":1.218},"last":0.81000000000000005},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.879,"15min":0.86599999999999999},"min":{"1min":0.63300000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.3129999999999999,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":0.995}]},{"osd":1,"last update":"Wed Dec 6 04:08:39 2023","interfaces":[{"interface":"back","average":{"1min":0.78000000000000003,"5min":0.70699999999999996,"15min":0.68100000000000005},"min":{"1min":0.58899999999999997,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.999,"5min":1.099,"15min":1.099},"last":0.83299999999999996},{"interface":"front","average":{"1min":0.77800000000000002,"5min":0.748,"15min":0.72199999999999998},"min":{"1min":0.47199999999999998,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.177,"5min":1.333,"15min":1.333},"last":0.57099999999999995}]},{"osd":2,"last update":"Wed Dec 6 04:08:39 2023","interfaces":[{"interface":"back","average":{"1min":0.90000000000000002,"5min":0.90900000000000003,"15min":0.90300000000000002},"min":{"1min":0.64000000000000001,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.1699999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.90000000000000002},{"interface":"front","average":{"1min":0.93600000000000005,"5min":0.94999999999999996,"15min":0.94399999999999995},"min":{"1min":0.66800000000000004,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.0920000000000001,"5min":1.29,"15min":1.29},"last":1.1100000000000001}]},{"osd":3,"last update":"Wed Dec 6 04:08:39 2023","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.85699999999999998,"15min":0.83699999999999997},"min":{"1min":0.56200000000000006,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.1890000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":0.76600000000000001},{"interface":"front","average":{"1min":0.871,"5min":0.78300000000000003,"15min":0.753},"min":{"1min":0.61399999999999999,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.0669999999999999,"5min":1.101,"15min":1.101},"last":0.65000000000000002}]},{"osd":4,"last update":"Wed Dec 6 04:08:39 2023","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.94699999999999995,"15min":0.93600000000000005},"min":{"1min":0.80200000000000005,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.1579999999999999,"5min":1.329,"15min":1.329},"last":0.72299999999999998},{"interface":"front","average":{"1min":1.0209999999999999,"5min":1.0149999999999999,"15min":1.0009999999999999},"min":{"1min":0.88900000000000001,"5min":0.751,"15min":0.751},"max":{"1min":1.1579999999999999,"5min":1.359,"15min":1.359},"last":0.96799999999999997}]},{"osd":6,"last update":"Wed Dec 6 04:08:39 2023","interfaces":[{"interface":"back","average":{"1min":1.099,"5min":1.071,"15min":1.046},"min":{"1min":0.85799999999999998,"5min":0.75,"15min":0.75},"max":{"1min":1.2450000000000001,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":1.0589999999999999},{"interface":"front","average":{"1min":1.0569999999999999,"5min":1.0449999999999999,"15min":1.04},"min":{"1min":0.85599999999999998,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.3,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.91400000000000003}]},{"osd":7,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":1.024,"5min":1.004,"15min":0.997},"min":{"1min":0.68300000000000005,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.339,"5min":1.419,"15min":1.419},"last":1.03},{"interface":"front","average":{"1min":1.151,"5min":1.0880000000000001,"15min":1.0640000000000001},"min":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.3240000000000001,"5min":1.524,"15min":1.524},"last":0.93100000000000005}]}]},{"osd":2,"up_from":20,"seq":85899345968,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 04:08:24 2023","interfaces":[{"interface":"back","average":{"1min":0.68400000000000005,"5min":0.68600000000000005,"15min":0.68000000000000005},"min":{"1min":0.496,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.876,"5min":1.036,"15min":1.036},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.75800000000000001,"5min":0.76500000000000001,"15min":0.755},"min":{"1min":0.55400000000000005,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.0489999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.79800000000000004}]},{"osd":1,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":1.0109999999999999,"5min":0.996,"15min":0.98099999999999998},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.298,"5min":1.361,"15min":1.361},"last":1.004},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.90800000000000003,"15min":0.89900000000000002},"min":{"1min":0.73299999999999998,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.2470000000000001,"5min":1.3,"15min":1.3},"last":0.93200000000000005}]},{"osd":3,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":1.022,"15min":1.02},"min":{"1min":0.80600000000000005,"5min":0.63,"15min":0.63},"max":{"1min":1.2430000000000001,"5min":1.452,"15min":1.452},"last":0.95299999999999996},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.92500000000000004,"15min":0.92400000000000004},"min":{"1min":0.69099999999999995,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.173,"5min":1.204,"15min":1.204},"last":0.69099999999999995}]},{"osd":4,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.89900000000000002,"15min":0.87},"min":{"1min":0.75700000000000001,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.181,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":1.048},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.88800000000000001,"15min":0.877},"min":{"1min":0.747,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.103,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":1.034}]},{"osd":5,"last update":"Wed Dec 6 04:08:42 2023","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.92800000000000005,"15min":0.92100000000000004},"min":{"1min":0.68600000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.1970000000000001,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.97699999999999998},{"interface":"front","average":{"1min":1.1279999999999999,"5min":1.099,"15min":1.0840000000000001},"min":{"1min":0.97899999999999998,"5min":0.873,"15min":0.873},"max":{"1min":1.2809999999999999,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.1819999999999999}]},{"osd":6,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.93500000000000005,"15min":0.92500000000000004},"min":{"1min":0.72199999999999998,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.1459999999999999,"5min":1.407,"15min":1.407},"last":1.0740000000000001},{"interface":"front","average":{"1min":1.081,"5min":1.1100000000000001,"15min":1.1160000000000001},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.3149999999999999,"5min":1.679,"15min":1.679},"last":1.125}]},{"osd":7,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.1060000000000001,"15min":1.121},"min":{"1min":0.86099999999999999,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":1.347,"5min":2.407,"15min":2.407},"last":1.105},{"interface":"front","average":{"1min":1.177,"5min":1.21,"15min":1.216},"min":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"max":{"1min":1.369,"5min":1.7050000000000001,"15min":1.7050000000000001},"last":1.23}]}]},{"osd":0,"up_from":16,"seq":68719476786,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Dec 6 04:08:24 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.86299999999999999,"15min":0.85299999999999998},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.212,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.86399999999999999,"15min":0.85799999999999998},"min":{"1min":0.66300000000000003,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.70799999999999996}]},{"osd":2,"last update":"Wed Dec 6 04:08:24 2023","interfaces":[{"interface":"back","average":{"1min":0.82499999999999996,"5min":0.77500000000000002,"15min":0.77200000000000002},"min":{"1min":0.52400000000000002,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.196,"5min":1.212,"15min":1.212},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.83899999999999997,"5min":0.81899999999999995,"15min":0.81599999999999995},"min":{"1min":0.60499999999999998,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.087,"5min":1.198,"15min":1.198},"last":0.78800000000000003}]},{"osd":3,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.88900000000000001,"15min":0.874},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.2969999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.88700000000000001},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.86899999999999999,"15min":0.86299999999999999},"min":{"1min":0.66800000000000004,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.248,"5min":1.248,"15min":1.248},"last":0.755}]},{"osd":4,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.85399999999999998,"15min":0.82399999999999995},"min":{"1min":0.64600000000000002,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.2490000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.88200000000000001,"15min":0.86599999999999999},"min":{"1min":0.68000000000000005,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.24,"5min":1.24,"15min":1.24},"last":0.84399999999999997}]},{"osd":5,"last update":"Wed Dec 6 04:08:44 2023","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":1.002,"15min":0.999},"min":{"1min":0.77700000000000002,"5min":0.622,"15min":0.622},"max":{"1min":1.2110000000000001,"5min":1.274,"15min":1.274},"last":0.87},{"interface":"front","average":{"1min":0.98799999999999999,"5min":0.96799999999999997,"15min":0.95299999999999996},"min":{"1min":0.71399999999999997,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.169,"5min":1.383,"15min":1.383},"last":1.0580000000000001}]},{"osd":6,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.016,"15min":1.0009999999999999},"min":{"1min":0.77700000000000002,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.375,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":0.82599999999999996},{"interface":"front","average":{"1min":1.111,"5min":1.081,"15min":1.0629999999999999},"min":{"1min":0.97899999999999998,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.282,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":0.95599999999999996}]},{"osd":7,"last update":"Wed Dec 6 04:08:44 2023","interfaces":[{"interface":"back","average":{"1min":1.0940000000000001,"5min":1.056,"15min":1.038},"min":{"1min":0.84799999999999998,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.415,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.97899999999999998},{"interface":"front","average":{"1min":1.1539999999999999,"5min":1.117,"15min":1.1000000000000001},"min":{"1min":0.85699999999999998,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":1.0389999999999999}]}]},{"osd":1,"up_from":23,"seq":98784247856,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 04:08:26 2023","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.89700000000000002,"15min":0.89400000000000002},"min":{"1min":0.73899999999999999,"5min":0.504,"15min":0.504},"max":{"1min":1.1910000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.81899999999999995,"5min":0.84499999999999997,"15min":0.84399999999999997},"min":{"1min":0.629,"5min":0.629,"15min":0.629},"max":{"1min":1.0369999999999999,"5min":1.151,"15min":1.151},"last":0.999}]},{"osd":2,"last update":"Wed Dec 6 04:08:26 2023","interfaces":[{"interface":"back","average":{"1min":0.89300000000000002,"5min":0.89800000000000002,"15min":0.90000000000000002},"min":{"1min":0.70399999999999996,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.052,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":0.77700000000000002},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.92400000000000004,"15min":0.92700000000000005},"min":{"1min":0.69399999999999995,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.1539999999999999,"5min":1.224,"15min":1.224},"last":1.115}]},{"osd":3,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":0.76500000000000001,"5min":0.73099999999999998,"15min":0.72099999999999997},"min":{"1min":0.48099999999999998,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.258,"5min":1.258,"15min":1.258},"last":0.83699999999999997},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.80600000000000005,"15min":0.79200000000000004},"min":{"1min":0.58399999999999996,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.1930000000000001,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":0.90700000000000003}]},{"osd":4,"last update":"Wed Dec 6 04:08:28 2023","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.97699999999999998,"15min":0.995},"min":{"1min":0.72399999999999998,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.95899999999999996},{"interface":"front","average":{"1min":0.95599999999999996,"5min":0.93300000000000005,"15min":0.92700000000000005},"min":{"1min":0.80300000000000005,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.1559999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":1.0940000000000001}]},{"osd":5,"last update":"Wed Dec 6 04:08:46 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.90700000000000003,"15min":0.92100000000000004},"min":{"1min":0.65100000000000002,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.1799999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":1.028},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.98499999999999999,"15min":0.99199999999999999},"min":{"1min":0.66300000000000003,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.2070000000000001,"5min":1.421,"15min":1.421},"last":1.224}]},{"osd":6,"last update":"Wed Dec 6 04:08:30 2023","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":1.0629999999999999,"15min":1.0669999999999999},"min":{"1min":0.873,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.1639999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":1.073},{"interface":"front","average":{"1min":1.135,"5min":1.1339999999999999,"15min":1.1339999999999999},"min":{"1min":0.93700000000000006,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.266,"5min":1.407,"15min":1.407},"last":1.056}]},{"osd":7,"last update":"Wed Dec 6 04:08:49 2023","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":1.022,"15min":1.018},"min":{"1min":0.71999999999999997,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.236,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.145},{"interface":"front","average":{"1min":1.1000000000000001,"5min":1.107,"15min":1.105},"min":{"1min":0.79300000000000004,"5min":0.434,"15min":0.434},"max":{"1min":1.3169999999999999,"5min":1.4930000000000001,"15min":1.4930000000000001},"last":1.179}]}]},{"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":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 04:08:32 2023","interfaces":[{"interface":"back","average":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.74399999999999999},"min":{"1min":0.55900000000000005,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.014,"5min":1.173,"15min":1.173},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.70299999999999996,"5min":0.753,"15min":0.75900000000000001},"min":{"1min":0.55200000000000005,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":0.875,"5min":1.242,"15min":1.242},"last":0.69199999999999995}]},{"osd":1,"last update":"Wed Dec 6 04:08:32 2023","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.93999999999999995,"15min":0.94499999999999995},"min":{"1min":0.65200000000000002,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.222,"5min":2.1040000000000001,"15min":2.1040000000000001},"last":0.77500000000000002},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.96999999999999997,"15min":0.96499999999999997},"min":{"1min":0.78500000000000003,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.206,"5min":1.827,"15min":1.827},"last":0.80700000000000005}]},{"osd":2,"last update":"Wed Dec 6 04:08:32 2023","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.79300000000000004,"15min":0.78100000000000003},"min":{"1min":0.57699999999999996,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.0669999999999999,"5min":1.1220000000000001,"15min":1.1220000000000001},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.89600000000000002,"15min":0.88100000000000001},"min":{"1min":0.748,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.1559999999999999,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.55700000000000005}]},{"osd":3,"last update":"Wed Dec 6 04:08:32 2023","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.0389999999999999,"15min":1.0489999999999999},"min":{"1min":0.81899999999999995,"5min":0.78500000000000003,"15min":0.78500000000000003},"max":{"1min":1.3129999999999999,"5min":1.8919999999999999,"15min":1.8919999999999999},"last":0.85099999999999998},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"min":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.1699999999999999,"5min":2.0630000000000002,"15min":2.0630000000000002},"last":0.86199999999999999}]},{"osd":5,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":0.98399999999999999,"5min":0.97899999999999998,"15min":0.97499999999999998},"min":{"1min":0.77200000000000002,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.1679999999999999,"5min":1.335,"15min":1.335},"last":0.996},{"interface":"front","average":{"1min":1.01,"5min":0.99199999999999999,"15min":0.97599999999999998},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.2909999999999999,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":1.0469999999999999}]},{"osd":6,"last update":"Wed Dec 6 04:08:32 2023","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":1.002,"15min":0.98799999999999999},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.228,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.90300000000000002},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.0720000000000001,"15min":1.0660000000000001},"min":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":0.93400000000000005}]},{"osd":7,"last update":"Wed Dec 6 04:08:45 2023","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":1.087,"15min":1.085},"min":{"1min":0.81399999999999995,"5min":0.79000000000000004,"15min":0.79000000000000004},"max":{"1min":1.2569999999999999,"5min":1.468,"15min":1.468},"last":1.077},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.143,"15min":1.131},"min":{"1min":0.80800000000000005,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.6120000000000001,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":0.97299999999999998}]}]},{"osd":3,"up_from":30,"seq":128849018926,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 04:08:36 2023","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.86299999999999999,"15min":0.86099999999999999},"min":{"1min":0.55800000000000005,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.1839999999999999,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":1.1639999999999999},{"interface":"front","average":{"1min":0.88400000000000001,"5min":0.80900000000000005,"15min":0.78200000000000003},"min":{"1min":0.69099999999999995,"5min":0.624,"15min":0.624},"max":{"1min":1.1140000000000001,"5min":1.1140000000000001,"15min":1.1140000000000001},"last":0.82899999999999996}]},{"osd":1,"last update":"Wed Dec 6 04:08:36 2023","interfaces":[{"interface":"back","average":{"1min":0.70199999999999996,"5min":0.66900000000000004,"15min":0.65900000000000003},"min":{"1min":0.42599999999999999,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.85499999999999998},{"interface":"front","average":{"1min":0.72499999999999998,"5min":0.71599999999999997,"15min":0.70499999999999996},"min":{"1min":0.51700000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.1000000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.76500000000000001}]},{"osd":2,"last update":"Wed Dec 6 04:08:36 2023","interfaces":[{"interface":"back","average":{"1min":0.93100000000000005,"5min":0.91700000000000004,"15min":0.89900000000000002},"min":{"1min":0.72499999999999998,"5min":0.623,"15min":0.623},"max":{"1min":1.129,"5min":1.264,"15min":1.264},"last":1.091},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.89700000000000002,"15min":0.90600000000000003},"min":{"1min":0.68700000000000006,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.1120000000000001,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.72699999999999998}]},{"osd":4,"last update":"Wed Dec 6 04:08:36 2023","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.84499999999999997,"15min":0.83099999999999996},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.1519999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":0.94799999999999995},{"interface":"front","average":{"1min":1.034,"5min":0.98899999999999999,"15min":0.97499999999999998},"min":{"1min":0.82099999999999995,"5min":0.626,"15min":0.626},"max":{"1min":1.2290000000000001,"5min":1.319,"15min":1.319},"last":0.99399999999999999}]},{"osd":5,"last update":"Wed Dec 6 04:08:42 2023","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.92300000000000004,"15min":0.91300000000000003},"min":{"1min":0.65800000000000003,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.151,"5min":1.196,"15min":1.196},"last":0.88},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.877,"15min":0.86799999999999999},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.21,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.92200000000000004}]},{"osd":6,"last update":"Wed Dec 6 04:08:36 2023","interfaces":[{"interface":"back","average":{"1min":1.044,"5min":1.0189999999999999,"15min":1.0089999999999999},"min":{"1min":0.91600000000000004,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.3009999999999999,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":0.97499999999999998},{"interface":"front","average":{"1min":0.99199999999999999,"5min":0.98599999999999999,"15min":0.98399999999999999},"min":{"1min":0.68200000000000005,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.1279999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":1.0289999999999999}]},{"osd":7,"last update":"Wed Dec 6 04:08:48 2023","interfaces":[{"interface":"back","average":{"1min":1.0489999999999999,"5min":1.091,"15min":1.093},"min":{"1min":0.72499999999999998,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.236,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":1.216},{"interface":"front","average":{"1min":1.008,"5min":1.0549999999999999,"15min":1.0569999999999999},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.321,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":1.1240000000000001}]}]},{"osd":6,"up_from":30,"seq":128849018926,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 04:08:33 2023","interfaces":[{"interface":"back","average":{"1min":0.73399999999999999,"5min":0.70999999999999996,"15min":0.70999999999999996},"min":{"1min":0.55000000000000004,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":0.96199999999999997,"5min":1.0409999999999999,"15min":1.0409999999999999},"last":0.81399999999999995},{"interface":"front","average":{"1min":0.77900000000000003,"5min":0.79500000000000004,"15min":0.79300000000000004},"min":{"1min":0.60699999999999998,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":0.98199999999999998,"5min":1.0700000000000001,"15min":1.0700000000000001},"last":0.64600000000000002}]},{"osd":1,"last update":"Wed Dec 6 04:08:33 2023","interfaces":[{"interface":"back","average":{"1min":0.97699999999999998,"5min":0.95699999999999996,"15min":0.95499999999999996},"min":{"1min":0.82599999999999996,"5min":0.62,"15min":0.62},"max":{"1min":1.26,"5min":1.26,"15min":1.26},"last":1.1279999999999999},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.92900000000000005,"15min":0.92600000000000005},"min":{"1min":0.745,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.075,"5min":1.145,"15min":1.145},"last":1.0129999999999999}]},{"osd":2,"last update":"Wed Dec 6 04:08:33 2023","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.82499999999999996,"15min":0.80800000000000005},"min":{"1min":0.68999999999999995,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.206,"5min":1.206,"15min":1.206},"last":0.752},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.84699999999999998,"15min":0.84099999999999997},"min":{"1min":0.61099999999999999,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.24,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":1.0640000000000001}]},{"osd":3,"last update":"Wed Dec 6 04:08:33 2023","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":0.91500000000000004,"15min":0.90300000000000002},"min":{"1min":0.70399999999999996,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.2030000000000001,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":0.89800000000000002},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.90000000000000002,"15min":0.88400000000000001},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.1459999999999999,"5min":1.3,"15min":1.3},"last":1.089}]},{"osd":4,"last update":"Wed Dec 6 04:08:33 2023","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.95799999999999996,"15min":0.94899999999999995},"min":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.177,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":0.99399999999999999},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.0069999999999999,"15min":0.997},"min":{"1min":0.83299999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":1.044}]},{"osd":5,"last update":"Wed Dec 6 04:08:42 2023","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.087,"15min":1.0660000000000001},"min":{"1min":0.95499999999999996,"5min":0.80800000000000005,"15min":0.80800000000000005},"max":{"1min":1.5149999999999999,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.171},{"interface":"front","average":{"1min":1.139,"5min":1.117,"15min":1.117},"min":{"1min":0.91500000000000004,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.3009999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":1.2050000000000001}]},{"osd":7,"last update":"Wed Dec 6 04:08:42 2023","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.0640000000000001,"15min":1.052},"min":{"1min":0.88400000000000001,"5min":0.80700000000000005,"15min":0.80700000000000005},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":1.1519999999999999},{"interface":"front","average":{"1min":1.228,"5min":1.1399999999999999,"15min":1.111},"min":{"1min":0.98099999999999998,"5min":0.89400000000000002,"15min":0.89400000000000002},"max":{"1min":1.591,"5min":1.591,"15min":1.591},"last":1.236}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-06T04:09:09.056 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-06T04:09:09.056 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-06T04:09:09.056 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-06T04:09:09.056 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-06T04:09:09.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:08 smithi110 bash[28336]: cluster 2023-12-06T04:09:08.084036+0000 mgr.smithi073.zlngfn (mgr.14182) 233 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:09.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:08 smithi110 bash[28336]: audit 2023-12-06T04:09:08.303955+0000 mgr.smithi073.zlngfn (mgr.14182) 234 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:09:09.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:08 smithi073 bash[24935]: cluster 2023-12-06T04:09:08.084036+0000 mgr.smithi073.zlngfn (mgr.14182) 233 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:09.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:08 smithi073 bash[24935]: audit 2023-12-06T04:09:08.303955+0000 mgr.smithi073.zlngfn (mgr.14182) 234 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:09:11.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:11 smithi110 bash[28336]: cluster 2023-12-06T04:09:10.084581+0000 mgr.smithi073.zlngfn (mgr.14182) 235 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:11.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:11 smithi073 bash[24935]: cluster 2023-12-06T04:09:10.084581+0000 mgr.smithi073.zlngfn (mgr.14182) 235 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:13.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:13 smithi110 bash[28336]: cluster 2023-12-06T04:09:12.085173+0000 mgr.smithi073.zlngfn (mgr.14182) 236 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:13.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:13 smithi073 bash[24935]: cluster 2023-12-06T04:09:12.085173+0000 mgr.smithi073.zlngfn (mgr.14182) 236 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:13.844 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/mon.smithi073/config 2023-12-06T04:09:15.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:15 smithi110 bash[28336]: cluster 2023-12-06T04:09:14.085797+0000 mgr.smithi073.zlngfn (mgr.14182) 237 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:15.554 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:15 smithi073 bash[24935]: cluster 2023-12-06T04:09:14.085797+0000 mgr.smithi073.zlngfn (mgr.14182) 237 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:16.836 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:09:17.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:17 smithi073 bash[24935]: cluster 2023-12-06T04:09:16.086211+0000 mgr.smithi073.zlngfn (mgr.14182) 238 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:17.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:17 smithi073 bash[24935]: audit 2023-12-06T04:09:16.835885+0000 mon.smithi073 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.73:0/910368811' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T04:09:17.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:17 smithi110 bash[28336]: cluster 2023-12-06T04:09:16.086211+0000 mgr.smithi073.zlngfn (mgr.14182) 238 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:17.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:17 smithi110 bash[28336]: audit 2023-12-06T04:09:16.835885+0000 mon.smithi073 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.73:0/910368811' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T04:09:17.542 INFO:teuthology.orchestra.run.smithi073.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-06T04:09:17.542 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-06T04:09:17.543 INFO:tasks.cephadm:Setup complete, yielding 2023-12-06T04:09:17.543 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T04:09:17.552 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2023-12-06T04:09:17.553 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- bash -c 'ceph orch status' 2023-12-06T04:09:19.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:18 smithi110 bash[28336]: cluster 2023-12-06T04:09:18.086691+0000 mgr.smithi073.zlngfn (mgr.14182) 239 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:19.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:18 smithi073 bash[24935]: cluster 2023-12-06T04:09:18.086691+0000 mgr.smithi073.zlngfn (mgr.14182) 239 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:20.759 INFO:teuthology.orchestra.run.smithi073.stdout:Backend: cephadm 2023-12-06T04:09:20.759 INFO:teuthology.orchestra.run.smithi073.stdout:Available: Yes 2023-12-06T04:09:20.759 INFO:teuthology.orchestra.run.smithi073.stdout:Paused: No 2023-12-06T04:09:21.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:21 smithi073 bash[24935]: cluster 2023-12-06T04:09:20.087319+0000 mgr.smithi073.zlngfn (mgr.14182) 240 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:21.461 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-06T04:09:21.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:21 smithi110 bash[28336]: cluster 2023-12-06T04:09:20.087319+0000 mgr.smithi073.zlngfn (mgr.14182) 240 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:22.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:22 smithi110 bash[28336]: audit 2023-12-06T04:09:20.758070+0000 mgr.smithi073.zlngfn (mgr.14182) 241 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:09:22.470 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:22 smithi073 bash[24935]: audit 2023-12-06T04:09:20.758070+0000 mgr.smithi073.zlngfn (mgr.14182) 241 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:09:23.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:23 smithi110 bash[28336]: cluster 2023-12-06T04:09:22.087939+0000 mgr.smithi073.zlngfn (mgr.14182) 242 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:23.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:23 smithi073 bash[24935]: cluster 2023-12-06T04:09:22.087939+0000 mgr.smithi073.zlngfn (mgr.14182) 242 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:24.666 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T04:09:24.666 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (5m) 41s ago 6m 12.0M - 0.23.0 ba2b418f427c 81ca18d71dea 2023-12-06T04:09:24.666 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (6m) 41s ago 6m 6928k - 16.2.14-335-gd03fca4f f9c9e8cc8fe8 5f033989a944 2023-12-06T04:09:24.666 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi110 smithi110 running (5m) 40s ago 5m 7063k - 16.2.14-335-gd03fca4f f9c9e8cc8fe8 84e6061d78b0 2023-12-06T04:09:24.666 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (5m) 41s ago 6m 41.2M - 8.3.5 dad864ee21e9 d7dd72fea6c3 2023-12-06T04:09:24.666 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.zlngfn smithi073 *:9283 running (8m) 41s ago 8m 426M - 16.2.14-335-gd03fca4f f9c9e8cc8fe8 3f0de245b049 2023-12-06T04:09:24.666 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi110.ctrvpp smithi110 *:8443,9283 running (5m) 40s ago 5m 374M - 16.2.14-335-gd03fca4f f9c9e8cc8fe8 cfa0ac0d5f42 2023-12-06T04:09:24.667 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (8m) 41s ago 8m 59.9M 2048M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 f4117a66274b 2023-12-06T04:09:24.667 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi110 smithi110 running (5m) 40s ago 5m 58.4M 2048M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 c3c9db15d507 2023-12-06T04:09:24.667 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (6m) 41s ago 6m 9688k - 1.3.1 1dbe0e931976 d14e66b3e73e 2023-12-06T04:09:24.667 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi110 smithi110 *:9100 running (5m) 40s ago 5m 10.3M - 1.3.1 1dbe0e931976 99c448c2856f 2023-12-06T04:09:24.667 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi110 running (4m) 40s ago 4m 33.1M 4028M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 0e7740d1363e 2023-12-06T04:09:24.667 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (4m) 41s ago 4m 33.0M 3260M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 9c5ff3343514 2023-12-06T04:09:24.667 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi110 running (4m) 40s ago 4m 33.0M 4028M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 e2010c0f8765 2023-12-06T04:09:24.667 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (4m) 41s ago 4m 32.6M 3260M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 64ff59d009a0 2023-12-06T04:09:24.667 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi110 running (4m) 40s ago 4m 33.0M 4028M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 25f45bc6127d 2023-12-06T04:09:24.667 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi073 running (3m) 41s ago 4m 33.0M 3260M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 e093b30bcbb2 2023-12-06T04:09:24.667 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi110 running (4m) 40s ago 4m 32.9M 4028M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 a6242bcf3605 2023-12-06T04:09:24.667 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi073 running (3m) 41s ago 3m 32.2M 3260M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 8a777d9e8c64 2023-12-06T04:09:24.667 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 running (5m) 41s ago 6m 54.1M - 2.33.4 514e6a882f6e cb681ed1f215 2023-12-06T04:09:25.409 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:25 smithi073 bash[24935]: cluster 2023-12-06T04:09:24.088528+0000 mgr.smithi073.zlngfn (mgr.14182) 243 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:25.410 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-06T04:09:25.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:25 smithi110 bash[28336]: cluster 2023-12-06T04:09:24.088528+0000 mgr.smithi073.zlngfn (mgr.14182) 243 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:26.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:26 smithi110 bash[28336]: audit 2023-12-06T04:09:24.641271+0000 mgr.smithi073.zlngfn (mgr.14182) 244 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:09:26.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:26 smithi073 bash[24935]: audit 2023-12-06T04:09:24.641271+0000 mgr.smithi073.zlngfn (mgr.14182) 244 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:09:27.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:27 smithi110 bash[28336]: cluster 2023-12-06T04:09:26.089093+0000 mgr.smithi073.zlngfn (mgr.14182) 245 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:27.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:27 smithi073 bash[24935]: cluster 2023-12-06T04:09:26.089093+0000 mgr.smithi073.zlngfn (mgr.14182) 245 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:28.570 INFO:teuthology.orchestra.run.smithi073.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-06T04:09:28.570 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager ?:9093,9094 1/1 45s ago 7m count:1 2023-12-06T04:09:28.571 INFO:teuthology.orchestra.run.smithi073.stdout:crash 2/2 45s ago 7m * 2023-12-06T04:09:28.571 INFO:teuthology.orchestra.run.smithi073.stdout:grafana ?:3000 1/1 45s ago 7m count:1 2023-12-06T04:09:28.571 INFO:teuthology.orchestra.run.smithi073.stdout:mgr 2/2 45s ago 7m count:2 2023-12-06T04:09:28.571 INFO:teuthology.orchestra.run.smithi073.stdout:mon 2/2 45s ago 6m smithi073:172.21.15.73=smithi073;smithi110:172.21.15.110=smithi110;count:2 2023-12-06T04:09:28.571 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter ?:9100 2/2 45s ago 7m * 2023-12-06T04:09:28.571 INFO:teuthology.orchestra.run.smithi073.stdout:osd.all-available-devices 8 45s ago 5m * 2023-12-06T04:09:28.571 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus ?:9095 1/1 45s ago 7m count:1 2023-12-06T04:09:29.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:28 smithi110 bash[28336]: cluster 2023-12-06T04:09:28.089635+0000 mgr.smithi073.zlngfn (mgr.14182) 246 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:29.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:28 smithi073 bash[24935]: cluster 2023-12-06T04:09:28.089635+0000 mgr.smithi073.zlngfn (mgr.14182) 246 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:29.314 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-06T04:09:30.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:29 smithi110 bash[28336]: audit 2023-12-06T04:09:28.558139+0000 mgr.smithi073.zlngfn (mgr.14182) 247 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:09:30.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:29 smithi073 bash[24935]: audit 2023-12-06T04:09:28.558139+0000 mgr.smithi073.zlngfn (mgr.14182) 247 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:09:31.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:30 smithi073 bash[24935]: cluster 2023-12-06T04:09:30.090191+0000 mgr.smithi073.zlngfn (mgr.14182) 248 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:31.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:30 smithi110 bash[28336]: cluster 2023-12-06T04:09:30.090191+0000 mgr.smithi073.zlngfn (mgr.14182) 248 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:32.432 INFO:teuthology.orchestra.run.smithi073.stdout:HOST ADDR LABELS STATUS 2023-12-06T04:09:32.432 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 172.21.15.73 2023-12-06T04:09:32.432 INFO:teuthology.orchestra.run.smithi073.stdout:smithi110 172.21.15.110 2023-12-06T04:09:32.432 INFO:teuthology.orchestra.run.smithi073.stdout:2 hosts in cluster 2023-12-06T04:09:33.076 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-06T04:09:33.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:33 smithi073 bash[24935]: cluster 2023-12-06T04:09:32.090751+0000 mgr.smithi073.zlngfn (mgr.14182) 249 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:33.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:33 smithi110 bash[28336]: cluster 2023-12-06T04:09:32.090751+0000 mgr.smithi073.zlngfn (mgr.14182) 249 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:34.408 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:34 smithi073 bash[24935]: audit 2023-12-06T04:09:32.430318+0000 mgr.smithi073.zlngfn (mgr.14182) 250 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:09:34.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:34 smithi110 bash[28336]: audit 2023-12-06T04:09:32.430318+0000 mgr.smithi073.zlngfn (mgr.14182) 250 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:09:35.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:35 smithi110 bash[28336]: cluster 2023-12-06T04:09:34.091370+0000 mgr.smithi073.zlngfn (mgr.14182) 251 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:35.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:35 smithi073 bash[24935]: cluster 2023-12-06T04:09:34.091370+0000 mgr.smithi073.zlngfn (mgr.14182) 251 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:36.164 INFO:teuthology.orchestra.run.smithi073.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-06T04:09:36.164 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040115400BGN 372G 3m ago LVM detected, locked 2023-12-06T04:09:36.164 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme1n1 ssd Linux_6d487045859fe0e88585 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:09:36.165 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme2n1 ssd Linux_e8492701088e0d2eac69 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:09:36.165 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme3n1 ssd Linux_df47b93a1ffc9d860139 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:09:36.165 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme4n1 ssd Linux_569fd884cd16c69c0f3e 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:09:36.165 INFO:teuthology.orchestra.run.smithi073.stdout:smithi110 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7476002T480DGN 447G 3m ago LVM detected, locked 2023-12-06T04:09:36.165 INFO:teuthology.orchestra.run.smithi073.stdout:smithi110 /dev/nvme1n1 ssd Linux_cff74cc57a200ff2f11c 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:09:36.165 INFO:teuthology.orchestra.run.smithi073.stdout:smithi110 /dev/nvme2n1 ssd Linux_008ac4239c3311935500 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:09:36.165 INFO:teuthology.orchestra.run.smithi073.stdout:smithi110 /dev/nvme3n1 ssd Linux_576fe2b453acb22d01fd 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:09:36.165 INFO:teuthology.orchestra.run.smithi073.stdout:smithi110 /dev/nvme4n1 ssd Linux_3de5ebd6ea2bc5c8f5fb 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:09:36.909 INFO:teuthology.run_tasks:Running task vip... 2023-12-06T04:09:36.920 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-06T04:09:36.920 INFO:tasks.vip:peername 172.21.15.73 2023-12-06T04:09:36.923 INFO:tasks.vip:172.21.15.73 in 172.21.0.0/20, pos 3912 2023-12-06T04:09:36.928 INFO:tasks.vip:smithi073.front.sepia.ceph.com static 10.0.15.73, vnet 10.0.0.0/16 2023-12-06T04:09:36.928 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-06T04:09:36.930 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip route ls 2023-12-06T04:09:36.947 INFO:teuthology.orchestra.run.smithi073.stdout:default via 172.21.15.254 dev enp3s0f1 2023-12-06T04:09:36.947 INFO:teuthology.orchestra.run.smithi073.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.73 metric 100 2023-12-06T04:09:36.947 INFO:teuthology.orchestra.run.smithi073.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-06T04:09:36.947 INFO:teuthology.orchestra.run.smithi073.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.73 2023-12-06T04:09:36.947 INFO:teuthology.orchestra.run.smithi073.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.73 metric 100 2023-12-06T04:09:36.948 INFO:tasks.vip:Configuring 10.0.15.73 on smithi073.front.sepia.ceph.com iface enp3s0f1... 2023-12-06T04:09:36.948 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip addr add 10.0.15.73/16 dev enp3s0f1 2023-12-06T04:09:37.005 INFO:tasks.vip:peername 172.21.15.110 2023-12-06T04:09:37.007 INFO:tasks.vip:172.21.15.110 in 172.21.0.0/20, pos 3949 2023-12-06T04:09:37.011 INFO:tasks.vip:smithi110.front.sepia.ceph.com static 10.0.15.110, vnet 10.0.0.0/16 2023-12-06T04:09:37.011 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip route ls 2023-12-06T04:09:37.026 INFO:teuthology.orchestra.run.smithi110.stdout:default via 172.21.15.254 dev enp3s0f1 2023-12-06T04:09:37.026 INFO:teuthology.orchestra.run.smithi110.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.110 metric 100 2023-12-06T04:09:37.026 INFO:teuthology.orchestra.run.smithi110.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-06T04:09:37.026 INFO:teuthology.orchestra.run.smithi110.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.110 2023-12-06T04:09:37.026 INFO:teuthology.orchestra.run.smithi110.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.110 metric 100 2023-12-06T04:09:37.027 INFO:tasks.vip:Configuring 10.0.15.110 on smithi110.front.sepia.ceph.com iface enp3s0f1... 2023-12-06T04:09:37.027 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip addr add 10.0.15.110/16 dev enp3s0f1 2023-12-06T04:09:37.085 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T04:09:37.093 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2023-12-06T04:09:37.093 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-06T04:09:37.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:37 smithi110 bash[28336]: cluster 2023-12-06T04:09:36.091956+0000 mgr.smithi073.zlngfn (mgr.14182) 252 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:37.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:37 smithi110 bash[28336]: audit 2023-12-06T04:09:36.154697+0000 mgr.smithi073.zlngfn (mgr.14182) 253 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:09:37.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:37 smithi073 bash[24935]: cluster 2023-12-06T04:09:36.091956+0000 mgr.smithi073.zlngfn (mgr.14182) 252 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:37.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:37 smithi073 bash[24935]: audit 2023-12-06T04:09:36.154697+0000 mgr.smithi073.zlngfn (mgr.14182) 253 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:09:39.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:38 smithi110 bash[28336]: cluster 2023-12-06T04:09:38.092555+0000 mgr.smithi073.zlngfn (mgr.14182) 254 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:39.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:38 smithi073 bash[24935]: cluster 2023-12-06T04:09:38.092555+0000 mgr.smithi073.zlngfn (mgr.14182) 254 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:40.077 INFO:teuthology.orchestra.run.smithi073.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-06T04:09:40.077 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040115400BGN 372G 3m ago LVM detected, locked 2023-12-06T04:09:40.078 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme1n1 ssd Linux_6d487045859fe0e88585 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:09:40.078 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme2n1 ssd Linux_e8492701088e0d2eac69 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:09:40.078 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme3n1 ssd Linux_df47b93a1ffc9d860139 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:09:40.078 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme4n1 ssd Linux_569fd884cd16c69c0f3e 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:09:40.078 INFO:teuthology.orchestra.run.smithi073.stdout:smithi110 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7476002T480DGN 447G 3m ago LVM detected, locked 2023-12-06T04:09:40.078 INFO:teuthology.orchestra.run.smithi073.stdout:smithi110 /dev/nvme1n1 ssd Linux_cff74cc57a200ff2f11c 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:09:40.078 INFO:teuthology.orchestra.run.smithi073.stdout:smithi110 /dev/nvme2n1 ssd Linux_008ac4239c3311935500 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:09:40.078 INFO:teuthology.orchestra.run.smithi073.stdout:smithi110 /dev/nvme3n1 ssd Linux_576fe2b453acb22d01fd 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:09:40.078 INFO:teuthology.orchestra.run.smithi073.stdout:smithi110 /dev/nvme4n1 ssd Linux_3de5ebd6ea2bc5c8f5fb 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:09:40.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:40 smithi110 bash[28336]: audit 2023-12-06T04:09:40.101325+0000 mon.smithi073 (mon.0) 619 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:09:40.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:40 smithi073 bash[24935]: audit 2023-12-06T04:09:40.101325+0000 mon.smithi073 (mon.0) 619 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:09:40.815 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-06T04:09:40.825 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2023-12-06T04:09:40.825 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-06T04:09:40.840 INFO:teuthology.orchestra.run.smithi073.stderr:+ systemctl stop nfs-server 2023-12-06T04:09:40.981 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi110.front.sepia.ceph.com 2023-12-06T04:09:40.981 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-06T04:09:40.995 INFO:teuthology.orchestra.run.smithi110.stderr:+ systemctl stop nfs-server 2023-12-06T04:09:41.123 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T04:09:41.132 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2023-12-06T04:09:41.132 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-06T04:09:41.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:41 smithi110 bash[28336]: audit 2023-12-06T04:09:40.070429+0000 mgr.smithi073.zlngfn (mgr.14182) 255 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:09:41.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:41 smithi110 bash[28336]: cluster 2023-12-06T04:09:40.093009+0000 mgr.smithi073.zlngfn (mgr.14182) 256 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:41.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:41 smithi073 bash[24935]: audit 2023-12-06T04:09:40.070429+0000 mgr.smithi073.zlngfn (mgr.14182) 255 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:09:41.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:41 smithi073 bash[24935]: cluster 2023-12-06T04:09:40.093009+0000 mgr.smithi073.zlngfn (mgr.14182) 256 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:43.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:43 smithi110 bash[28336]: cluster 2023-12-06T04:09:42.093587+0000 mgr.smithi073.zlngfn (mgr.14182) 257 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:43 smithi073 bash[24935]: cluster 2023-12-06T04:09:42.093587+0000 mgr.smithi073.zlngfn (mgr.14182) 257 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:45.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:45 smithi110 bash[28336]: cluster 2023-12-06T04:09:44.094174+0000 mgr.smithi073.zlngfn (mgr.14182) 258 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:45.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:45 smithi110 bash[28336]: audit 2023-12-06T04:09:44.264260+0000 mgr.smithi073.zlngfn (mgr.14182) 259 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:09:45.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:45 smithi110 bash[28336]: audit 2023-12-06T04:09:44.265380+0000 mon.smithi073 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-06T04:09:45.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:45 smithi073 bash[24935]: cluster 2023-12-06T04:09:44.094174+0000 mgr.smithi073.zlngfn (mgr.14182) 258 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:45.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:45 smithi073 bash[24935]: audit 2023-12-06T04:09:44.264260+0000 mgr.smithi073.zlngfn (mgr.14182) 259 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:09:45.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:45 smithi073 bash[24935]: audit 2023-12-06T04:09:44.265380+0000 mon.smithi073 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-06T04:09:46.439 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:46 smithi073 bash[24935]: audit 2023-12-06T04:09:45.176941+0000 mon.smithi073 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-06T04:09:46.439 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:46 smithi073 bash[24935]: cluster 2023-12-06T04:09:45.177020+0000 mon.smithi073 (mon.0) 622 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-06T04:09:46.439 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:46 smithi073 bash[24935]: audit 2023-12-06T04:09:45.185257+0000 mon.smithi073 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-06T04:09:46.439 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:46 smithi073 bash[24935]: audit 2023-12-06T04:09:45.650970+0000 mon.smithi073 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:09:46.439 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:46 smithi073 bash[24935]: debug 2023-12-06T04:09:46.209+0000 7f2b6003a700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-06T04:09:46.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:46 smithi110 bash[28336]: audit 2023-12-06T04:09:45.176941+0000 mon.smithi073 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-06T04:09:46.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:46 smithi110 bash[28336]: cluster 2023-12-06T04:09:45.177020+0000 mon.smithi073 (mon.0) 622 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-06T04:09:46.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:46 smithi110 bash[28336]: audit 2023-12-06T04:09:45.185257+0000 mon.smithi073 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-06T04:09:46.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:46 smithi110 bash[28336]: audit 2023-12-06T04:09:45.650970+0000 mon.smithi073 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:09:46.959 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-12-06T04:09:46.971 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.73/16' 2023-12-06T04:09:46.972 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch apply -i - 2023-12-06T04:09:47.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:47 smithi073 bash[24935]: cluster 2023-12-06T04:09:46.094849+0000 mgr.smithi073.zlngfn (mgr.14182) 260 : cluster [DBG] pgmap v235: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:47.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:47 smithi073 bash[24935]: audit 2023-12-06T04:09:46.186831+0000 mon.smithi073 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-06T04:09:47.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:47 smithi073 bash[24935]: cluster 2023-12-06T04:09:46.186959+0000 mon.smithi073 (mon.0) 626 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-06T04:09:47.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:47 smithi073 bash[24935]: audit 2023-12-06T04:09:46.200450+0000 mon.smithi073 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-06T04:09:47.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:47 smithi073 bash[24935]: cluster 2023-12-06T04:09:46.213226+0000 mon.smithi073 (mon.0) 628 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-06T04:09:47.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:47 smithi073 bash[24935]: cluster 2023-12-06T04:09:46.213268+0000 mon.smithi073 (mon.0) 629 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-06T04:09:47.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:47 smithi073 bash[24935]: cluster 2023-12-06T04:09:46.221049+0000 mon.smithi073 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-06T04:09:47.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:47 smithi073 bash[24935]: audit 2023-12-06T04:09:46.221186+0000 mon.smithi073 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-06T04:09:47.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:47 smithi073 bash[24935]: cluster 2023-12-06T04:09:46.221279+0000 mon.smithi073 (mon.0) 632 : cluster [DBG] fsmap foofs:0 2023-12-06T04:09:47.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:47 smithi073 bash[24935]: cephadm 2023-12-06T04:09:46.223633+0000 mgr.smithi073.zlngfn (mgr.14182) 261 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-06T04:09:47.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:47 smithi073 bash[24935]: audit 2023-12-06T04:09:46.228854+0000 mon.smithi073 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:09:47.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:47 smithi073 bash[24935]: audit 2023-12-06T04:09:47.131065+0000 mon.smithi073 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:09:47.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:47 smithi110 bash[28336]: cluster 2023-12-06T04:09:46.094849+0000 mgr.smithi073.zlngfn (mgr.14182) 260 : cluster [DBG] pgmap v235: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:47.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:47 smithi110 bash[28336]: audit 2023-12-06T04:09:46.186831+0000 mon.smithi073 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-06T04:09:47.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:47 smithi110 bash[28336]: cluster 2023-12-06T04:09:46.186959+0000 mon.smithi073 (mon.0) 626 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-06T04:09:47.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:47 smithi110 bash[28336]: audit 2023-12-06T04:09:46.200450+0000 mon.smithi073 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-06T04:09:47.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:47 smithi110 bash[28336]: cluster 2023-12-06T04:09:46.213226+0000 mon.smithi073 (mon.0) 628 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-06T04:09:47.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:47 smithi110 bash[28336]: cluster 2023-12-06T04:09:46.213268+0000 mon.smithi073 (mon.0) 629 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-06T04:09:47.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:47 smithi110 bash[28336]: cluster 2023-12-06T04:09:46.221049+0000 mon.smithi073 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-06T04:09:47.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:47 smithi110 bash[28336]: audit 2023-12-06T04:09:46.221186+0000 mon.smithi073 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-06T04:09:47.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:47 smithi110 bash[28336]: cluster 2023-12-06T04:09:46.221279+0000 mon.smithi073 (mon.0) 632 : cluster [DBG] fsmap foofs:0 2023-12-06T04:09:47.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:47 smithi110 bash[28336]: cephadm 2023-12-06T04:09:46.223633+0000 mgr.smithi073.zlngfn (mgr.14182) 261 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-06T04:09:47.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:47 smithi110 bash[28336]: audit 2023-12-06T04:09:46.228854+0000 mon.smithi073 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:09:47.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:47 smithi110 bash[28336]: audit 2023-12-06T04:09:47.131065+0000 mon.smithi073 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:09:48.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:48 smithi073 bash[24935]: cluster 2023-12-06T04:09:47.221500+0000 mon.smithi073 (mon.0) 635 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-06T04:09:48.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:48 smithi110 bash[28336]: cluster 2023-12-06T04:09:47.221500+0000 mon.smithi073 (mon.0) 635 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-06T04:09:49.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:49 smithi073 bash[24935]: cluster 2023-12-06T04:09:48.095594+0000 mgr.smithi073.zlngfn (mgr.14182) 262 : cluster [DBG] pgmap v239: 65 pgs: 2 creating+activating, 6 creating+peering, 15 active+clean, 42 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:49.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:49 smithi073 bash[24935]: cluster 2023-12-06T04:09:48.230653+0000 mon.smithi073 (mon.0) 636 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-06T04:09:49.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:49 smithi110 bash[28336]: cluster 2023-12-06T04:09:48.095594+0000 mgr.smithi073.zlngfn (mgr.14182) 262 : cluster [DBG] pgmap v239: 65 pgs: 2 creating+activating, 6 creating+peering, 15 active+clean, 42 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:49.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:49 smithi110 bash[28336]: cluster 2023-12-06T04:09:48.230653+0000 mon.smithi073 (mon.0) 636 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-06T04:09:50.077 INFO:teuthology.orchestra.run.smithi073.stdout:Scheduled nfs.foo update... 2023-12-06T04:09:50.077 INFO:teuthology.orchestra.run.smithi073.stdout:Scheduled ingress.nfs.foo update... 2023-12-06T04:09:50.836 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-06T04:09:50.848 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-06T04:09:50.848 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:09:51.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:51 smithi073 bash[24935]: audit 2023-12-06T04:09:50.057367+0000 mgr.smithi073.zlngfn (mgr.14182) 263 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:09:51.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:51 smithi073 bash[24935]: cephadm 2023-12-06T04:09:50.066791+0000 mgr.smithi073.zlngfn (mgr.14182) 264 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-12-06T04:09:51.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:51 smithi073 bash[24935]: audit 2023-12-06T04:09:50.071927+0000 mon.smithi073 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:09:51.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:51 smithi073 bash[24935]: cephadm 2023-12-06T04:09:50.072555+0000 mgr.smithi073.zlngfn (mgr.14182) 265 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-06T04:09:51.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:51 smithi073 bash[24935]: audit 2023-12-06T04:09:50.076166+0000 mon.smithi073 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:09:51.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:51 smithi073 bash[24935]: cluster 2023-12-06T04:09:50.096131+0000 mgr.smithi073.zlngfn (mgr.14182) 266 : cluster [DBG] pgmap v241: 65 pgs: 2 creating+activating, 6 creating+peering, 57 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:51.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:51 smithi110 bash[28336]: audit 2023-12-06T04:09:50.057367+0000 mgr.smithi073.zlngfn (mgr.14182) 263 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:09:51.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:51 smithi110 bash[28336]: cephadm 2023-12-06T04:09:50.066791+0000 mgr.smithi073.zlngfn (mgr.14182) 264 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-12-06T04:09:51.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:51 smithi110 bash[28336]: audit 2023-12-06T04:09:50.071927+0000 mon.smithi073 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:09:51.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:51 smithi110 bash[28336]: cephadm 2023-12-06T04:09:50.072555+0000 mgr.smithi073.zlngfn (mgr.14182) 265 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-06T04:09:51.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:51 smithi110 bash[28336]: audit 2023-12-06T04:09:50.076166+0000 mon.smithi073 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:09:51.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:51 smithi110 bash[28336]: cluster 2023-12-06T04:09:50.096131+0000 mgr.smithi073.zlngfn (mgr.14182) 266 : cluster [DBG] pgmap v241: 65 pgs: 2 creating+activating, 6 creating+peering, 57 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:53.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:53 smithi073 bash[24935]: cluster 2023-12-06T04:09:52.096801+0000 mgr.smithi073.zlngfn (mgr.14182) 267 : cluster [DBG] pgmap v242: 65 pgs: 2 creating+activating, 63 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:53.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:53 smithi110 bash[28336]: cluster 2023-12-06T04:09:52.096801+0000 mgr.smithi073.zlngfn (mgr.14182) 267 : cluster [DBG] pgmap v242: 65 pgs: 2 creating+activating, 63 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:54.489 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:09:54.490 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:09:47.115981Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:09:45.637291Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:09:47.116438Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:09:50.076589Z 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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:09:45.637655Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:09:45.637912Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:09:45.638159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:09:45.638401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:09:47.116887Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:09:55.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:55 smithi110 bash[28336]: cluster 2023-12-06T04:09:54.097721+0000 mgr.smithi073.zlngfn (mgr.14182) 268 : cluster [DBG] pgmap v243: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:55.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:55 smithi073 bash[24935]: cluster 2023-12-06T04:09:54.097721+0000 mgr.smithi073.zlngfn (mgr.14182) 268 : cluster [DBG] pgmap v243: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:55.917 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-06T04:09:56.203 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:56 smithi073 bash[24935]: audit 2023-12-06T04:09:54.480553+0000 mgr.smithi073.zlngfn (mgr.14182) 269 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:09:56.203 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:56 smithi073 bash[24935]: audit 2023-12-06T04:09:55.438992+0000 mon.smithi073 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:09:56.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:56 smithi110 bash[28336]: audit 2023-12-06T04:09:54.480553+0000 mgr.smithi073.zlngfn (mgr.14182) 269 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:09:56.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:56 smithi110 bash[28336]: audit 2023-12-06T04:09:55.438992+0000 mon.smithi073 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:09:56.919 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:09:57.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:57 smithi073 bash[24935]: cluster 2023-12-06T04:09:56.098546+0000 mgr.smithi073.zlngfn (mgr.14182) 270 : cluster [DBG] pgmap v244: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:57.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:57 smithi110 bash[28336]: cluster 2023-12-06T04:09:56.098546+0000 mgr.smithi073.zlngfn (mgr.14182) 270 : cluster [DBG] pgmap v244: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:59.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:59 smithi073 bash[24935]: cluster 2023-12-06T04:09:58.099470+0000 mgr.smithi073.zlngfn (mgr.14182) 271 : cluster [DBG] pgmap v245: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:59.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:59 smithi073 bash[24935]: audit 2023-12-06T04:09:58.215543+0000 mon.smithi073 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:09:59.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:09:59 smithi073 bash[24935]: audit 2023-12-06T04:09:59.037080+0000 mon.smithi073 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:09:59.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:59 smithi110 bash[28336]: cluster 2023-12-06T04:09:58.099470+0000 mgr.smithi073.zlngfn (mgr.14182) 271 : cluster [DBG] pgmap v245: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:09:59.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:59 smithi110 bash[28336]: audit 2023-12-06T04:09:58.215543+0000 mon.smithi073 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:09:59.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:09:59 smithi110 bash[28336]: audit 2023-12-06T04:09:59.037080+0000 mon.smithi073 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:00.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: debug 2023-12-06T04:09:59.993+0000 7f2b6283f700 -1 log_channel(cluster) log [ERR] : Health detail: HEALTH_ERR 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds 2023-12-06T04:10:00.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: debug 2023-12-06T04:09:59.993+0000 7f2b6283f700 -1 log_channel(cluster) log [ERR] : [ERR] MDS_ALL_DOWN: 1 filesystem is offline 2023-12-06T04:10:00.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: debug 2023-12-06T04:09:59.993+0000 7f2b6283f700 -1 log_channel(cluster) log [ERR] : fs foofs is offline because no MDS is active for it. 2023-12-06T04:10:00.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: debug 2023-12-06T04:09:59.993+0000 7f2b6283f700 -1 log_channel(cluster) log [ERR] : [WRN] MDS_UP_LESS_THAN_MAX: 1 filesystem is online with fewer MDS than max_mds 2023-12-06T04:10:00.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: debug 2023-12-06T04:09:59.993+0000 7f2b6283f700 -1 log_channel(cluster) log [ERR] : fs foofs has 0 MDS online, but wants 1 2023-12-06T04:10:00.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: audit 2023-12-06T04:09:59.294197+0000 mon.smithi073 (mon.0) 642 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:00.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: audit 2023-12-06T04:09:59.295315+0000 mon.smithi073 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:10:00.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: audit 2023-12-06T04:09:59.302547+0000 mon.smithi073 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:00.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: audit 2023-12-06T04:09:59.309305+0000 mon.smithi073 (mon.0) 645 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:10:00.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: audit 2023-12-06T04:09:59.320325+0000 mon.smithi073 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:00.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: audit 2023-12-06T04:09:59.321292+0000 mon.smithi073 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.jhsrre", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T04:10:00.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: audit 2023-12-06T04:09:59.326039+0000 mon.smithi073 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.jhsrre", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T04:10:00.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: audit 2023-12-06T04:09:59.326972+0000 mon.smithi073 (mon.0) 649 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:00.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: cephadm 2023-12-06T04:09:59.327794+0000 mgr.smithi073.zlngfn (mgr.14182) 272 : cephadm [INF] Deploying daemon mds.foofs.smithi110.jhsrre on smithi110 2023-12-06T04:10:00.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: cluster 2023-12-06T04:10:00.000179+0000 mon.smithi073 (mon.0) 650 : cluster [ERR] Health detail: HEALTH_ERR 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds 2023-12-06T04:10:00.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: cluster 2023-12-06T04:10:00.000246+0000 mon.smithi073 (mon.0) 651 : cluster [ERR] [ERR] MDS_ALL_DOWN: 1 filesystem is offline 2023-12-06T04:10:00.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: cluster 2023-12-06T04:10:00.000268+0000 mon.smithi073 (mon.0) 652 : cluster [ERR] fs foofs is offline because no MDS is active for it. 2023-12-06T04:10:00.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: cluster 2023-12-06T04:10:00.000287+0000 mon.smithi073 (mon.0) 653 : cluster [ERR] [WRN] MDS_UP_LESS_THAN_MAX: 1 filesystem is online with fewer MDS than max_mds 2023-12-06T04:10:00.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:00 smithi073 bash[24935]: cluster 2023-12-06T04:10:00.000305+0000 mon.smithi073 (mon.0) 654 : cluster [ERR] fs foofs has 0 MDS online, but wants 1 2023-12-06T04:10:00.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:00 smithi110 bash[28336]: audit 2023-12-06T04:09:59.294197+0000 mon.smithi073 (mon.0) 642 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:00.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:00 smithi110 bash[28336]: audit 2023-12-06T04:09:59.295315+0000 mon.smithi073 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:10:00.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:00 smithi110 bash[28336]: audit 2023-12-06T04:09:59.302547+0000 mon.smithi073 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:00.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:00 smithi110 bash[28336]: audit 2023-12-06T04:09:59.309305+0000 mon.smithi073 (mon.0) 645 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:10:00.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:00 smithi110 bash[28336]: audit 2023-12-06T04:09:59.320325+0000 mon.smithi073 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:00.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:00 smithi110 bash[28336]: audit 2023-12-06T04:09:59.321292+0000 mon.smithi073 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.jhsrre", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T04:10:00.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:00 smithi110 bash[28336]: audit 2023-12-06T04:09:59.326039+0000 mon.smithi073 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.jhsrre", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T04:10:00.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:00 smithi110 bash[28336]: audit 2023-12-06T04:09:59.326972+0000 mon.smithi073 (mon.0) 649 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:00.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:00 smithi110 bash[28336]: cephadm 2023-12-06T04:09:59.327794+0000 mgr.smithi073.zlngfn (mgr.14182) 272 : cephadm [INF] Deploying daemon mds.foofs.smithi110.jhsrre on smithi110 2023-12-06T04:10:00.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:00 smithi110 bash[28336]: cluster 2023-12-06T04:10:00.000179+0000 mon.smithi073 (mon.0) 650 : cluster [ERR] Health detail: HEALTH_ERR 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds 2023-12-06T04:10:00.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:00 smithi110 bash[28336]: cluster 2023-12-06T04:10:00.000246+0000 mon.smithi073 (mon.0) 651 : cluster [ERR] [ERR] MDS_ALL_DOWN: 1 filesystem is offline 2023-12-06T04:10:00.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:00 smithi110 bash[28336]: cluster 2023-12-06T04:10:00.000268+0000 mon.smithi073 (mon.0) 652 : cluster [ERR] fs foofs is offline because no MDS is active for it. 2023-12-06T04:10:00.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:00 smithi110 bash[28336]: cluster 2023-12-06T04:10:00.000287+0000 mon.smithi073 (mon.0) 653 : cluster [ERR] [WRN] MDS_UP_LESS_THAN_MAX: 1 filesystem is online with fewer MDS than max_mds 2023-12-06T04:10:00.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:00 smithi110 bash[28336]: cluster 2023-12-06T04:10:00.000305+0000 mon.smithi073 (mon.0) 654 : cluster [ERR] fs foofs has 0 MDS online, but wants 1 2023-12-06T04:10:00.607 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:10:00.608 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:09:47.115981Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:09:45.637291Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:09:47.116438Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:09:50.076589Z 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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:09:45.637655Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:09:45.637912Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:09:45.638159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:09:45.638401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:09:47.116887Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:10:01.320 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-06T04:10:01.394 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:01 smithi110 bash[28336]: cluster 2023-12-06T04:10:00.100459+0000 mgr.smithi073.zlngfn (mgr.14182) 273 : cluster [DBG] pgmap v246: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:10:01.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:01 smithi073 bash[24935]: cluster 2023-12-06T04:10:00.100459+0000 mgr.smithi073.zlngfn (mgr.14182) 273 : cluster [DBG] pgmap v246: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:10:02.321 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:10:02.586 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:02 smithi110 bash[28336]: audit 2023-12-06T04:10:00.597913+0000 mgr.smithi073.zlngfn (mgr.14182) 274 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:02.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:02 smithi110 bash[28336]: audit 2023-12-06T04:10:01.639279+0000 mon.smithi073 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:02.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:02 smithi110 bash[28336]: audit 2023-12-06T04:10:01.641053+0000 mon.smithi073 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.micxec", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T04:10:02.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:02 smithi110 bash[28336]: audit 2023-12-06T04:10:01.646864+0000 mon.smithi073 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.micxec", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T04:10:02.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:02 smithi110 bash[28336]: audit 2023-12-06T04:10:01.648186+0000 mon.smithi073 (mon.0) 658 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:02.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:02 smithi073 bash[24935]: audit 2023-12-06T04:10:00.597913+0000 mgr.smithi073.zlngfn (mgr.14182) 274 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:02 smithi073 bash[24935]: audit 2023-12-06T04:10:01.639279+0000 mon.smithi073 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:02 smithi073 bash[24935]: audit 2023-12-06T04:10:01.641053+0000 mon.smithi073 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.micxec", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T04:10:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:02 smithi073 bash[24935]: audit 2023-12-06T04:10:01.646864+0000 mon.smithi073 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.micxec", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T04:10:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:02 smithi073 bash[24935]: audit 2023-12-06T04:10:01.648186+0000 mon.smithi073 (mon.0) 658 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:03.613 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:03 smithi073 bash[24935]: cephadm 2023-12-06T04:10:01.649376+0000 mgr.smithi073.zlngfn (mgr.14182) 275 : cephadm [INF] Deploying daemon mds.foofs.smithi073.micxec on smithi073 2023-12-06T04:10:03.614 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:03 smithi073 bash[24935]: cluster 2023-12-06T04:10:02.101222+0000 mgr.smithi073.zlngfn (mgr.14182) 276 : cluster [DBG] pgmap v247: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:10:03.614 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:03 smithi073 bash[24935]: cluster 2023-12-06T04:10:02.900410+0000 mon.smithi073 (mon.0) 659 : cluster [INF] daemon mds.foofs.smithi110.jhsrre assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-06T04:10:03.614 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:03 smithi073 bash[24935]: cluster 2023-12-06T04:10:02.900634+0000 mon.smithi073 (mon.0) 660 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-06T04:10:03.614 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:03 smithi073 bash[24935]: cluster 2023-12-06T04:10:02.900703+0000 mon.smithi073 (mon.0) 661 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-06T04:10:03.614 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:03 smithi073 bash[24935]: cluster 2023-12-06T04:10:02.900755+0000 mon.smithi073 (mon.0) 662 : cluster [INF] Cluster is now healthy 2023-12-06T04:10:03.614 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:03 smithi073 bash[24935]: cluster 2023-12-06T04:10:02.904529+0000 mon.smithi073 (mon.0) 663 : cluster [DBG] mds.? [v2:172.21.15.110:6832/448743083,v1:172.21.15.110:6833/448743083] up:boot 2023-12-06T04:10:03.614 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:03 smithi073 bash[24935]: cluster 2023-12-06T04:10:02.904573+0000 mon.smithi073 (mon.0) 664 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.jhsrre=up:creating} 2023-12-06T04:10:03.615 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:03 smithi073 bash[24935]: audit 2023-12-06T04:10:02.904876+0000 mon.smithi073 (mon.0) 665 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.jhsrre"}]: dispatch 2023-12-06T04:10:03.615 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:03 smithi073 bash[24935]: cluster 2023-12-06T04:10:02.967277+0000 mon.smithi073 (mon.0) 666 : cluster [INF] daemon mds.foofs.smithi110.jhsrre is now active in filesystem foofs as rank 0 2023-12-06T04:10:03.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:03 smithi110 bash[28336]: cephadm 2023-12-06T04:10:01.649376+0000 mgr.smithi073.zlngfn (mgr.14182) 275 : cephadm [INF] Deploying daemon mds.foofs.smithi073.micxec on smithi073 2023-12-06T04:10:03.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:03 smithi110 bash[28336]: cluster 2023-12-06T04:10:02.101222+0000 mgr.smithi073.zlngfn (mgr.14182) 276 : cluster [DBG] pgmap v247: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:10:03.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:03 smithi110 bash[28336]: cluster 2023-12-06T04:10:02.900410+0000 mon.smithi073 (mon.0) 659 : cluster [INF] daemon mds.foofs.smithi110.jhsrre assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-06T04:10:03.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:03 smithi110 bash[28336]: cluster 2023-12-06T04:10:02.900634+0000 mon.smithi073 (mon.0) 660 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-06T04:10:03.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:03 smithi110 bash[28336]: cluster 2023-12-06T04:10:02.900703+0000 mon.smithi073 (mon.0) 661 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-06T04:10:03.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:03 smithi110 bash[28336]: cluster 2023-12-06T04:10:02.900755+0000 mon.smithi073 (mon.0) 662 : cluster [INF] Cluster is now healthy 2023-12-06T04:10:03.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:03 smithi110 bash[28336]: cluster 2023-12-06T04:10:02.904529+0000 mon.smithi073 (mon.0) 663 : cluster [DBG] mds.? [v2:172.21.15.110:6832/448743083,v1:172.21.15.110:6833/448743083] up:boot 2023-12-06T04:10:03.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:03 smithi110 bash[28336]: cluster 2023-12-06T04:10:02.904573+0000 mon.smithi073 (mon.0) 664 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.jhsrre=up:creating} 2023-12-06T04:10:03.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:03 smithi110 bash[28336]: audit 2023-12-06T04:10:02.904876+0000 mon.smithi073 (mon.0) 665 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.jhsrre"}]: dispatch 2023-12-06T04:10:03.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:03 smithi110 bash[28336]: cluster 2023-12-06T04:10:02.967277+0000 mon.smithi073 (mon.0) 666 : cluster [INF] daemon mds.foofs.smithi110.jhsrre is now active in filesystem foofs as rank 0 2023-12-06T04:10:05.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:04 smithi110 bash[28336]: cluster 2023-12-06T04:10:03.913712+0000 mon.smithi073 (mon.0) 667 : cluster [DBG] mds.? [v2:172.21.15.110:6832/448743083,v1:172.21.15.110:6833/448743083] up:active 2023-12-06T04:10:05.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:04 smithi110 bash[28336]: cluster 2023-12-06T04:10:03.913860+0000 mon.smithi073 (mon.0) 668 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.jhsrre=up:active} 2023-12-06T04:10:05.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:04 smithi110 bash[28336]: cluster 2023-12-06T04:10:04.101967+0000 mgr.smithi073.zlngfn (mgr.14182) 277 : cluster [DBG] pgmap v248: 65 pgs: 65 active+clean; 1.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:10:05.212 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:04 smithi073 bash[24935]: cluster 2023-12-06T04:10:03.913712+0000 mon.smithi073 (mon.0) 667 : cluster [DBG] mds.? [v2:172.21.15.110:6832/448743083,v1:172.21.15.110:6833/448743083] up:active 2023-12-06T04:10:05.212 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:04 smithi073 bash[24935]: cluster 2023-12-06T04:10:03.913860+0000 mon.smithi073 (mon.0) 668 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.jhsrre=up:active} 2023-12-06T04:10:05.213 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:04 smithi073 bash[24935]: cluster 2023-12-06T04:10:04.101967+0000 mgr.smithi073.zlngfn (mgr.14182) 277 : cluster [DBG] pgmap v248: 65 pgs: 65 active+clean; 1.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:10:06.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:06 smithi110 bash[28336]: audit 2023-12-06T04:10:05.198511+0000 mon.smithi073 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:06.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:06 smithi110 bash[28336]: audit 2023-12-06T04:10:05.204625+0000 mon.smithi073 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:06.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:06 smithi110 bash[28336]: audit 2023-12-06T04:10:05.229713+0000 mon.smithi073 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-06T04:10:06.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:06 smithi073 bash[24935]: audit 2023-12-06T04:10:05.198511+0000 mon.smithi073 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:06.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:06 smithi073 bash[24935]: audit 2023-12-06T04:10:05.204625+0000 mon.smithi073 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:06.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:06 smithi073 bash[24935]: audit 2023-12-06T04:10:05.229713+0000 mon.smithi073 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-06T04:10:06.875 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:10:06.875 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:09:47.115981Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:09:45.637291Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:09:47.116438Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:09:50.076589Z 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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:09:45.637655Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:09:45.637912Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:09:45.638159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:09:45.638401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:09:47.116887Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:10:07.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:07 smithi073 bash[24935]: cluster 2023-12-06T04:10:06.102669+0000 mgr.smithi073.zlngfn (mgr.14182) 278 : cluster [DBG] pgmap v249: 65 pgs: 65 active+clean; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 9 op/s 2023-12-06T04:10:07.380 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:07 smithi073 bash[24935]: audit 2023-12-06T04:10:06.210778+0000 mon.smithi073 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-06T04:10:07.380 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:07 smithi073 bash[24935]: cluster 2023-12-06T04:10:06.210873+0000 mon.smithi073 (mon.0) 673 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-06T04:10:07.380 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:07 smithi073 bash[24935]: audit 2023-12-06T04:10:06.212612+0000 mon.smithi073 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-06T04:10:07.630 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-06T04:10:07.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:07 smithi110 bash[28336]: cluster 2023-12-06T04:10:06.102669+0000 mgr.smithi073.zlngfn (mgr.14182) 278 : cluster [DBG] pgmap v249: 65 pgs: 65 active+clean; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 9 op/s 2023-12-06T04:10:07.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:07 smithi110 bash[28336]: audit 2023-12-06T04:10:06.210778+0000 mon.smithi073 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-06T04:10:07.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:07 smithi110 bash[28336]: cluster 2023-12-06T04:10:06.210873+0000 mon.smithi073 (mon.0) 673 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-06T04:10:07.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:07 smithi110 bash[28336]: audit 2023-12-06T04:10:06.212612+0000 mon.smithi073 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-06T04:10:08.555 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: audit 2023-12-06T04:10:06.864898+0000 mgr.smithi073.zlngfn (mgr.14182) 279 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:08.555 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: audit 2023-12-06T04:10:07.214304+0000 mon.smithi073 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-06T04:10:08.555 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: cluster 2023-12-06T04:10:07.215468+0000 mon.smithi073 (mon.0) 676 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-06T04:10:08.555 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: cephadm 2023-12-06T04:10:07.224678+0000 mgr.smithi073.zlngfn (mgr.14182) 280 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi073.udwmge 2023-12-06T04:10:08.555 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: cluster 2023-12-06T04:10:07.229507+0000 mon.smithi073 (mon.0) 677 : cluster [DBG] mds.? [v2:172.21.15.73:6834/1376033560,v1:172.21.15.73:6835/1376033560] up:boot 2023-12-06T04:10:08.555 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: cluster 2023-12-06T04:10:07.231622+0000 mon.smithi073 (mon.0) 678 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.jhsrre=up:active} 1 up:standby 2023-12-06T04:10:08.555 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: audit 2023-12-06T04:10:07.232270+0000 mon.smithi073 (mon.0) 679 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi073.micxec"}]: dispatch 2023-12-06T04:10:08.555 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: audit 2023-12-06T04:10:07.233705+0000 mon.smithi073 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.udwmge", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T04:10:08.555 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: cluster 2023-12-06T04:10:07.239027+0000 mon.smithi073 (mon.0) 681 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.jhsrre=up:active} 1 up:standby 2023-12-06T04:10:08.555 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: audit 2023-12-06T04:10:07.242646+0000 mon.smithi073 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.udwmge", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T04:10:08.555 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: cephadm 2023-12-06T04:10:07.243582+0000 mgr.smithi073.zlngfn (mgr.14182) 281 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-06T04:10:08.555 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: audit 2023-12-06T04:10:07.243892+0000 mon.smithi073 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T04:10:08.556 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: audit 2023-12-06T04:10:07.247245+0000 mon.smithi073 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T04:10:08.556 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: audit 2023-12-06T04:10:07.248495+0000 mon.smithi073 (mon.0) 685 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:08.556 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: audit 2023-12-06T04:10:07.301906+0000 mon.smithi073 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T04:10:08.556 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: audit 2023-12-06T04:10:07.307159+0000 mon.smithi073 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T04:10:08.556 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: cephadm 2023-12-06T04:10:07.363408+0000 mgr.smithi073.zlngfn (mgr.14182) 282 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-12-06T04:10:08.556 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: audit 2023-12-06T04:10:07.422033+0000 mon.smithi073 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.udwmge-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T04:10:08.556 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: audit 2023-12-06T04:10:07.427361+0000 mon.smithi073 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.udwmge-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T04:10:08.556 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:08 smithi073 bash[24935]: audit 2023-12-06T04:10:07.431924+0000 mon.smithi073 (mon.0) 690 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:08.635 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:10:08.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: audit 2023-12-06T04:10:06.864898+0000 mgr.smithi073.zlngfn (mgr.14182) 279 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: audit 2023-12-06T04:10:07.214304+0000 mon.smithi073 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-06T04:10:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: cluster 2023-12-06T04:10:07.215468+0000 mon.smithi073 (mon.0) 676 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-06T04:10:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: cephadm 2023-12-06T04:10:07.224678+0000 mgr.smithi073.zlngfn (mgr.14182) 280 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi073.udwmge 2023-12-06T04:10:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: cluster 2023-12-06T04:10:07.229507+0000 mon.smithi073 (mon.0) 677 : cluster [DBG] mds.? [v2:172.21.15.73:6834/1376033560,v1:172.21.15.73:6835/1376033560] up:boot 2023-12-06T04:10:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: cluster 2023-12-06T04:10:07.231622+0000 mon.smithi073 (mon.0) 678 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.jhsrre=up:active} 1 up:standby 2023-12-06T04:10:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: audit 2023-12-06T04:10:07.232270+0000 mon.smithi073 (mon.0) 679 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi073.micxec"}]: dispatch 2023-12-06T04:10:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: audit 2023-12-06T04:10:07.233705+0000 mon.smithi073 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.udwmge", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T04:10:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: cluster 2023-12-06T04:10:07.239027+0000 mon.smithi073 (mon.0) 681 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi110.jhsrre=up:active} 1 up:standby 2023-12-06T04:10:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: audit 2023-12-06T04:10:07.242646+0000 mon.smithi073 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.udwmge", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T04:10:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: cephadm 2023-12-06T04:10:07.243582+0000 mgr.smithi073.zlngfn (mgr.14182) 281 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-06T04:10:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: audit 2023-12-06T04:10:07.243892+0000 mon.smithi073 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T04:10:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: audit 2023-12-06T04:10:07.247245+0000 mon.smithi073 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T04:10:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: audit 2023-12-06T04:10:07.248495+0000 mon.smithi073 (mon.0) 685 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: audit 2023-12-06T04:10:07.301906+0000 mon.smithi073 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T04:10:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: audit 2023-12-06T04:10:07.307159+0000 mon.smithi073 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T04:10:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: cephadm 2023-12-06T04:10:07.363408+0000 mgr.smithi073.zlngfn (mgr.14182) 282 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-12-06T04:10:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: audit 2023-12-06T04:10:07.422033+0000 mon.smithi073 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.udwmge-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T04:10:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: audit 2023-12-06T04:10:07.427361+0000 mon.smithi073 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.udwmge-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T04:10:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:08 smithi110 bash[28336]: audit 2023-12-06T04:10:07.431924+0000 mon.smithi073 (mon.0) 690 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:09.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:09 smithi073 bash[24935]: cephadm 2023-12-06T04:10:07.421478+0000 mgr.smithi073.zlngfn (mgr.14182) 283 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi073.udwmge-rgw 2023-12-06T04:10:09.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:09 smithi073 bash[24935]: cephadm 2023-12-06T04:10:07.433002+0000 mgr.smithi073.zlngfn (mgr.14182) 284 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi073.udwmge on smithi073 2023-12-06T04:10:09.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:09 smithi073 bash[24935]: cluster 2023-12-06T04:10:08.103727+0000 mgr.smithi073.zlngfn (mgr.14182) 285 : cluster [DBG] pgmap v252: 97 pgs: 2 creating+peering, 25 unknown, 70 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 5 op/s 2023-12-06T04:10:09.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:09 smithi073 bash[24935]: cluster 2023-12-06T04:10:08.227877+0000 mon.smithi073 (mon.0) 691 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-06T04:10:09.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:09 smithi110 bash[28336]: cephadm 2023-12-06T04:10:07.421478+0000 mgr.smithi073.zlngfn (mgr.14182) 283 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi073.udwmge-rgw 2023-12-06T04:10:09.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:09 smithi110 bash[28336]: cephadm 2023-12-06T04:10:07.433002+0000 mgr.smithi073.zlngfn (mgr.14182) 284 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi073.udwmge on smithi073 2023-12-06T04:10:09.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:09 smithi110 bash[28336]: cluster 2023-12-06T04:10:08.103727+0000 mgr.smithi073.zlngfn (mgr.14182) 285 : cluster [DBG] pgmap v252: 97 pgs: 2 creating+peering, 25 unknown, 70 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 5 op/s 2023-12-06T04:10:09.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:09 smithi110 bash[28336]: cluster 2023-12-06T04:10:08.227877+0000 mon.smithi073 (mon.0) 691 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-06T04:10:11.055 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:10 smithi110 bash[28336]: audit 2023-12-06T04:10:09.745820+0000 mon.smithi073 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:11.055 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:10 smithi110 bash[28336]: cluster 2023-12-06T04:10:10.104538+0000 mgr.smithi073.zlngfn (mgr.14182) 286 : cluster [DBG] pgmap v254: 97 pgs: 2 creating+peering, 95 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 4 op/s 2023-12-06T04:10:11.056 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:10 smithi110 bash[28336]: audit 2023-12-06T04:10:10.666236+0000 mon.smithi073 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:11.056 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:10 smithi110 bash[28336]: audit 2023-12-06T04:10:10.668126+0000 mon.smithi073 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi110.qkuajd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T04:10:11.056 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:10 smithi110 bash[28336]: audit 2023-12-06T04:10:10.671710+0000 mon.smithi073 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi110.qkuajd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T04:10:11.056 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:10 smithi110 bash[28336]: audit 2023-12-06T04:10:10.672940+0000 mon.smithi073 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T04:10:11.056 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:10 smithi110 bash[28336]: audit 2023-12-06T04:10:10.677444+0000 mon.smithi073 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T04:10:11.056 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:10 smithi110 bash[28336]: audit 2023-12-06T04:10:10.679131+0000 mon.smithi073 (mon.0) 698 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:11.056 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:10 smithi110 bash[28336]: audit 2023-12-06T04:10:10.734790+0000 mon.smithi073 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T04:10:11.056 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:10 smithi110 bash[28336]: audit 2023-12-06T04:10:10.739504+0000 mon.smithi073 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T04:10:11.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:10 smithi073 bash[24935]: audit 2023-12-06T04:10:09.745820+0000 mon.smithi073 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:11.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:10 smithi073 bash[24935]: cluster 2023-12-06T04:10:10.104538+0000 mgr.smithi073.zlngfn (mgr.14182) 286 : cluster [DBG] pgmap v254: 97 pgs: 2 creating+peering, 95 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 4 op/s 2023-12-06T04:10:11.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:10 smithi073 bash[24935]: audit 2023-12-06T04:10:10.666236+0000 mon.smithi073 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:11.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:10 smithi073 bash[24935]: audit 2023-12-06T04:10:10.668126+0000 mon.smithi073 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi110.qkuajd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T04:10:11.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:10 smithi073 bash[24935]: audit 2023-12-06T04:10:10.671710+0000 mon.smithi073 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi110.qkuajd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T04:10:11.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:10 smithi073 bash[24935]: audit 2023-12-06T04:10:10.672940+0000 mon.smithi073 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T04:10:11.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:10 smithi073 bash[24935]: audit 2023-12-06T04:10:10.677444+0000 mon.smithi073 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T04:10:11.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:10 smithi073 bash[24935]: audit 2023-12-06T04:10:10.679131+0000 mon.smithi073 (mon.0) 698 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:11.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:10 smithi073 bash[24935]: audit 2023-12-06T04:10:10.734790+0000 mon.smithi073 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T04:10:11.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:10 smithi073 bash[24935]: audit 2023-12-06T04:10:10.739504+0000 mon.smithi073 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T04:10:12.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:11 smithi110 bash[28336]: cephadm 2023-12-06T04:10:10.667809+0000 mgr.smithi073.zlngfn (mgr.14182) 287 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi110.qkuajd 2023-12-06T04:10:12.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:11 smithi110 bash[28336]: cephadm 2023-12-06T04:10:10.672576+0000 mgr.smithi073.zlngfn (mgr.14182) 288 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-06T04:10:12.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:11 smithi110 bash[28336]: cephadm 2023-12-06T04:10:10.794100+0000 mgr.smithi073.zlngfn (mgr.14182) 289 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-06T04:10:12.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:11 smithi110 bash[28336]: cephadm 2023-12-06T04:10:10.794210+0000 mgr.smithi073.zlngfn (mgr.14182) 290 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi110.qkuajd-rgw 2023-12-06T04:10:12.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:11 smithi110 bash[28336]: audit 2023-12-06T04:10:10.794642+0000 mon.smithi073 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi110.qkuajd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T04:10:12.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:11 smithi110 bash[28336]: audit 2023-12-06T04:10:10.798274+0000 mon.smithi073 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi110.qkuajd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T04:10:12.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:11 smithi110 bash[28336]: audit 2023-12-06T04:10:10.799492+0000 mon.smithi073 (mon.0) 703 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:12.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:11 smithi110 bash[28336]: cephadm 2023-12-06T04:10:10.800449+0000 mgr.smithi073.zlngfn (mgr.14182) 291 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi110.qkuajd on smithi110 2023-12-06T04:10:12.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:11 smithi073 bash[24935]: cephadm 2023-12-06T04:10:10.667809+0000 mgr.smithi073.zlngfn (mgr.14182) 287 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi110.qkuajd 2023-12-06T04:10:12.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:11 smithi073 bash[24935]: cephadm 2023-12-06T04:10:10.672576+0000 mgr.smithi073.zlngfn (mgr.14182) 288 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-06T04:10:12.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:11 smithi073 bash[24935]: cephadm 2023-12-06T04:10:10.794100+0000 mgr.smithi073.zlngfn (mgr.14182) 289 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-06T04:10:12.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:11 smithi073 bash[24935]: cephadm 2023-12-06T04:10:10.794210+0000 mgr.smithi073.zlngfn (mgr.14182) 290 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi110.qkuajd-rgw 2023-12-06T04:10:12.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:11 smithi073 bash[24935]: audit 2023-12-06T04:10:10.794642+0000 mon.smithi073 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi110.qkuajd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T04:10:12.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:11 smithi073 bash[24935]: audit 2023-12-06T04:10:10.798274+0000 mon.smithi073 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi110.qkuajd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T04:10:12.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:11 smithi073 bash[24935]: audit 2023-12-06T04:10:10.799492+0000 mon.smithi073 (mon.0) 703 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:12.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:11 smithi073 bash[24935]: cephadm 2023-12-06T04:10:10.800449+0000 mgr.smithi073.zlngfn (mgr.14182) 291 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi110.qkuajd on smithi110 2023-12-06T04:10:12.814 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:10:12.815 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:09:47.115981Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:09:45.637291Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:09:47.116438Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:09:50.076589Z 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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:09:45.637655Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:09:45.637912Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:09:45.638159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:09:45.638401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:09:47.116887Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:10:13.035 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:12 smithi073 bash[24935]: cluster 2023-12-06T04:10:12.105535+0000 mgr.smithi073.zlngfn (mgr.14182) 292 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 1 op/s 2023-12-06T04:10:13.119 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:12 smithi110 bash[28336]: cluster 2023-12-06T04:10:12.105535+0000 mgr.smithi073.zlngfn (mgr.14182) 292 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 1 op/s 2023-12-06T04:10:13.575 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-06T04:10:14.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:14 smithi110 bash[28336]: audit 2023-12-06T04:10:12.804966+0000 mgr.smithi073.zlngfn (mgr.14182) 293 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:14.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:14 smithi110 bash[28336]: audit 2023-12-06T04:10:13.216666+0000 mon.smithi073 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:14.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:14 smithi110 bash[28336]: audit 2023-12-06T04:10:13.419856+0000 mon.smithi073 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:14.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:14 smithi110 bash[28336]: audit 2023-12-06T04:10:13.429070+0000 mon.smithi073 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:14.578 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:10:14.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:14 smithi073 bash[24935]: audit 2023-12-06T04:10:12.804966+0000 mgr.smithi073.zlngfn (mgr.14182) 293 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:14.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:14 smithi073 bash[24935]: audit 2023-12-06T04:10:13.216666+0000 mon.smithi073 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:14.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:14 smithi073 bash[24935]: audit 2023-12-06T04:10:13.419856+0000 mon.smithi073 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:14.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:14 smithi073 bash[24935]: audit 2023-12-06T04:10:13.429070+0000 mon.smithi073 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:15 smithi073 bash[24935]: cephadm 2023-12-06T04:10:13.442684+0000 mgr.smithi073.zlngfn (mgr.14182) 294 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.jbdtid on smithi110 2023-12-06T04:10:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:15 smithi073 bash[24935]: cluster 2023-12-06T04:10:14.106674+0000 mgr.smithi073.zlngfn (mgr.14182) 295 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-12-06T04:10:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:15 smithi073 bash[24935]: audit 2023-12-06T04:10:14.758782+0000 mon.smithi073 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:15.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:15 smithi110 bash[28336]: cephadm 2023-12-06T04:10:13.442684+0000 mgr.smithi073.zlngfn (mgr.14182) 294 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.jbdtid on smithi110 2023-12-06T04:10:15.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:15 smithi110 bash[28336]: cluster 2023-12-06T04:10:14.106674+0000 mgr.smithi073.zlngfn (mgr.14182) 295 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-12-06T04:10:15.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:15 smithi110 bash[28336]: audit 2023-12-06T04:10:14.758782+0000 mon.smithi073 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:17.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:17 smithi073 bash[24935]: cluster 2023-12-06T04:10:16.107540+0000 mgr.smithi073.zlngfn (mgr.14182) 296 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2023-12-06T04:10:17.709 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:10:17.709 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:09:47.115981Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:09:45.637291Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:09:47.116438Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:09:50.076589Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:10:17.364902Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.jbdtid on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid\nDeploy daemon haproxy.nfs.foo.smithi110.jbdtid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:09:45.637655Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:09:45.637912Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:09:45.638159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:09:45.638401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:09:47.116887Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:10:17.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:17 smithi110 bash[28336]: cluster 2023-12-06T04:10:16.107540+0000 mgr.smithi073.zlngfn (mgr.14182) 296 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2023-12-06T04:10:18.508 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: cephadm 2023-12-06T04:10:17.362404+0000 mgr.smithi073.zlngfn (mgr.14182) 297 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid 2023-12-06T04:10:18.508 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:18.508 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid 2023-12-06T04:10:18.508 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid 2023-12-06T04:10:18.508 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:18.508 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid 2023-12-06T04:10:18.508 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.jbdtid ... 2023-12-06T04:10:18.509 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:18.509 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:18.509 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:18.509 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:18.509 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:18.509 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:10:18.509 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:10:18.509 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:10:18.509 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:10:18.509 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:10:18.509 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid 2023-12-06T04:10:18.510 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:18.510 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid 2023-12-06T04:10:18.510 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid 2023-12-06T04:10:18.510 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:18.510 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid 2023-12-06T04:10:18.510 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.jbdtid ... 2023-12-06T04:10:18.511 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:18.512 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-06T04:10:18.512 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:18.512 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:18.512 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:18.512 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:18.513 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: cephadm 2023-12-06T04:10:17.363057+0000 mgr.smithi073.zlngfn (mgr.14182) 298 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.jbdtid 2023-12-06T04:10:18.513 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: audit 2023-12-06T04:10:17.363732+0000 mon.smithi073 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.jbdtid"}]: dispatch 2023-12-06T04:10:18.513 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: cephadm 2023-12-06T04:10:17.365078+0000 mgr.smithi073.zlngfn (mgr.14182) 299 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.jbdtid on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid 2023-12-06T04:10:18.513 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:18.513 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid 2023-12-06T04:10:18.513 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid 2023-12-06T04:10:18.513 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:18.514 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid 2023-12-06T04:10:18.514 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.jbdtid ... 2023-12-06T04:10:18.514 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:18.514 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:18.514 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:18.514 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:18.514 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:18.514 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:18 smithi073 bash[24935]: cephadm 2023-12-06T04:10:17.368979+0000 mgr.smithi073.zlngfn (mgr.14182) 300 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.udqztl on smithi073 2023-12-06T04:10:18.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: cephadm 2023-12-06T04:10:17.362404+0000 mgr.smithi073.zlngfn (mgr.14182) 297 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid 2023-12-06T04:10:18.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:18.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid 2023-12-06T04:10:18.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid 2023-12-06T04:10:18.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:18.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid 2023-12-06T04:10:18.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.jbdtid ... 2023-12-06T04:10:18.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:18.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:18.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:18.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:18.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:18.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:10:18.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:10:18.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:10:18.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:10:18.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:10:18.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid 2023-12-06T04:10:18.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:18.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid 2023-12-06T04:10:18.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid 2023-12-06T04:10:18.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:18.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid 2023-12-06T04:10:18.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.jbdtid ... 2023-12-06T04:10:18.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:18.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:18.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:18.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:18.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:18.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: cephadm 2023-12-06T04:10:17.363057+0000 mgr.smithi073.zlngfn (mgr.14182) 298 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.jbdtid 2023-12-06T04:10:18.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: audit 2023-12-06T04:10:17.363732+0000 mon.smithi073 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.jbdtid"}]: dispatch 2023-12-06T04:10:18.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: cephadm 2023-12-06T04:10:17.365078+0000 mgr.smithi073.zlngfn (mgr.14182) 299 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.jbdtid on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid 2023-12-06T04:10:18.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:18.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid 2023-12-06T04:10:18.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid 2023-12-06T04:10:18.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:18.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid 2023-12-06T04:10:18.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.jbdtid ... 2023-12-06T04:10:18.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:18.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:18.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:18.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:18.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:18.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:18 smithi110 bash[28336]: cephadm 2023-12-06T04:10:17.368979+0000 mgr.smithi073.zlngfn (mgr.14182) 300 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.udqztl on smithi073 2023-12-06T04:10:19.513 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:10:19.525 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:19 smithi073 bash[24935]: audit 2023-12-06T04:10:17.697408+0000 mgr.smithi073.zlngfn (mgr.14182) 301 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:19.525 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:19 smithi073 bash[24935]: cluster 2023-12-06T04:10:18.108361+0000 mgr.smithi073.zlngfn (mgr.14182) 302 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1023 B/s wr, 2 op/s 2023-12-06T04:10:19.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:19 smithi110 bash[28336]: audit 2023-12-06T04:10:17.697408+0000 mgr.smithi073.zlngfn (mgr.14182) 301 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:19.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:19 smithi110 bash[28336]: cluster 2023-12-06T04:10:18.108361+0000 mgr.smithi073.zlngfn (mgr.14182) 302 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1023 B/s wr, 2 op/s 2023-12-06T04:10:20.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:20 smithi073 bash[24935]: audit 2023-12-06T04:10:19.771089+0000 mon.smithi073 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:20.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:20 smithi073 bash[24935]: cluster 2023-12-06T04:10:20.109337+0000 mgr.smithi073.zlngfn (mgr.14182) 303 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-06T04:10:21.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:20 smithi110 bash[28336]: audit 2023-12-06T04:10:19.771089+0000 mon.smithi073 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:21.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:20 smithi110 bash[28336]: cluster 2023-12-06T04:10:20.109337+0000 mgr.smithi073.zlngfn (mgr.14182) 303 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-06T04:10:22.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:21 smithi073 bash[24935]: audit 2023-12-06T04:10:21.564663+0000 mon.smithi073 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.udqztl"}]: dispatch 2023-12-06T04:10:22.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:21 smithi073 bash[24935]: audit 2023-12-06T04:10:21.574570+0000 mon.smithi073 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:22.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:21 smithi073 bash[24935]: audit 2023-12-06T04:10:21.577756+0000 mon.smithi073 (mon.0) 712 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:10:22.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:21 smithi110 bash[28336]: audit 2023-12-06T04:10:21.564663+0000 mon.smithi073 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.udqztl"}]: dispatch 2023-12-06T04:10:22.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:21 smithi110 bash[28336]: audit 2023-12-06T04:10:21.574570+0000 mon.smithi073 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:22.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:21 smithi110 bash[28336]: audit 2023-12-06T04:10:21.577756+0000 mon.smithi073 (mon.0) 712 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:10:22.937 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:10:22.937 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:09:47.115981Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:09:45.637291Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:09:47.116438Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:09:50.076589Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:10:17.364902Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.jbdtid on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid\nDeploy daemon haproxy.nfs.foo.smithi110.jbdtid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:21.565961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.udqztl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl\nDeploy daemon haproxy.nfs.foo.smithi073.udqztl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:21.574874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.aahwhg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:21.576490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.zsszry on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:09:45.637655Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:09:45.637912Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:09:45.638159Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:09:45.638401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:09:47.116887Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:10:23.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: cephadm 2023-12-06T04:10:21.563484+0000 mgr.smithi073.zlngfn (mgr.14182) 304 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl 2023-12-06T04:10:23.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:23.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl 2023-12-06T04:10:23.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl 2023-12-06T04:10:23.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:23.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl 2023-12-06T04:10:23.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.udqztl ... 2023-12-06T04:10:23.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:23.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:23.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:23.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:23.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:23.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:10:23.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:10:23.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:10:23.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:10:23.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:10:23.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl 2023-12-06T04:10:23.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:23.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl 2023-12-06T04:10:23.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl 2023-12-06T04:10:23.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:23.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl 2023-12-06T04:10:23.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.udqztl ... 2023-12-06T04:10:23.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:23.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:23.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:23.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:23.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:23.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: cephadm 2023-12-06T04:10:21.563991+0000 mgr.smithi073.zlngfn (mgr.14182) 305 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.udqztl 2023-12-06T04:10:23.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: cephadm 2023-12-06T04:10:21.566239+0000 mgr.smithi073.zlngfn (mgr.14182) 306 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.udqztl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl 2023-12-06T04:10:23.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:23.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl 2023-12-06T04:10:23.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl 2023-12-06T04:10:23.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:23.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl 2023-12-06T04:10:23.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.udqztl ... 2023-12-06T04:10:23.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:23.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:23.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:23.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:23.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:23.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: cephadm 2023-12-06T04:10:21.574995+0000 mgr.smithi073.zlngfn (mgr.14182) 307 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.aahwhg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:10:23.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: cephadm 2023-12-06T04:10:21.576587+0000 mgr.smithi073.zlngfn (mgr.14182) 308 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.zsszry on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:10:23.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: cluster 2023-12-06T04:10:21.577534+0000 mgr.smithi073.zlngfn (mgr.14182) 309 : cluster [DBG] pgmap v260: 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, 4 op/s 2023-12-06T04:10:23.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:22 smithi073 bash[24935]: cluster 2023-12-06T04:10:22.572510+0000 mon.smithi073 (mon.0) 713 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:10:23.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: cephadm 2023-12-06T04:10:21.563484+0000 mgr.smithi073.zlngfn (mgr.14182) 304 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl 2023-12-06T04:10:23.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:23.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl 2023-12-06T04:10:23.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl 2023-12-06T04:10:23.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:23.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl 2023-12-06T04:10:23.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.udqztl ... 2023-12-06T04:10:23.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:23.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:23.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:23.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:23.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:23.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:10:23.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:10:23.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:10:23.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:10:23.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:10:23.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl 2023-12-06T04:10:23.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:23.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl 2023-12-06T04:10:23.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl 2023-12-06T04:10:23.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:23.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl 2023-12-06T04:10:23.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.udqztl ... 2023-12-06T04:10:23.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:23.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:23.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:23.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:23.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:23.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: cephadm 2023-12-06T04:10:21.563991+0000 mgr.smithi073.zlngfn (mgr.14182) 305 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.udqztl 2023-12-06T04:10:23.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: cephadm 2023-12-06T04:10:21.566239+0000 mgr.smithi073.zlngfn (mgr.14182) 306 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.udqztl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl 2023-12-06T04:10:23.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:23.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl 2023-12-06T04:10:23.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl 2023-12-06T04:10:23.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:23.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl 2023-12-06T04:10:23.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.udqztl ... 2023-12-06T04:10:23.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:23.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:23.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:23.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:23.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:23.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: cephadm 2023-12-06T04:10:21.574995+0000 mgr.smithi073.zlngfn (mgr.14182) 307 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.aahwhg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:10:23.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: cephadm 2023-12-06T04:10:21.576587+0000 mgr.smithi073.zlngfn (mgr.14182) 308 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.zsszry on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:10:23.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: cluster 2023-12-06T04:10:21.577534+0000 mgr.smithi073.zlngfn (mgr.14182) 309 : cluster [DBG] pgmap v260: 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, 4 op/s 2023-12-06T04:10:23.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:22 smithi110 bash[28336]: cluster 2023-12-06T04:10:22.572510+0000 mon.smithi073 (mon.0) 713 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:10:23.675 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-06T04:10:24.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:23 smithi073 bash[24935]: audit 2023-12-06T04:10:22.932349+0000 mgr.smithi073.zlngfn (mgr.14182) 310 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:24.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:23 smithi110 bash[28336]: audit 2023-12-06T04:10:22.932349+0000 mgr.smithi073.zlngfn (mgr.14182) 310 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:24.676 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:10:25.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:24 smithi073 bash[24935]: cluster 2023-12-06T04:10:23.578808+0000 mgr.smithi073.zlngfn (mgr.14182) 311 : cluster [DBG] pgmap v261: 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, 4 op/s 2023-12-06T04:10:25.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:24 smithi073 bash[24935]: audit 2023-12-06T04:10:24.780742+0000 mon.smithi073 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:25.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:24 smithi110 bash[28336]: cluster 2023-12-06T04:10:23.578808+0000 mgr.smithi073.zlngfn (mgr.14182) 311 : cluster [DBG] pgmap v261: 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, 4 op/s 2023-12-06T04:10:25.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:24 smithi110 bash[28336]: audit 2023-12-06T04:10:24.780742+0000 mon.smithi073 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:27.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:26 smithi110 bash[28336]: cluster 2023-12-06T04:10:25.579960+0000 mgr.smithi073.zlngfn (mgr.14182) 312 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 803 B/s wr, 3 op/s 2023-12-06T04:10:27.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:26 smithi073 bash[24935]: cluster 2023-12-06T04:10:25.579960+0000 mgr.smithi073.zlngfn (mgr.14182) 312 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 803 B/s wr, 3 op/s 2023-12-06T04:10:27.803 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:10:27.803 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:27.786217Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:27.252676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:27.786422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:09:50.076589Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:10:17.364902Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.jbdtid on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid\nDeploy daemon haproxy.nfs.foo.smithi110.jbdtid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:21.565961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.udqztl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl\nDeploy daemon haproxy.nfs.foo.smithi073.udqztl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:21.574874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.aahwhg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:21.576490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.zsszry on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:27.254363Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:27.252936Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:27.253097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:27.254572Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:27.253295Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:27.253451Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:27.786621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:10:28.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:28 smithi073 bash[24935]: audit 2023-12-06T04:10:27.264465+0000 mon.smithi073 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:28.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:28 smithi073 bash[24935]: audit 2023-12-06T04:10:27.796717+0000 mon.smithi073 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:28.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:28 smithi073 bash[24935]: audit 2023-12-06T04:10:27.802794+0000 mon.smithi073 (mon.0) 717 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:28.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:28 smithi073 bash[24935]: audit 2023-12-06T04:10:27.803909+0000 mon.smithi073 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:10:28.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:28 smithi073 bash[24935]: audit 2023-12-06T04:10:27.810393+0000 mon.smithi073 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:28.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:28 smithi073 bash[24935]: audit 2023-12-06T04:10:27.817384+0000 mon.smithi073 (mon.0) 720 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:10:28.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:28 smithi073 bash[24935]: audit 2023-12-06T04:10:27.829881+0000 mon.smithi073 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:28.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:28 smithi073 bash[24935]: audit 2023-12-06T04:10:28.219013+0000 mon.smithi073 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:28.547 INFO:tasks.cephadm:nfs.foo has 2/2 2023-12-06T04:10:28.547 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-06T04:10:28.557 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-06T04:10:28.557 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:10:28.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:28 smithi110 bash[28336]: audit 2023-12-06T04:10:27.264465+0000 mon.smithi073 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:28.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:28 smithi110 bash[28336]: audit 2023-12-06T04:10:27.796717+0000 mon.smithi073 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:28.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:28 smithi110 bash[28336]: audit 2023-12-06T04:10:27.802794+0000 mon.smithi073 (mon.0) 717 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:28.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:28 smithi110 bash[28336]: audit 2023-12-06T04:10:27.803909+0000 mon.smithi073 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:10:28.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:28 smithi110 bash[28336]: audit 2023-12-06T04:10:27.810393+0000 mon.smithi073 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:28.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:28 smithi110 bash[28336]: audit 2023-12-06T04:10:27.817384+0000 mon.smithi073 (mon.0) 720 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:10:28.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:28 smithi110 bash[28336]: audit 2023-12-06T04:10:27.829881+0000 mon.smithi073 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:28.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:28 smithi110 bash[28336]: audit 2023-12-06T04:10:28.219013+0000 mon.smithi073 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:29.535 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:29 smithi073 bash[24935]: cluster 2023-12-06T04:10:27.580650+0000 mgr.smithi073.zlngfn (mgr.14182) 313 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 803 B/s wr, 3 op/s 2023-12-06T04:10:29.535 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:29 smithi073 bash[24935]: audit 2023-12-06T04:10:27.791211+0000 mgr.smithi073.zlngfn (mgr.14182) 314 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:29.535 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:29 smithi073 bash[24935]: cluster 2023-12-06T04:10:27.811171+0000 mgr.smithi073.zlngfn (mgr.14182) 315 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 844 B/s wr, 3 op/s 2023-12-06T04:10:29.535 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:29 smithi073 bash[24935]: cephadm 2023-12-06T04:10:27.833344+0000 mgr.smithi073.zlngfn (mgr.14182) 316 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.ottuub on smithi110 2023-12-06T04:10:29.535 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:29 smithi073 bash[24935]: cluster 2023-12-06T04:10:28.262975+0000 mon.smithi073 (mon.0) 723 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:10:29.535 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:29 smithi073 bash[24935]: cluster 2023-12-06T04:10:28.263024+0000 mon.smithi073 (mon.0) 724 : cluster [INF] Cluster is now healthy 2023-12-06T04:10:29.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:29 smithi110 bash[28336]: cluster 2023-12-06T04:10:27.580650+0000 mgr.smithi073.zlngfn (mgr.14182) 313 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 803 B/s wr, 3 op/s 2023-12-06T04:10:29.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:29 smithi110 bash[28336]: audit 2023-12-06T04:10:27.791211+0000 mgr.smithi073.zlngfn (mgr.14182) 314 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:29.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:29 smithi110 bash[28336]: cluster 2023-12-06T04:10:27.811171+0000 mgr.smithi073.zlngfn (mgr.14182) 315 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 844 B/s wr, 3 op/s 2023-12-06T04:10:29.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:29 smithi110 bash[28336]: cephadm 2023-12-06T04:10:27.833344+0000 mgr.smithi073.zlngfn (mgr.14182) 316 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.ottuub on smithi110 2023-12-06T04:10:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:29 smithi110 bash[28336]: cluster 2023-12-06T04:10:28.262975+0000 mon.smithi073 (mon.0) 723 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:10:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:29 smithi110 bash[28336]: cluster 2023-12-06T04:10:28.263024+0000 mon.smithi073 (mon.0) 724 : cluster [INF] Cluster is now healthy 2023-12-06T04:10:31.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:31 smithi110 bash[28336]: cluster 2023-12-06T04:10:29.812293+0000 mgr.smithi073.zlngfn (mgr.14182) 317 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 211 B/s rd, 0 op/s 2023-12-06T04:10:31.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:31 smithi073 bash[24935]: cluster 2023-12-06T04:10:29.812293+0000 mgr.smithi073.zlngfn (mgr.14182) 317 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 211 B/s rd, 0 op/s 2023-12-06T04:10:31.629 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:10:31.629 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:27.786217Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:27.252676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:27.786422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:17.364902Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.jbdtid on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-jbdtid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.jbdtid\nDeploy daemon haproxy.nfs.foo.smithi110.jbdtid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:21.565961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.udqztl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-udqztl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.udqztl\nDeploy daemon haproxy.nfs.foo.smithi073.udqztl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:21.574874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.aahwhg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:21.576490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.zsszry on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:31.611004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ottuub on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub\nDeploy daemon haproxy.nfs.foo.smithi110.ottuub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:27.254363Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:27.252936Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:27.253097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:27.254572Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:27.253295Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:27.253451Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:27.786621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:10:32.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:10:32.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:32 smithi073 bash[24935]: audit 2023-12-06T04:10:31.609546+0000 mon.smithi073 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.ottuub"}]: dispatch 2023-12-06T04:10:32.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:32 smithi110 bash[28336]: audit 2023-12-06T04:10:31.609546+0000 mon.smithi073 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.ottuub"}]: dispatch 2023-12-06T04:10:33.389 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:10:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: cephadm 2023-12-06T04:10:31.608206+0000 mgr.smithi073.zlngfn (mgr.14182) 318 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub 2023-12-06T04:10:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub 2023-12-06T04:10:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub 2023-12-06T04:10:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub 2023-12-06T04:10:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.ottuub ... 2023-12-06T04:10:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:10:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:10:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:10:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:10:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:10:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub 2023-12-06T04:10:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub 2023-12-06T04:10:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub 2023-12-06T04:10:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub 2023-12-06T04:10:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.ottuub ... 2023-12-06T04:10:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: cephadm 2023-12-06T04:10:31.608821+0000 mgr.smithi073.zlngfn (mgr.14182) 319 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.ottuub 2023-12-06T04:10:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: cephadm 2023-12-06T04:10:31.611268+0000 mgr.smithi073.zlngfn (mgr.14182) 320 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.ottuub on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub 2023-12-06T04:10:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub 2023-12-06T04:10:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub 2023-12-06T04:10:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub 2023-12-06T04:10:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.ottuub ... 2023-12-06T04:10:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:33.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:33.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:33.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:33.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:33.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: cephadm 2023-12-06T04:10:31.615956+0000 mgr.smithi073.zlngfn (mgr.14182) 321 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.vxllxg on smithi073 2023-12-06T04:10:33.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: audit 2023-12-06T04:10:31.622709+0000 mgr.smithi073.zlngfn (mgr.14182) 322 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:33.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:33 smithi073 bash[24935]: cluster 2023-12-06T04:10:31.812710+0000 mgr.smithi073.zlngfn (mgr.14182) 323 : cluster [DBG] pgmap v266: 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 2023-12-06T04:10:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: cephadm 2023-12-06T04:10:31.608206+0000 mgr.smithi073.zlngfn (mgr.14182) 318 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub 2023-12-06T04:10:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub 2023-12-06T04:10:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub 2023-12-06T04:10:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub 2023-12-06T04:10:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.ottuub ... 2023-12-06T04:10:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:10:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:10:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:10:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:10:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:10:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub 2023-12-06T04:10:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub 2023-12-06T04:10:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub 2023-12-06T04:10:33.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:33.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub 2023-12-06T04:10:33.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.ottuub ... 2023-12-06T04:10:33.723 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:33.723 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:33.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:33.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:33.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:33.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: cephadm 2023-12-06T04:10:31.608821+0000 mgr.smithi073.zlngfn (mgr.14182) 319 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.ottuub 2023-12-06T04:10:33.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: cephadm 2023-12-06T04:10:31.611268+0000 mgr.smithi073.zlngfn (mgr.14182) 320 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.ottuub on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub 2023-12-06T04:10:33.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:33.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub 2023-12-06T04:10:33.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub 2023-12-06T04:10:33.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:33.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub 2023-12-06T04:10:33.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.ottuub ... 2023-12-06T04:10:33.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:33.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:33.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:33.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:33.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:33.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: cephadm 2023-12-06T04:10:31.615956+0000 mgr.smithi073.zlngfn (mgr.14182) 321 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.vxllxg on smithi073 2023-12-06T04:10:33.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: audit 2023-12-06T04:10:31.622709+0000 mgr.smithi073.zlngfn (mgr.14182) 322 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:33.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:33 smithi110 bash[28336]: cluster 2023-12-06T04:10:31.812710+0000 mgr.smithi073.zlngfn (mgr.14182) 323 : cluster [DBG] pgmap v266: 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 2023-12-06T04:10:35.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:35 smithi073 bash[24935]: cluster 2023-12-06T04:10:33.813805+0000 mgr.smithi073.zlngfn (mgr.14182) 324 : cluster [DBG] pgmap v267: 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 2023-12-06T04:10:35.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:35 smithi110 bash[28336]: cluster 2023-12-06T04:10:33.813805+0000 mgr.smithi073.zlngfn (mgr.14182) 324 : cluster [DBG] pgmap v267: 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 2023-12-06T04:10:36.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:36 smithi073 bash[24935]: audit 2023-12-06T04:10:35.676751+0000 mon.smithi073 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.vxllxg"}]: dispatch 2023-12-06T04:10:36.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:36 smithi073 bash[24935]: audit 2023-12-06T04:10:35.684227+0000 mon.smithi073 (mon.0) 727 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:10:36.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:36 smithi110 bash[28336]: audit 2023-12-06T04:10:35.676751+0000 mon.smithi073 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.vxllxg"}]: dispatch 2023-12-06T04:10:36.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:36 smithi110 bash[28336]: audit 2023-12-06T04:10:35.684227+0000 mon.smithi073 (mon.0) 727 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:10:37.089 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:10:37.090 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:27.786217Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:27.252676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:27.786422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:21.576490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.zsszry on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:31.611004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ottuub on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub\nDeploy daemon haproxy.nfs.foo.smithi110.ottuub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:35.677687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vxllxg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg\nDeploy daemon haproxy.nfs.foo.smithi073.vxllxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:35.679687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ijdnpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:27.254363Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:27.252936Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:27.253097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:27.254572Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:27.253295Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:27.253451Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:27.786621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:10:37.380 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: cephadm 2023-12-06T04:10:35.675941+0000 mgr.smithi073.zlngfn (mgr.14182) 325 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg 2023-12-06T04:10:37.381 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:37.381 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg 2023-12-06T04:10:37.381 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg 2023-12-06T04:10:37.381 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:37.381 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg 2023-12-06T04:10:37.381 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.vxllxg ... 2023-12-06T04:10:37.381 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:37.381 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:37.381 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:37.381 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:37.381 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:37.381 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:10:37.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:10:37.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:10:37.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:10:37.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:10:37.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg 2023-12-06T04:10:37.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:37.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg 2023-12-06T04:10:37.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg 2023-12-06T04:10:37.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:37.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg 2023-12-06T04:10:37.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.vxllxg ... 2023-12-06T04:10:37.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:37.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:37.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:37.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:37.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:37.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: cephadm 2023-12-06T04:10:35.676272+0000 mgr.smithi073.zlngfn (mgr.14182) 326 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.vxllxg 2023-12-06T04:10:37.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: cephadm 2023-12-06T04:10:35.677848+0000 mgr.smithi073.zlngfn (mgr.14182) 327 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.vxllxg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg 2023-12-06T04:10:37.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:37.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg 2023-12-06T04:10:37.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg 2023-12-06T04:10:37.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:37.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg 2023-12-06T04:10:37.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.vxllxg ... 2023-12-06T04:10:37.384 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:37.384 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:37.384 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:37.384 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:37.384 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:37.384 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: cephadm 2023-12-06T04:10:35.679782+0000 mgr.smithi073.zlngfn (mgr.14182) 328 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ijdnpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:10:37.384 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: cephadm 2023-12-06T04:10:35.681329+0000 mgr.smithi073.zlngfn (mgr.14182) 329 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:10:37.384 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: cluster 2023-12-06T04:10:35.682259+0000 mgr.smithi073.zlngfn (mgr.14182) 330 : cluster [DBG] pgmap v268: 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 2023-12-06T04:10:37.384 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:37 smithi073 bash[24935]: cluster 2023-12-06T04:10:36.290349+0000 mon.smithi073 (mon.0) 728 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:10:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: cephadm 2023-12-06T04:10:35.675941+0000 mgr.smithi073.zlngfn (mgr.14182) 325 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg 2023-12-06T04:10:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg 2023-12-06T04:10:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg 2023-12-06T04:10:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg 2023-12-06T04:10:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.vxllxg ... 2023-12-06T04:10:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:10:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:10:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:10:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:10:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:10:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg 2023-12-06T04:10:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg 2023-12-06T04:10:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg 2023-12-06T04:10:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg 2023-12-06T04:10:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.vxllxg ... 2023-12-06T04:10:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: cephadm 2023-12-06T04:10:35.676272+0000 mgr.smithi073.zlngfn (mgr.14182) 326 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.vxllxg 2023-12-06T04:10:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: cephadm 2023-12-06T04:10:35.677848+0000 mgr.smithi073.zlngfn (mgr.14182) 327 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.vxllxg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg 2023-12-06T04:10:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg 2023-12-06T04:10:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg 2023-12-06T04:10:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg 2023-12-06T04:10:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.vxllxg ... 2023-12-06T04:10:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: cephadm 2023-12-06T04:10:35.679782+0000 mgr.smithi073.zlngfn (mgr.14182) 328 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ijdnpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:10:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: cephadm 2023-12-06T04:10:35.681329+0000 mgr.smithi073.zlngfn (mgr.14182) 329 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:10:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: cluster 2023-12-06T04:10:35.682259+0000 mgr.smithi073.zlngfn (mgr.14182) 330 : cluster [DBG] pgmap v268: 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 2023-12-06T04:10:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:37 smithi110 bash[28336]: cluster 2023-12-06T04:10:36.290349+0000 mon.smithi073 (mon.0) 728 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:10:37.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:10:38.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:38 smithi073 bash[24935]: audit 2023-12-06T04:10:37.078184+0000 mgr.smithi073.zlngfn (mgr.14182) 331 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:38.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:38 smithi110 bash[28336]: audit 2023-12-06T04:10:37.078184+0000 mgr.smithi073.zlngfn (mgr.14182) 331 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:38.844 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:10:39.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:39 smithi073 bash[24935]: cluster 2023-12-06T04:10:37.683336+0000 mgr.smithi073.zlngfn (mgr.14182) 332 : cluster [DBG] pgmap v269: 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 2023-12-06T04:10:39.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:39 smithi110 bash[28336]: cluster 2023-12-06T04:10:37.683336+0000 mgr.smithi073.zlngfn (mgr.14182) 332 : cluster [DBG] pgmap v269: 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 2023-12-06T04:10:41.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:40 smithi073 bash[24935]: cluster 2023-12-06T04:10:39.684741+0000 mgr.smithi073.zlngfn (mgr.14182) 333 : cluster [DBG] pgmap v270: 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 2023-12-06T04:10:41.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:40 smithi073 bash[24935]: audit 2023-12-06T04:10:39.797174+0000 mon.smithi073 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:41.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:40 smithi110 bash[28336]: cluster 2023-12-06T04:10:39.684741+0000 mgr.smithi073.zlngfn (mgr.14182) 333 : cluster [DBG] pgmap v270: 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 2023-12-06T04:10:41.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:40 smithi110 bash[28336]: audit 2023-12-06T04:10:39.797174+0000 mon.smithi073 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:42.074 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:10:42.074 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:41.754928Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:41.372821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:41.755152Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:21.576490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.zsszry on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:31.611004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ottuub on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub\nDeploy daemon haproxy.nfs.foo.smithi110.ottuub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:35.677687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vxllxg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg\nDeploy daemon haproxy.nfs.foo.smithi073.vxllxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:35.679687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ijdnpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:41.373882Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:41.373026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:41.373144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:41.373999Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:41.373285Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:41.373423Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:41.755369Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:10:42.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:42 smithi110 bash[28336]: audit 2023-12-06T04:10:41.383027+0000 mon.smithi073 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:42.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:42 smithi110 bash[28336]: audit 2023-12-06T04:10:41.765335+0000 mon.smithi073 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:42.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:42 smithi110 bash[28336]: audit 2023-12-06T04:10:41.766738+0000 mon.smithi073 (mon.0) 732 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:42.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:42 smithi110 bash[28336]: audit 2023-12-06T04:10:41.768003+0000 mon.smithi073 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:10:42.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:42 smithi110 bash[28336]: audit 2023-12-06T04:10:41.773798+0000 mon.smithi073 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:42.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:42 smithi110 bash[28336]: audit 2023-12-06T04:10:41.781674+0000 mon.smithi073 (mon.0) 735 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:10:42.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:42 smithi110 bash[28336]: audit 2023-12-06T04:10:41.794488+0000 mon.smithi073 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:42 smithi073 bash[24935]: audit 2023-12-06T04:10:41.383027+0000 mon.smithi073 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:42 smithi073 bash[24935]: audit 2023-12-06T04:10:41.765335+0000 mon.smithi073 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:42 smithi073 bash[24935]: audit 2023-12-06T04:10:41.766738+0000 mon.smithi073 (mon.0) 732 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:42 smithi073 bash[24935]: audit 2023-12-06T04:10:41.768003+0000 mon.smithi073 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:10:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:42 smithi073 bash[24935]: audit 2023-12-06T04:10:41.773798+0000 mon.smithi073 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:42 smithi073 bash[24935]: audit 2023-12-06T04:10:41.781674+0000 mon.smithi073 (mon.0) 735 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:10:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:42 smithi073 bash[24935]: audit 2023-12-06T04:10:41.794488+0000 mon.smithi073 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:42.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:10:43.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:43 smithi110 bash[28336]: cluster 2023-12-06T04:10:41.685541+0000 mgr.smithi073.zlngfn (mgr.14182) 334 : cluster [DBG] pgmap v271: 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 2023-12-06T04:10:43.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:43 smithi110 bash[28336]: cluster 2023-12-06T04:10:41.774563+0000 mgr.smithi073.zlngfn (mgr.14182) 335 : cluster [DBG] pgmap v272: 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 2023-12-06T04:10:43.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:43 smithi110 bash[28336]: cephadm 2023-12-06T04:10:41.797225+0000 mgr.smithi073.zlngfn (mgr.14182) 336 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.fqhrhe on smithi110 2023-12-06T04:10:43.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:43 smithi110 bash[28336]: audit 2023-12-06T04:10:42.064257+0000 mgr.smithi073.zlngfn (mgr.14182) 337 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:43.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:43 smithi110 bash[28336]: cluster 2023-12-06T04:10:42.380166+0000 mon.smithi073 (mon.0) 737 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:10:43.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:43 smithi110 bash[28336]: cluster 2023-12-06T04:10:42.380240+0000 mon.smithi073 (mon.0) 738 : cluster [INF] Cluster is now healthy 2023-12-06T04:10:43.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:43 smithi110 bash[28336]: audit 2023-12-06T04:10:43.221109+0000 mon.smithi073 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:43.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:43 smithi073 bash[24935]: cluster 2023-12-06T04:10:41.685541+0000 mgr.smithi073.zlngfn (mgr.14182) 334 : cluster [DBG] pgmap v271: 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 2023-12-06T04:10:43.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:43 smithi073 bash[24935]: cluster 2023-12-06T04:10:41.774563+0000 mgr.smithi073.zlngfn (mgr.14182) 335 : cluster [DBG] pgmap v272: 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 2023-12-06T04:10:43.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:43 smithi073 bash[24935]: cephadm 2023-12-06T04:10:41.797225+0000 mgr.smithi073.zlngfn (mgr.14182) 336 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.fqhrhe on smithi110 2023-12-06T04:10:43.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:43 smithi073 bash[24935]: audit 2023-12-06T04:10:42.064257+0000 mgr.smithi073.zlngfn (mgr.14182) 337 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:43.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:43 smithi073 bash[24935]: cluster 2023-12-06T04:10:42.380166+0000 mon.smithi073 (mon.0) 737 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:10:43.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:43 smithi073 bash[24935]: cluster 2023-12-06T04:10:42.380240+0000 mon.smithi073 (mon.0) 738 : cluster [INF] Cluster is now healthy 2023-12-06T04:10:43.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:43 smithi073 bash[24935]: audit 2023-12-06T04:10:43.221109+0000 mon.smithi073 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:43.885 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:10:44.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:44 smithi110 bash[28336]: cluster 2023-12-06T04:10:43.775629+0000 mgr.smithi073.zlngfn (mgr.14182) 338 : cluster [DBG] pgmap v273: 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 2023-12-06T04:10:44.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:44 smithi073 bash[24935]: cluster 2023-12-06T04:10:43.775629+0000 mgr.smithi073.zlngfn (mgr.14182) 338 : cluster [DBG] pgmap v273: 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 2023-12-06T04:10:45.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:45 smithi110 bash[28336]: audit 2023-12-06T04:10:45.538925+0000 mon.smithi073 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.fqhrhe"}]: dispatch 2023-12-06T04:10:45.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:45 smithi073 bash[24935]: audit 2023-12-06T04:10:45.538925+0000 mon.smithi073 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.fqhrhe"}]: dispatch 2023-12-06T04:10:46.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: cephadm 2023-12-06T04:10:45.538046+0000 mgr.smithi073.zlngfn (mgr.14182) 339 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe 2023-12-06T04:10:46.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:46.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe 2023-12-06T04:10:46.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe 2023-12-06T04:10:46.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:46.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe 2023-12-06T04:10:46.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.fqhrhe ... 2023-12-06T04:10:46.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:46.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:46.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:46.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:46.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:46.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:10:46.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:10:46.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:10:46.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:10:46.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:10:46.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe 2023-12-06T04:10:46.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:46.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe 2023-12-06T04:10:46.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe 2023-12-06T04:10:46.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:46.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe 2023-12-06T04:10:46.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.fqhrhe ... 2023-12-06T04:10:46.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:46.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:46.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:46.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:46.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:46.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: cephadm 2023-12-06T04:10:45.538432+0000 mgr.smithi073.zlngfn (mgr.14182) 340 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.fqhrhe 2023-12-06T04:10:46.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: cephadm 2023-12-06T04:10:45.540112+0000 mgr.smithi073.zlngfn (mgr.14182) 341 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe 2023-12-06T04:10:46.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:46.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe 2023-12-06T04:10:46.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe 2023-12-06T04:10:46.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:46.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe 2023-12-06T04:10:46.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.fqhrhe ... 2023-12-06T04:10:46.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:46.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:46.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:46.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:46.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:46.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: cephadm 2023-12-06T04:10:45.543404+0000 mgr.smithi073.zlngfn (mgr.14182) 342 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.crvith on smithi073 2023-12-06T04:10:46.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:46 smithi110 bash[28336]: cluster 2023-12-06T04:10:45.776270+0000 mgr.smithi073.zlngfn (mgr.14182) 343 : cluster [DBG] pgmap v274: 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 2023-12-06T04:10:47.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: cephadm 2023-12-06T04:10:45.538046+0000 mgr.smithi073.zlngfn (mgr.14182) 339 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe 2023-12-06T04:10:47.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:47.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe 2023-12-06T04:10:47.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe 2023-12-06T04:10:47.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:47.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe 2023-12-06T04:10:47.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.fqhrhe ... 2023-12-06T04:10:47.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:47.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:47.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:47.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:47.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:47.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:10:47.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:10:47.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:10:47.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:10:47.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:10:47.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe 2023-12-06T04:10:47.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:47.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe 2023-12-06T04:10:47.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe 2023-12-06T04:10:47.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:47.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe 2023-12-06T04:10:47.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.fqhrhe ... 2023-12-06T04:10:47.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:47.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:47.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:47.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:47.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:47.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: cephadm 2023-12-06T04:10:45.538432+0000 mgr.smithi073.zlngfn (mgr.14182) 340 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.fqhrhe 2023-12-06T04:10:47.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: cephadm 2023-12-06T04:10:45.540112+0000 mgr.smithi073.zlngfn (mgr.14182) 341 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe 2023-12-06T04:10:47.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:47.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe 2023-12-06T04:10:47.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe 2023-12-06T04:10:47.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:47.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe 2023-12-06T04:10:47.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.fqhrhe ... 2023-12-06T04:10:47.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:47.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:47.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:47.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:47.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:47.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: cephadm 2023-12-06T04:10:45.543404+0000 mgr.smithi073.zlngfn (mgr.14182) 342 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.crvith on smithi073 2023-12-06T04:10:47.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:46 smithi073 bash[24935]: cluster 2023-12-06T04:10:45.776270+0000 mgr.smithi073.zlngfn (mgr.14182) 343 : cluster [DBG] pgmap v274: 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 2023-12-06T04:10:47.092 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:10:47.093 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:41.754928Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:41.372821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:41.755152Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:31.611004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ottuub on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ottuub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ottuub\nDeploy daemon haproxy.nfs.foo.smithi110.ottuub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:35.677687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vxllxg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vxllxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vxllxg\nDeploy daemon haproxy.nfs.foo.smithi073.vxllxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:35.679687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ijdnpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:41.373882Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:41.373026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:41.373144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:41.373999Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:41.373285Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:41.373423Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:41.755369Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:10:47.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:10:47.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:47 smithi110 bash[28336]: audit 2023-12-06T04:10:47.082873+0000 mgr.smithi073.zlngfn (mgr.14182) 344 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:48.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:47 smithi073 bash[24935]: audit 2023-12-06T04:10:47.082873+0000 mgr.smithi073.zlngfn (mgr.14182) 344 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:48.836 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:10:49.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:48 smithi110 bash[28336]: cluster 2023-12-06T04:10:47.777185+0000 mgr.smithi073.zlngfn (mgr.14182) 345 : cluster [DBG] pgmap v275: 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 2023-12-06T04:10:49.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:48 smithi073 bash[24935]: cluster 2023-12-06T04:10:47.777185+0000 mgr.smithi073.zlngfn (mgr.14182) 345 : cluster [DBG] pgmap v275: 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 2023-12-06T04:10:50.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:49 smithi110 bash[28336]: audit 2023-12-06T04:10:49.777452+0000 mon.smithi073 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.crvith"}]: dispatch 2023-12-06T04:10:50.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:49 smithi110 bash[28336]: audit 2023-12-06T04:10:49.810163+0000 mon.smithi073 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:50.321 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:49 smithi073 bash[24935]: audit 2023-12-06T04:10:49.777452+0000 mon.smithi073 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.crvith"}]: dispatch 2023-12-06T04:10:50.321 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:49 smithi073 bash[24935]: audit 2023-12-06T04:10:49.810163+0000 mon.smithi073 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:51.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: cephadm 2023-12-06T04:10:49.776585+0000 mgr.smithi073.zlngfn (mgr.14182) 346 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith 2023-12-06T04:10:51.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:51.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith 2023-12-06T04:10:51.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith 2023-12-06T04:10:51.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:51.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith 2023-12-06T04:10:51.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.crvith ... 2023-12-06T04:10:51.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:51.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:51.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:51.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:51.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:51.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:10:51.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:10:51.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:10:51.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:10:51.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:10:51.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith 2023-12-06T04:10:51.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:51.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith 2023-12-06T04:10:51.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith 2023-12-06T04:10:51.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:51.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith 2023-12-06T04:10:51.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.crvith ... 2023-12-06T04:10:51.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:51.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:51.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:51.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:51.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:51.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: cephadm 2023-12-06T04:10:49.776906+0000 mgr.smithi073.zlngfn (mgr.14182) 347 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.crvith 2023-12-06T04:10:51.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: cluster 2023-12-06T04:10:49.777929+0000 mgr.smithi073.zlngfn (mgr.14182) 348 : cluster [DBG] pgmap v276: 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 2023-12-06T04:10:51.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: cephadm 2023-12-06T04:10:49.778600+0000 mgr.smithi073.zlngfn (mgr.14182) 349 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith 2023-12-06T04:10:51.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:51.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith 2023-12-06T04:10:51.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith 2023-12-06T04:10:51.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:10:51.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith 2023-12-06T04:10:51.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.crvith ... 2023-12-06T04:10:51.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:51.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:51.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:51.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:51.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:51.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: cephadm 2023-12-06T04:10:49.780594+0000 mgr.smithi073.zlngfn (mgr.14182) 350 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:10:51.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: cephadm 2023-12-06T04:10:49.782210+0000 mgr.smithi073.zlngfn (mgr.14182) 351 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:10:51.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: cluster 2023-12-06T04:10:49.783078+0000 mgr.smithi073.zlngfn (mgr.14182) 352 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 252 B/s rd, 0 op/s 2023-12-06T04:10:51.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:50 smithi073 bash[24935]: cluster 2023-12-06T04:10:49.920314+0000 mon.smithi073 (mon.0) 743 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:10:51.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: cephadm 2023-12-06T04:10:49.776585+0000 mgr.smithi073.zlngfn (mgr.14182) 346 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith 2023-12-06T04:10:51.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:51.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith 2023-12-06T04:10:51.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith 2023-12-06T04:10:51.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:51.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith 2023-12-06T04:10:51.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.crvith ... 2023-12-06T04:10:51.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:51.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:51.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:51.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:51.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:51.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:10:51.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:10:51.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:10:51.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:10:51.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:10:51.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith 2023-12-06T04:10:51.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:51.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith 2023-12-06T04:10:51.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith 2023-12-06T04:10:51.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:51.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith 2023-12-06T04:10:51.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.crvith ... 2023-12-06T04:10:51.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:51.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:51.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:51.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:51.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:51.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: cephadm 2023-12-06T04:10:49.776906+0000 mgr.smithi073.zlngfn (mgr.14182) 347 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.crvith 2023-12-06T04:10:51.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: cluster 2023-12-06T04:10:49.777929+0000 mgr.smithi073.zlngfn (mgr.14182) 348 : cluster [DBG] pgmap v276: 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 2023-12-06T04:10:51.215 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: cephadm 2023-12-06T04:10:49.778600+0000 mgr.smithi073.zlngfn (mgr.14182) 349 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith 2023-12-06T04:10:51.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:51.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith 2023-12-06T04:10:51.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith 2023-12-06T04:10:51.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:10:51.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith 2023-12-06T04:10:51.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.crvith ... 2023-12-06T04:10:51.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:51.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:10:51.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:10:51.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:10:51.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:10:51.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: cephadm 2023-12-06T04:10:49.780594+0000 mgr.smithi073.zlngfn (mgr.14182) 350 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:10:51.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: cephadm 2023-12-06T04:10:49.782210+0000 mgr.smithi073.zlngfn (mgr.14182) 351 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:10:51.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: cluster 2023-12-06T04:10:49.783078+0000 mgr.smithi073.zlngfn (mgr.14182) 352 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 252 B/s rd, 0 op/s 2023-12-06T04:10:51.216 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:50 smithi110 bash[28336]: cluster 2023-12-06T04:10:49.920314+0000 mon.smithi073 (mon.0) 743 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:10:52.064 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:10:52.064 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:41.754928Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:41.372821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:41.755152Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.778481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\nDeploy daemon haproxy.nfs.foo.smithi073.crvith ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.780472Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:41.373882Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:41.373026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:41.373144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:41.373999Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:41.373285Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:41.373423Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:41.755369Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:10:52.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:10:53.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:52 smithi073 bash[24935]: cluster 2023-12-06T04:10:51.783687+0000 mgr.smithi073.zlngfn (mgr.14182) 353 : cluster [DBG] pgmap v278: 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 2023-12-06T04:10:53.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:52 smithi073 bash[24935]: audit 2023-12-06T04:10:52.051133+0000 mgr.smithi073.zlngfn (mgr.14182) 354 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:53.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:52 smithi110 bash[28336]: cluster 2023-12-06T04:10:51.783687+0000 mgr.smithi073.zlngfn (mgr.14182) 353 : cluster [DBG] pgmap v278: 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 2023-12-06T04:10:53.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:52 smithi110 bash[28336]: audit 2023-12-06T04:10:52.051133+0000 mgr.smithi073.zlngfn (mgr.14182) 354 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:53.786 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:10:55.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:54 smithi073 bash[24935]: cluster 2023-12-06T04:10:53.785159+0000 mgr.smithi073.zlngfn (mgr.14182) 355 : cluster [DBG] pgmap v279: 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 2023-12-06T04:10:55.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:54 smithi110 bash[28336]: cluster 2023-12-06T04:10:53.785159+0000 mgr.smithi073.zlngfn (mgr.14182) 355 : cluster [DBG] pgmap v279: 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 2023-12-06T04:10:56.891 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:10:56.892 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:41.754928Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:41.372821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:41.755152Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.778481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\nDeploy daemon haproxy.nfs.foo.smithi073.crvith ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.780472Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:41.373882Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:41.373026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:41.373144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:41.373999Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:41.373285Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:41.373423Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:41.755369Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:10:57.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:56 smithi110 bash[28336]: cluster 2023-12-06T04:10:55.786129+0000 mgr.smithi073.zlngfn (mgr.14182) 356 : cluster [DBG] pgmap v280: 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 2023-12-06T04:10:57.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:56 smithi073 bash[24935]: cluster 2023-12-06T04:10:55.786129+0000 mgr.smithi073.zlngfn (mgr.14182) 356 : cluster [DBG] pgmap v280: 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 2023-12-06T04:10:57.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:10:58.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:57 smithi110 bash[28336]: audit 2023-12-06T04:10:56.885808+0000 mgr.smithi073.zlngfn (mgr.14182) 357 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:58.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:57 smithi073 bash[24935]: audit 2023-12-06T04:10:56.885808+0000 mgr.smithi073.zlngfn (mgr.14182) 357 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:10:58.612 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:10:59.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:59 smithi073 bash[24935]: cluster 2023-12-06T04:10:57.787404+0000 mgr.smithi073.zlngfn (mgr.14182) 358 : cluster [DBG] pgmap v281: 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 2023-12-06T04:10:59.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:10:59 smithi073 bash[24935]: audit 2023-12-06T04:10:58.216992+0000 mon.smithi073 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:10:59.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:59 smithi110 bash[28336]: cluster 2023-12-06T04:10:57.787404+0000 mgr.smithi073.zlngfn (mgr.14182) 358 : cluster [DBG] pgmap v281: 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 2023-12-06T04:10:59.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:10:59 smithi110 bash[28336]: audit 2023-12-06T04:10:58.216992+0000 mon.smithi073 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:11:01.571 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:11:01.572 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:41.754928Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:41.372821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:41.755152Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.778481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\nDeploy daemon haproxy.nfs.foo.smithi073.crvith ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.780472Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:41.373882Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:41.373026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:41.373144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:41.373999Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:41.373285Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:41.373423Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:41.755369Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:11:01.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:01 smithi073 bash[24935]: cluster 2023-12-06T04:10:59.788823+0000 mgr.smithi073.zlngfn (mgr.14182) 359 : cluster [DBG] pgmap v282: 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 2023-12-06T04:11:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:01 smithi110 bash[28336]: cluster 2023-12-06T04:10:59.788823+0000 mgr.smithi073.zlngfn (mgr.14182) 359 : cluster [DBG] pgmap v282: 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 2023-12-06T04:11:02.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:11:03.306 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:11:03.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:03 smithi073 bash[24935]: audit 2023-12-06T04:11:01.559597+0000 mgr.smithi073.zlngfn (mgr.14182) 360 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:03.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:03 smithi073 bash[24935]: cluster 2023-12-06T04:11:01.789962+0000 mgr.smithi073.zlngfn (mgr.14182) 361 : 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 2023-12-06T04:11:03.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:03 smithi110 bash[28336]: audit 2023-12-06T04:11:01.559597+0000 mgr.smithi073.zlngfn (mgr.14182) 360 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:03.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:03 smithi110 bash[28336]: cluster 2023-12-06T04:11:01.789962+0000 mgr.smithi073.zlngfn (mgr.14182) 361 : 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 2023-12-06T04:11:05.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:05 smithi073 bash[24935]: cluster 2023-12-06T04:11:03.791529+0000 mgr.smithi073.zlngfn (mgr.14182) 362 : 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 2023-12-06T04:11:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:05 smithi110 bash[28336]: cluster 2023-12-06T04:11:03.791529+0000 mgr.smithi073.zlngfn (mgr.14182) 362 : 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 2023-12-06T04:11:06.346 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:11:06.347 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:41.754928Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:41.372821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:41.755152Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.778481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\nDeploy daemon haproxy.nfs.foo.smithi073.crvith ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.780472Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:41.373882Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:41.373026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:41.373144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:41.373999Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:41.373285Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:41.373423Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:41.755369Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:11:07.071 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:11:07.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:07 smithi073 bash[24935]: cluster 2023-12-06T04:11:05.792499+0000 mgr.smithi073.zlngfn (mgr.14182) 363 : 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 2023-12-06T04:11:07.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:07 smithi073 bash[24935]: audit 2023-12-06T04:11:06.336886+0000 mgr.smithi073.zlngfn (mgr.14182) 364 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:07.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:07 smithi110 bash[28336]: cluster 2023-12-06T04:11:05.792499+0000 mgr.smithi073.zlngfn (mgr.14182) 363 : 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 2023-12-06T04:11:07.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:07 smithi110 bash[28336]: audit 2023-12-06T04:11:06.336886+0000 mgr.smithi073.zlngfn (mgr.14182) 364 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:08.072 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:11:09.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:09 smithi073 bash[24935]: cluster 2023-12-06T04:11:07.793732+0000 mgr.smithi073.zlngfn (mgr.14182) 365 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:11:09.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:09 smithi110 bash[28336]: cluster 2023-12-06T04:11:07.793732+0000 mgr.smithi073.zlngfn (mgr.14182) 365 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:11:11.139 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:11:11.139 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:41.754928Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:41.372821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:41.755152Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.778481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\nDeploy daemon haproxy.nfs.foo.smithi073.crvith ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.780472Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:41.373882Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:41.373026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:41.373144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:41.373999Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:41.373285Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:41.373423Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:41.755369Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:11:11.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:11 smithi073 bash[24935]: cluster 2023-12-06T04:11:09.795347+0000 mgr.smithi073.zlngfn (mgr.14182) 366 : cluster [DBG] pgmap v287: 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 2023-12-06T04:11:11.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:11 smithi110 bash[28336]: cluster 2023-12-06T04:11:09.795347+0000 mgr.smithi073.zlngfn (mgr.14182) 366 : cluster [DBG] pgmap v287: 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 2023-12-06T04:11:11.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:11:12.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:12 smithi073 bash[24935]: audit 2023-12-06T04:11:11.128547+0000 mgr.smithi073.zlngfn (mgr.14182) 367 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:12.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:12 smithi110 bash[28336]: audit 2023-12-06T04:11:11.128547+0000 mgr.smithi073.zlngfn (mgr.14182) 367 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:12.824 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:11:13.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:13 smithi073 bash[24935]: cluster 2023-12-06T04:11:11.796520+0000 mgr.smithi073.zlngfn (mgr.14182) 368 : 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 2023-12-06T04:11:13.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:13 smithi110 bash[28336]: cluster 2023-12-06T04:11:11.796520+0000 mgr.smithi073.zlngfn (mgr.14182) 368 : 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 2023-12-06T04:11:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:15 smithi073 bash[24935]: cluster 2023-12-06T04:11:13.797915+0000 mgr.smithi073.zlngfn (mgr.14182) 369 : 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 2023-12-06T04:11:15.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:15 smithi110 bash[28336]: cluster 2023-12-06T04:11:13.797915+0000 mgr.smithi073.zlngfn (mgr.14182) 369 : 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 2023-12-06T04:11:16.095 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:11:16.095 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:41.754928Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:41.372821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:41.755152Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.778481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\nDeploy daemon haproxy.nfs.foo.smithi073.crvith ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.780472Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:41.373882Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:41.373026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:41.373144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:41.373999Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:41.373285Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:41.373423Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:41.755369Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:11:16.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:11:17.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:17 smithi073 bash[24935]: cluster 2023-12-06T04:11:15.798664+0000 mgr.smithi073.zlngfn (mgr.14182) 370 : 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 2023-12-06T04:11:17.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:17 smithi073 bash[24935]: audit 2023-12-06T04:11:16.082954+0000 mgr.smithi073.zlngfn (mgr.14182) 371 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:17.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:17 smithi110 bash[28336]: cluster 2023-12-06T04:11:15.798664+0000 mgr.smithi073.zlngfn (mgr.14182) 370 : 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 2023-12-06T04:11:17.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:17 smithi110 bash[28336]: audit 2023-12-06T04:11:16.082954+0000 mgr.smithi073.zlngfn (mgr.14182) 371 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:17.825 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:11:19.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:19 smithi073 bash[24935]: cluster 2023-12-06T04:11:17.799681+0000 mgr.smithi073.zlngfn (mgr.14182) 372 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:11:19.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:19 smithi110 bash[28336]: cluster 2023-12-06T04:11:17.799681+0000 mgr.smithi073.zlngfn (mgr.14182) 372 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:11:20.932 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:11:20.932 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:41.754928Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:41.372821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:41.755152Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.778481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\nDeploy daemon haproxy.nfs.foo.smithi073.crvith ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.780472Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:41.373882Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:41.373026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:41.373144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:41.373999Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:41.373285Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:41.373423Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:41.755369Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:11:21.570 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:21 smithi073 bash[24935]: cluster 2023-12-06T04:11:19.801046+0000 mgr.smithi073.zlngfn (mgr.14182) 373 : cluster [DBG] pgmap v292: 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 2023-12-06T04:11:21.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:11:21.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:21 smithi110 bash[28336]: cluster 2023-12-06T04:11:19.801046+0000 mgr.smithi073.zlngfn (mgr.14182) 373 : cluster [DBG] pgmap v292: 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 2023-12-06T04:11:22.572 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:11:22.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:22 smithi073 bash[24935]: audit 2023-12-06T04:11:20.920490+0000 mgr.smithi073.zlngfn (mgr.14182) 374 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:22.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:22 smithi110 bash[28336]: audit 2023-12-06T04:11:20.920490+0000 mgr.smithi073.zlngfn (mgr.14182) 374 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:23.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:23 smithi073 bash[24935]: cluster 2023-12-06T04:11:21.801938+0000 mgr.smithi073.zlngfn (mgr.14182) 375 : 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 2023-12-06T04:11:23.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:23 smithi110 bash[28336]: cluster 2023-12-06T04:11:21.801938+0000 mgr.smithi073.zlngfn (mgr.14182) 375 : 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 2023-12-06T04:11:25.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:25 smithi073 bash[24935]: cluster 2023-12-06T04:11:23.803326+0000 mgr.smithi073.zlngfn (mgr.14182) 376 : 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 2023-12-06T04:11:25.676 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:11:25.676 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:41.754928Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:41.372821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:41.755152Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.778481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\nDeploy daemon haproxy.nfs.foo.smithi073.crvith ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.780472Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:41.373882Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:41.373026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:41.373144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:41.373999Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:41.373285Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:41.373423Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:41.755369Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:11:25.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:25 smithi110 bash[28336]: cluster 2023-12-06T04:11:23.803326+0000 mgr.smithi073.zlngfn (mgr.14182) 376 : 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 2023-12-06T04:11:26.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:11:27.414 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:11:27.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:27 smithi073 bash[24935]: audit 2023-12-06T04:11:25.670573+0000 mgr.smithi073.zlngfn (mgr.14182) 377 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:27.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:27 smithi073 bash[24935]: cluster 2023-12-06T04:11:25.804534+0000 mgr.smithi073.zlngfn (mgr.14182) 378 : 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 2023-12-06T04:11:27.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:27 smithi110 bash[28336]: audit 2023-12-06T04:11:25.670573+0000 mgr.smithi073.zlngfn (mgr.14182) 377 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:27.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:27 smithi110 bash[28336]: cluster 2023-12-06T04:11:25.804534+0000 mgr.smithi073.zlngfn (mgr.14182) 378 : 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 2023-12-06T04:11:29.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:29 smithi073 bash[24935]: cluster 2023-12-06T04:11:27.805374+0000 mgr.smithi073.zlngfn (mgr.14182) 379 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:11:29.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:29 smithi110 bash[28336]: cluster 2023-12-06T04:11:27.805374+0000 mgr.smithi073.zlngfn (mgr.14182) 379 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:11:30.370 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:11:30.370 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:41.754928Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:41.372821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:41.755152Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.778481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\nDeploy daemon haproxy.nfs.foo.smithi073.crvith ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.780472Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:41.373882Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:41.373026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:41.373144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:41.373999Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:41.373285Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:41.373423Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:41.755369Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:11:31.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:11:31.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:31 smithi073 bash[24935]: cluster 2023-12-06T04:11:29.806688+0000 mgr.smithi073.zlngfn (mgr.14182) 380 : cluster [DBG] pgmap v297: 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 2023-12-06T04:11:31.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:31 smithi073 bash[24935]: audit 2023-12-06T04:11:30.360251+0000 mgr.smithi073.zlngfn (mgr.14182) 381 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:31.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:31 smithi110 bash[28336]: cluster 2023-12-06T04:11:29.806688+0000 mgr.smithi073.zlngfn (mgr.14182) 380 : cluster [DBG] pgmap v297: 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 2023-12-06T04:11:31.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:31 smithi110 bash[28336]: audit 2023-12-06T04:11:30.360251+0000 mgr.smithi073.zlngfn (mgr.14182) 381 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:32.035 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:11:33.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:33 smithi073 bash[24935]: cluster 2023-12-06T04:11:31.807612+0000 mgr.smithi073.zlngfn (mgr.14182) 382 : 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 2023-12-06T04:11:33.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:33 smithi110 bash[28336]: cluster 2023-12-06T04:11:31.807612+0000 mgr.smithi073.zlngfn (mgr.14182) 382 : 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 2023-12-06T04:11:35.237 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:11:35.237 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:41.754928Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:41.372821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:41.755152Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.778481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\nDeploy daemon haproxy.nfs.foo.smithi073.crvith ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.780472Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:41.373882Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:41.373026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:41.373144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:41.373999Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:41.373285Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:41.373423Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:41.755369Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:11:35.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:35 smithi073 bash[24935]: cluster 2023-12-06T04:11:33.808975+0000 mgr.smithi073.zlngfn (mgr.14182) 383 : 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 2023-12-06T04:11:35.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:35 smithi110 bash[28336]: cluster 2023-12-06T04:11:33.808975+0000 mgr.smithi073.zlngfn (mgr.14182) 383 : 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 2023-12-06T04:11:35.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:11:36.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:36 smithi110 bash[28336]: audit 2023-12-06T04:11:35.225571+0000 mgr.smithi073.zlngfn (mgr.14182) 384 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:36.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:36 smithi073 bash[24935]: audit 2023-12-06T04:11:35.225571+0000 mgr.smithi073.zlngfn (mgr.14182) 384 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:36.933 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:11:37.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:37 smithi110 bash[28336]: cluster 2023-12-06T04:11:35.810085+0000 mgr.smithi073.zlngfn (mgr.14182) 385 : 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 2023-12-06T04:11:37.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:37 smithi073 bash[24935]: cluster 2023-12-06T04:11:35.810085+0000 mgr.smithi073.zlngfn (mgr.14182) 385 : 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 2023-12-06T04:11:39.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:39 smithi110 bash[28336]: cluster 2023-12-06T04:11:37.811187+0000 mgr.smithi073.zlngfn (mgr.14182) 386 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:11:39.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:39 smithi073 bash[24935]: cluster 2023-12-06T04:11:37.811187+0000 mgr.smithi073.zlngfn (mgr.14182) 386 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:11:39.909 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:11:39.909 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:41.754928Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:41.372821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:41.755152Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.778481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\nDeploy daemon haproxy.nfs.foo.smithi073.crvith ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.780472Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:41.373882Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:41.373026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:41.373144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:41.373999Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:41.373285Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:41.373423Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:41.755369Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:11:40.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:11:41.667 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:11:41.678 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:41 smithi073 bash[24935]: cluster 2023-12-06T04:11:39.812508+0000 mgr.smithi073.zlngfn (mgr.14182) 387 : cluster [DBG] pgmap v302: 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 2023-12-06T04:11:41.678 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:41 smithi073 bash[24935]: audit 2023-12-06T04:11:39.898307+0000 mgr.smithi073.zlngfn (mgr.14182) 388 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:41.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:41 smithi110 bash[28336]: cluster 2023-12-06T04:11:39.812508+0000 mgr.smithi073.zlngfn (mgr.14182) 387 : cluster [DBG] pgmap v302: 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 2023-12-06T04:11:41.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:41 smithi110 bash[28336]: audit 2023-12-06T04:11:39.898307+0000 mgr.smithi073.zlngfn (mgr.14182) 388 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:43.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:43 smithi110 bash[28336]: cluster 2023-12-06T04:11:41.813462+0000 mgr.smithi073.zlngfn (mgr.14182) 389 : 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 2023-12-06T04:11:43.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:43 smithi073 bash[24935]: cluster 2023-12-06T04:11:41.813462+0000 mgr.smithi073.zlngfn (mgr.14182) 389 : 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 2023-12-06T04:11:44.797 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:11:44.797 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:41.754928Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:41.372821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:41.755152Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.778481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\nDeploy daemon haproxy.nfs.foo.smithi073.crvith ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.780472Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:41.373882Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:41.373026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:41.373144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:41.373999Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:41.373285Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:41.373423Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:41.755369Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:11:45.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:11:45.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:45 smithi110 bash[28336]: cluster 2023-12-06T04:11:43.814430+0000 mgr.smithi073.zlngfn (mgr.14182) 390 : 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 2023-12-06T04:11:45.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:45 smithi073 bash[24935]: cluster 2023-12-06T04:11:43.814430+0000 mgr.smithi073.zlngfn (mgr.14182) 390 : 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 2023-12-06T04:11:46.490 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:11:46.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:46 smithi073 bash[24935]: audit 2023-12-06T04:11:44.785540+0000 mgr.smithi073.zlngfn (mgr.14182) 391 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:46.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:46 smithi110 bash[28336]: audit 2023-12-06T04:11:44.785540+0000 mgr.smithi073.zlngfn (mgr.14182) 391 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:47.684 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:47 smithi073 bash[24935]: cluster 2023-12-06T04:11:45.815445+0000 mgr.smithi073.zlngfn (mgr.14182) 392 : 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 2023-12-06T04:11:47.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:47 smithi110 bash[28336]: cluster 2023-12-06T04:11:45.815445+0000 mgr.smithi073.zlngfn (mgr.14182) 392 : 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 2023-12-06T04:11:49.555 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:11:49.556 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:41.754928Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:41.372821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:41.755152Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.778481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\nDeploy daemon haproxy.nfs.foo.smithi073.crvith ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.780472Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:41.373882Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:41.373026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:41.373144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:41.373999Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:41.373285Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:41.373423Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:41.755369Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:11:49.644 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:49 smithi073 bash[24935]: cluster 2023-12-06T04:11:47.816392+0000 mgr.smithi073.zlngfn (mgr.14182) 393 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:11:49.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:49 smithi110 bash[28336]: cluster 2023-12-06T04:11:47.816392+0000 mgr.smithi073.zlngfn (mgr.14182) 393 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:11:50.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:11:50.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:50 smithi073 bash[24935]: audit 2023-12-06T04:11:49.785695+0000 mon.smithi073 (mon.0) 745 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:11:50.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:50 smithi073 bash[24935]: audit 2023-12-06T04:11:50.048993+0000 mon.smithi073 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:11:50.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:50 smithi110 bash[28336]: audit 2023-12-06T04:11:49.785695+0000 mon.smithi073 (mon.0) 745 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:11:50.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:50 smithi110 bash[28336]: audit 2023-12-06T04:11:50.048993+0000 mon.smithi073 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:11:51.307 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:11:51.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:51 smithi073 bash[24935]: audit 2023-12-06T04:11:49.549672+0000 mgr.smithi073.zlngfn (mgr.14182) 394 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:51.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:51 smithi073 bash[24935]: cluster 2023-12-06T04:11:49.817161+0000 mgr.smithi073.zlngfn (mgr.14182) 395 : cluster [DBG] pgmap v307: 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 2023-12-06T04:11:51.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:51 smithi110 bash[28336]: audit 2023-12-06T04:11:49.549672+0000 mgr.smithi073.zlngfn (mgr.14182) 394 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:51.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:51 smithi110 bash[28336]: cluster 2023-12-06T04:11:49.817161+0000 mgr.smithi073.zlngfn (mgr.14182) 395 : cluster [DBG] pgmap v307: 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 2023-12-06T04:11:53.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:53 smithi073 bash[24935]: cluster 2023-12-06T04:11:51.817995+0000 mgr.smithi073.zlngfn (mgr.14182) 396 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:11:53.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:53 smithi110 bash[28336]: cluster 2023-12-06T04:11:51.817995+0000 mgr.smithi073.zlngfn (mgr.14182) 396 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:11:54.399 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:11:54.399 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:10:41.754928Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:10:41.372821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:10:41.755152Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.778481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\nDeploy daemon haproxy.nfs.foo.smithi073.crvith ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.780472Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:10:41.373882Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:10:41.373026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:10:41.373144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:10:41.373999Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:10:41.373285Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:10:41.373423Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:10:41.755369Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:11:55.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:11:55.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:55 smithi110 bash[28336]: cluster 2023-12-06T04:11:53.819424+0000 mgr.smithi073.zlngfn (mgr.14182) 397 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:11:55.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:55 smithi110 bash[28336]: audit 2023-12-06T04:11:54.386422+0000 mgr.smithi073.zlngfn (mgr.14182) 398 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:55.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:55 smithi073 bash[24935]: cluster 2023-12-06T04:11:53.819424+0000 mgr.smithi073.zlngfn (mgr.14182) 397 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:11:55.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:55 smithi073 bash[24935]: audit 2023-12-06T04:11:54.386422+0000 mgr.smithi073.zlngfn (mgr.14182) 398 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:56.120 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:11:56.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:56 smithi073 bash[24935]: audit 2023-12-06T04:11:55.533412+0000 mon.smithi073 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:11:56.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:56 smithi073 bash[24935]: cluster 2023-12-06T04:11:55.820097+0000 mgr.smithi073.zlngfn (mgr.14182) 399 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:11:56.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:56 smithi110 bash[28336]: audit 2023-12-06T04:11:55.533412+0000 mon.smithi073 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:11:56.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:56 smithi110 bash[28336]: cluster 2023-12-06T04:11:55.820097+0000 mgr.smithi073.zlngfn (mgr.14182) 399 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:11:58.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:57 smithi110 bash[28336]: audit 2023-12-06T04:11:56.954924+0000 mon.smithi073 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:11:58.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:57 smithi110 bash[28336]: audit 2023-12-06T04:11:57.223455+0000 mon.smithi073 (mon.0) 749 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:58.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:57 smithi110 bash[28336]: audit 2023-12-06T04:11:57.224456+0000 mon.smithi073 (mon.0) 750 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:11:58.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:57 smithi110 bash[28336]: audit 2023-12-06T04:11:57.232504+0000 mon.smithi073 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:11:58.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:57 smithi110 bash[28336]: cluster 2023-12-06T04:11:57.233463+0000 mgr.smithi073.zlngfn (mgr.14182) 400 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2023-12-06T04:11:58.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:57 smithi110 bash[28336]: audit 2023-12-06T04:11:57.241136+0000 mon.smithi073 (mon.0) 752 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:11:58.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:57 smithi110 bash[28336]: audit 2023-12-06T04:11:57.254542+0000 mon.smithi073 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:11:58.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:57 smithi110 bash[28336]: cephadm 2023-12-06T04:11:57.257816+0000 mgr.smithi073.zlngfn (mgr.14182) 401 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.iunfth on smithi110 2023-12-06T04:11:58.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:57 smithi073 bash[24935]: audit 2023-12-06T04:11:56.954924+0000 mon.smithi073 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:11:58.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:57 smithi073 bash[24935]: audit 2023-12-06T04:11:57.223455+0000 mon.smithi073 (mon.0) 749 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:58.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:57 smithi073 bash[24935]: audit 2023-12-06T04:11:57.224456+0000 mon.smithi073 (mon.0) 750 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:11:58.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:57 smithi073 bash[24935]: audit 2023-12-06T04:11:57.232504+0000 mon.smithi073 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:11:58.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:57 smithi073 bash[24935]: cluster 2023-12-06T04:11:57.233463+0000 mgr.smithi073.zlngfn (mgr.14182) 400 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2023-12-06T04:11:58.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:57 smithi073 bash[24935]: audit 2023-12-06T04:11:57.241136+0000 mon.smithi073 (mon.0) 752 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:11:58.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:57 smithi073 bash[24935]: audit 2023-12-06T04:11:57.254542+0000 mon.smithi073 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:11:58.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:57 smithi073 bash[24935]: cephadm 2023-12-06T04:11:57.257816+0000 mgr.smithi073.zlngfn (mgr.14182) 401 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.iunfth on smithi110 2023-12-06T04:11:59.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:58 smithi110 bash[28336]: cluster 2023-12-06T04:11:58.228424+0000 mon.smithi073 (mon.0) 754 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:11:59.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:58 smithi110 bash[28336]: cluster 2023-12-06T04:11:58.228460+0000 mon.smithi073 (mon.0) 755 : cluster [INF] Cluster is now healthy 2023-12-06T04:11:59.266 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:11:59.266 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:11:56.941670Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:11:55.520723Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:11:56.941990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:35.681175Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.bwgnxy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.778481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\nDeploy daemon haproxy.nfs.foo.smithi073.crvith ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.780472Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:11:55.522945Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:11:55.521108Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:11:55.521437Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:11:55.523194Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:11:55.521697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:11:55.521948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:11:56.942302Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:11:59.317 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:58 smithi073 bash[24935]: cluster 2023-12-06T04:11:58.228424+0000 mon.smithi073 (mon.0) 754 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:11:59.318 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:58 smithi073 bash[24935]: cluster 2023-12-06T04:11:58.228460+0000 mon.smithi073 (mon.0) 755 : cluster [INF] Cluster is now healthy 2023-12-06T04:12:00.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:12:00.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:59 smithi073 bash[24935]: cluster 2023-12-06T04:11:59.235065+0000 mgr.smithi073.zlngfn (mgr.14182) 402 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 358 B/s rd, 0 op/s 2023-12-06T04:12:00.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:11:59 smithi073 bash[24935]: audit 2023-12-06T04:11:59.255934+0000 mgr.smithi073.zlngfn (mgr.14182) 403 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:00.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:59 smithi110 bash[28336]: cluster 2023-12-06T04:11:59.235065+0000 mgr.smithi073.zlngfn (mgr.14182) 402 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 358 B/s rd, 0 op/s 2023-12-06T04:12:00.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:11:59 smithi110 bash[28336]: audit 2023-12-06T04:11:59.255934+0000 mgr.smithi073.zlngfn (mgr.14182) 403 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:01.022 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:12:01.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:01 smithi073 bash[24935]: audit 2023-12-06T04:12:01.146187+0000 mon.smithi073 (mon.0) 756 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.iunfth"}]: dispatch 2023-12-06T04:12:01.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:01 smithi110 bash[28336]: audit 2023-12-06T04:12:01.146187+0000 mon.smithi073 (mon.0) 756 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.iunfth"}]: dispatch 2023-12-06T04:12:02.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: cephadm 2023-12-06T04:12:01.144841+0000 mgr.smithi073.zlngfn (mgr.14182) 404 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth 2023-12-06T04:12:02.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:12:02.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth 2023-12-06T04:12:02.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth 2023-12-06T04:12:02.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:12:02.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth 2023-12-06T04:12:02.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.iunfth ... 2023-12-06T04:12:02.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:02.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:12:02.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:12:02.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:12:02.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:02.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:12:02.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:12:02.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:12:02.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:12:02.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:12:02.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth 2023-12-06T04:12:02.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:12:02.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth 2023-12-06T04:12:02.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth 2023-12-06T04:12:02.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:12:02.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth 2023-12-06T04:12:02.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.iunfth ... 2023-12-06T04:12:02.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:02.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:12:02.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:12:02.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:12:02.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:02.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: cephadm 2023-12-06T04:12:01.145553+0000 mgr.smithi073.zlngfn (mgr.14182) 405 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.iunfth 2023-12-06T04:12:02.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: cephadm 2023-12-06T04:12:01.147767+0000 mgr.smithi073.zlngfn (mgr.14182) 406 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth 2023-12-06T04:12:02.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:12:02.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth 2023-12-06T04:12:02.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth 2023-12-06T04:12:02.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:12:02.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth 2023-12-06T04:12:02.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.iunfth ... 2023-12-06T04:12:02.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:02.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:12:02.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:12:02.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:12:02.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:02.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: cephadm 2023-12-06T04:12:01.151448+0000 mgr.smithi073.zlngfn (mgr.14182) 407 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.qrdrmr on smithi073 2023-12-06T04:12:02.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:02 smithi073 bash[24935]: cluster 2023-12-06T04:12:01.235752+0000 mgr.smithi073.zlngfn (mgr.14182) 408 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2023-12-06T04:12:02.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: cephadm 2023-12-06T04:12:01.144841+0000 mgr.smithi073.zlngfn (mgr.14182) 404 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth 2023-12-06T04:12:02.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:12:02.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth 2023-12-06T04:12:02.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth 2023-12-06T04:12:02.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:12:02.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth 2023-12-06T04:12:02.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.iunfth ... 2023-12-06T04:12:02.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:02.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:12:02.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:12:02.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:12:02.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:02.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:12:02.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:12:02.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:12:02.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:12:02.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:12:02.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth 2023-12-06T04:12:02.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:12:02.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth 2023-12-06T04:12:02.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth 2023-12-06T04:12:02.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:12:02.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth 2023-12-06T04:12:02.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.iunfth ... 2023-12-06T04:12:02.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:02.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:12:02.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:12:02.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:12:02.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:02.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: cephadm 2023-12-06T04:12:01.145553+0000 mgr.smithi073.zlngfn (mgr.14182) 405 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.iunfth 2023-12-06T04:12:02.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: cephadm 2023-12-06T04:12:01.147767+0000 mgr.smithi073.zlngfn (mgr.14182) 406 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth 2023-12-06T04:12:02.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:12:02.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth 2023-12-06T04:12:02.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth 2023-12-06T04:12:02.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:12:02.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth 2023-12-06T04:12:02.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.iunfth ... 2023-12-06T04:12:02.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:02.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:12:02.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:12:02.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:12:02.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:02.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: cephadm 2023-12-06T04:12:01.151448+0000 mgr.smithi073.zlngfn (mgr.14182) 407 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.qrdrmr on smithi073 2023-12-06T04:12:02.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:02 smithi110 bash[28336]: cluster 2023-12-06T04:12:01.235752+0000 mgr.smithi073.zlngfn (mgr.14182) 408 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2023-12-06T04:12:04.105 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:12:04.105 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:11:56.941670Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:11:55.520723Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:11:56.941990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:45.539946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fqhrhe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fqhrhe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fqhrhe\nDeploy daemon haproxy.nfs.foo.smithi110.fqhrhe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.778481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.crvith on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-crvith\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.crvith\nDeploy daemon haproxy.nfs.foo.smithi073.crvith ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:10:49.780472Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mrlcvs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:01.147525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\nDeploy daemon haproxy.nfs.foo.smithi110.iunfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:11:55.522945Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:11:55.521108Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:11:55.521437Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:11:55.523194Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:11:55.521697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:11:55.521948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:11:56.942302Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:12:04.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:03 smithi110 bash[28336]: cluster 2023-12-06T04:12:03.236634+0000 mgr.smithi073.zlngfn (mgr.14182) 409 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2023-12-06T04:12:04.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:03 smithi073 bash[24935]: cluster 2023-12-06T04:12:03.236634+0000 mgr.smithi073.zlngfn (mgr.14182) 409 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2023-12-06T04:12:04.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:12:05.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:04 smithi073 bash[24935]: audit 2023-12-06T04:12:04.092853+0000 mgr.smithi073.zlngfn (mgr.14182) 410 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:05.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:04 smithi110 bash[28336]: audit 2023-12-06T04:12:04.092853+0000 mgr.smithi073.zlngfn (mgr.14182) 410 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:05.785 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:12:06.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: cephadm 2023-12-06T04:12:04.954729+0000 mgr.smithi073.zlngfn (mgr.14182) 411 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr 2023-12-06T04:12:06.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:12:06.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr 2023-12-06T04:12:06.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr 2023-12-06T04:12:06.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:12:06.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr 2023-12-06T04:12:06.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.qrdrmr ... 2023-12-06T04:12:06.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:06.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:12:06.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:12:06.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:12:06.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:06.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:12:06.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:12:06.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:12:06.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:12:06.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:12:06.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr 2023-12-06T04:12:06.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:12:06.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr 2023-12-06T04:12:06.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr 2023-12-06T04:12:06.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:12:06.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr 2023-12-06T04:12:06.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.qrdrmr ... 2023-12-06T04:12:06.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:06.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:12:06.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:12:06.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:12:06.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:06.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: cephadm 2023-12-06T04:12:04.955233+0000 mgr.smithi073.zlngfn (mgr.14182) 412 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.qrdrmr 2023-12-06T04:12:06.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: audit 2023-12-06T04:12:04.958125+0000 mon.smithi073 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.qrdrmr"}]: dispatch 2023-12-06T04:12:06.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: cephadm 2023-12-06T04:12:04.959354+0000 mgr.smithi073.zlngfn (mgr.14182) 413 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr 2023-12-06T04:12:06.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:12:06.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr 2023-12-06T04:12:06.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr 2023-12-06T04:12:06.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:12:06.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr 2023-12-06T04:12:06.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.qrdrmr ... 2023-12-06T04:12:06.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:06.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:12:06.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:12:06.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:12:06.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:06.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: cephadm 2023-12-06T04:12:04.963177+0000 mgr.smithi073.zlngfn (mgr.14182) 414 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:12:06.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: cephadm 2023-12-06T04:12:04.965810+0000 mgr.smithi073.zlngfn (mgr.14182) 415 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:12:06.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:05 smithi073 bash[24935]: cluster 2023-12-06T04:12:04.967076+0000 mgr.smithi073.zlngfn (mgr.14182) 416 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2023-12-06T04:12:06.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: cephadm 2023-12-06T04:12:04.954729+0000 mgr.smithi073.zlngfn (mgr.14182) 411 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr 2023-12-06T04:12:06.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:12:06.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr 2023-12-06T04:12:06.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr 2023-12-06T04:12:06.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:12:06.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr 2023-12-06T04:12:06.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.qrdrmr ... 2023-12-06T04:12:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:12:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:12:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:12:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:12:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:12:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:12:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:12:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:12:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr 2023-12-06T04:12:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:12:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr 2023-12-06T04:12:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr 2023-12-06T04:12:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:12:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr 2023-12-06T04:12:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.qrdrmr ... 2023-12-06T04:12:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:12:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:12:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:12:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: cephadm 2023-12-06T04:12:04.955233+0000 mgr.smithi073.zlngfn (mgr.14182) 412 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.qrdrmr 2023-12-06T04:12:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: audit 2023-12-06T04:12:04.958125+0000 mon.smithi073 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.qrdrmr"}]: dispatch 2023-12-06T04:12:06.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: cephadm 2023-12-06T04:12:04.959354+0000 mgr.smithi073.zlngfn (mgr.14182) 413 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr 2023-12-06T04:12:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:12:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr 2023-12-06T04:12:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr 2023-12-06T04:12:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:12:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr 2023-12-06T04:12:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.qrdrmr ... 2023-12-06T04:12:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:12:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:12:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:12:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:12:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: cephadm 2023-12-06T04:12:04.963177+0000 mgr.smithi073.zlngfn (mgr.14182) 414 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:12:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: cephadm 2023-12-06T04:12:04.965810+0000 mgr.smithi073.zlngfn (mgr.14182) 415 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:12:06.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:05 smithi110 bash[28336]: cluster 2023-12-06T04:12:04.967076+0000 mgr.smithi073.zlngfn (mgr.14182) 416 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2023-12-06T04:12:07.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:06 smithi073 bash[24935]: cluster 2023-12-06T04:12:05.955549+0000 mon.smithi073 (mon.0) 758 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:12:07.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:06 smithi110 bash[28336]: cluster 2023-12-06T04:12:05.955549+0000 mon.smithi073 (mon.0) 758 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:12:08.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:07 smithi073 bash[24935]: cluster 2023-12-06T04:12:06.968257+0000 mgr.smithi073.zlngfn (mgr.14182) 417 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2023-12-06T04:12:08.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:07 smithi110 bash[28336]: cluster 2023-12-06T04:12:06.968257+0000 mgr.smithi073.zlngfn (mgr.14182) 417 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2023-12-06T04:12:08.865 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:12:08.865 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:11:56.941670Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:11:55.520723Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:11:56.941990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:01.147525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\nDeploy daemon haproxy.nfs.foo.smithi110.iunfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.959150Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\nDeploy daemon haproxy.nfs.foo.smithi073.qrdrmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.962993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:11:55.522945Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:11:55.521108Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:11:55.521437Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:11:55.523194Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:11:55.521697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:11:55.521948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:11:56.942302Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:12:09.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:12:10.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:09 smithi073 bash[24935]: audit 2023-12-06T04:12:08.859290+0000 mgr.smithi073.zlngfn (mgr.14182) 418 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:10.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:09 smithi073 bash[24935]: cluster 2023-12-06T04:12:08.969673+0000 mgr.smithi073.zlngfn (mgr.14182) 419 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2023-12-06T04:12:10.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:09 smithi073 bash[24935]: audit 2023-12-06T04:12:09.864156+0000 mon.smithi073 (mon.0) 759 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:12:10.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:09 smithi110 bash[28336]: audit 2023-12-06T04:12:08.859290+0000 mgr.smithi073.zlngfn (mgr.14182) 418 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:10.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:09 smithi110 bash[28336]: cluster 2023-12-06T04:12:08.969673+0000 mgr.smithi073.zlngfn (mgr.14182) 419 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2023-12-06T04:12:10.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:09 smithi110 bash[28336]: audit 2023-12-06T04:12:09.864156+0000 mon.smithi073 (mon.0) 759 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:12:10.573 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:12:12.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:11 smithi110 bash[28336]: cluster 2023-12-06T04:12:10.970771+0000 mgr.smithi073.zlngfn (mgr.14182) 420 : cluster [DBG] pgmap v318: 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 2023-12-06T04:12:12.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:11 smithi073 bash[24935]: cluster 2023-12-06T04:12:10.970771+0000 mgr.smithi073.zlngfn (mgr.14182) 420 : cluster [DBG] pgmap v318: 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 2023-12-06T04:12:13.599 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:12:13.599 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:11:56.941670Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:11:55.520723Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:11:56.941990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:01.147525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\nDeploy daemon haproxy.nfs.foo.smithi110.iunfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.959150Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\nDeploy daemon haproxy.nfs.foo.smithi073.qrdrmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.962993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:11:55.522945Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:11:55.521108Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:11:55.521437Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:11:55.523194Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:11:55.521697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:11:55.521948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:11:56.942302Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:12:14.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:13 smithi110 bash[28336]: cluster 2023-12-06T04:12:12.971461+0000 mgr.smithi073.zlngfn (mgr.14182) 421 : cluster [DBG] pgmap v319: 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 2023-12-06T04:12:14.308 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:13 smithi073 bash[24935]: cluster 2023-12-06T04:12:12.971461+0000 mgr.smithi073.zlngfn (mgr.14182) 421 : cluster [DBG] pgmap v319: 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 2023-12-06T04:12:14.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:12:15.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:14 smithi110 bash[28336]: audit 2023-12-06T04:12:13.589605+0000 mgr.smithi073.zlngfn (mgr.14182) 422 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:15.310 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:12:15.322 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:14 smithi073 bash[24935]: audit 2023-12-06T04:12:13.589605+0000 mgr.smithi073.zlngfn (mgr.14182) 422 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:16.261 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:15 smithi073 bash[24935]: cluster 2023-12-06T04:12:14.972611+0000 mgr.smithi073.zlngfn (mgr.14182) 423 : cluster [DBG] pgmap v320: 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 2023-12-06T04:12:16.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:15 smithi110 bash[28336]: cluster 2023-12-06T04:12:14.972611+0000 mgr.smithi073.zlngfn (mgr.14182) 423 : cluster [DBG] pgmap v320: 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 2023-12-06T04:12:18.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:18 smithi073 bash[24935]: cluster 2023-12-06T04:12:16.973685+0000 mgr.smithi073.zlngfn (mgr.14182) 424 : 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 2023-12-06T04:12:18.380 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:12:18.380 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:11:56.941670Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:11:55.520723Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:11:56.941990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:01.147525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\nDeploy daemon haproxy.nfs.foo.smithi110.iunfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.959150Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\nDeploy daemon haproxy.nfs.foo.smithi073.qrdrmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.962993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:11:55.522945Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:11:55.521108Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:11:55.521437Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:11:55.523194Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:11:55.521697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:11:55.521948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:11:56.942302Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:12:18.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:18 smithi110 bash[28336]: cluster 2023-12-06T04:12:16.973685+0000 mgr.smithi073.zlngfn (mgr.14182) 424 : 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 2023-12-06T04:12:19.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:12:19.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:19 smithi073 bash[24935]: audit 2023-12-06T04:12:18.368317+0000 mgr.smithi073.zlngfn (mgr.14182) 425 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:19.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:19 smithi110 bash[28336]: audit 2023-12-06T04:12:18.368317+0000 mgr.smithi073.zlngfn (mgr.14182) 425 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:20.126 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:12:20.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:20 smithi073 bash[24935]: cluster 2023-12-06T04:12:18.974367+0000 mgr.smithi073.zlngfn (mgr.14182) 426 : 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 2023-12-06T04:12:20.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:20 smithi110 bash[28336]: cluster 2023-12-06T04:12:18.974367+0000 mgr.smithi073.zlngfn (mgr.14182) 426 : 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 2023-12-06T04:12:22.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:22 smithi073 bash[24935]: cluster 2023-12-06T04:12:20.975436+0000 mgr.smithi073.zlngfn (mgr.14182) 427 : 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 2023-12-06T04:12:22.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:22 smithi110 bash[28336]: cluster 2023-12-06T04:12:20.975436+0000 mgr.smithi073.zlngfn (mgr.14182) 427 : 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 2023-12-06T04:12:23.234 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:12:23.234 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:11:56.941670Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:11:55.520723Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:11:56.941990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:01.147525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\nDeploy daemon haproxy.nfs.foo.smithi110.iunfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.959150Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\nDeploy daemon haproxy.nfs.foo.smithi073.qrdrmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.962993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:11:55.522945Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:11:55.521108Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:11:55.521437Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:11:55.523194Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:11:55.521697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:11:55.521948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:11:56.942302Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:12:23.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:12:24.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:23 smithi110 bash[28336]: cluster 2023-12-06T04:12:22.976632+0000 mgr.smithi073.zlngfn (mgr.14182) 428 : 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 2023-12-06T04:12:24.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:23 smithi110 bash[28336]: audit 2023-12-06T04:12:23.227283+0000 mgr.smithi073.zlngfn (mgr.14182) 429 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:24.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:23 smithi073 bash[24935]: cluster 2023-12-06T04:12:22.976632+0000 mgr.smithi073.zlngfn (mgr.14182) 428 : 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 2023-12-06T04:12:24.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:23 smithi073 bash[24935]: audit 2023-12-06T04:12:23.227283+0000 mgr.smithi073.zlngfn (mgr.14182) 429 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:24.950 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:12:26.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:26 smithi073 bash[24935]: cluster 2023-12-06T04:12:24.978057+0000 mgr.smithi073.zlngfn (mgr.14182) 430 : 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 2023-12-06T04:12:26.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:26 smithi110 bash[28336]: cluster 2023-12-06T04:12:24.978057+0000 mgr.smithi073.zlngfn (mgr.14182) 430 : 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 2023-12-06T04:12:27.925 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:12:27.925 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:11:56.941670Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:11:55.520723Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:11:56.941990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:01.147525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\nDeploy daemon haproxy.nfs.foo.smithi110.iunfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.959150Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\nDeploy daemon haproxy.nfs.foo.smithi073.qrdrmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.962993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:11:55.522945Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:11:55.521108Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:11:55.521437Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:11:55.523194Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:11:55.521697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:11:55.521948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:11:56.942302Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:12:28.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:28 smithi073 bash[24935]: cluster 2023-12-06T04:12:26.979189+0000 mgr.smithi073.zlngfn (mgr.14182) 431 : 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 2023-12-06T04:12:28.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:28 smithi110 bash[28336]: cluster 2023-12-06T04:12:26.979189+0000 mgr.smithi073.zlngfn (mgr.14182) 431 : 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 2023-12-06T04:12:28.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:12:29.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:29 smithi073 bash[24935]: audit 2023-12-06T04:12:27.919865+0000 mgr.smithi073.zlngfn (mgr.14182) 432 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:29.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:29 smithi110 bash[28336]: audit 2023-12-06T04:12:27.919865+0000 mgr.smithi073.zlngfn (mgr.14182) 432 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:29.677 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:12:30.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:30 smithi073 bash[24935]: cluster 2023-12-06T04:12:28.980504+0000 mgr.smithi073.zlngfn (mgr.14182) 433 : 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 2023-12-06T04:12:30.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:30 smithi110 bash[28336]: cluster 2023-12-06T04:12:28.980504+0000 mgr.smithi073.zlngfn (mgr.14182) 433 : 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 2023-12-06T04:12:32.308 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:32 smithi073 bash[24935]: cluster 2023-12-06T04:12:30.981585+0000 mgr.smithi073.zlngfn (mgr.14182) 434 : 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 2023-12-06T04:12:32.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:32 smithi110 bash[28336]: cluster 2023-12-06T04:12:30.981585+0000 mgr.smithi073.zlngfn (mgr.14182) 434 : 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 2023-12-06T04:12:32.729 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:12:32.729 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:11:56.941670Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:11:55.520723Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:11:56.941990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:01.147525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\nDeploy daemon haproxy.nfs.foo.smithi110.iunfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.959150Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\nDeploy daemon haproxy.nfs.foo.smithi073.qrdrmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.962993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:11:55.522945Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:11:55.521108Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:11:55.521437Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:11:55.523194Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:11:55.521697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:11:55.521948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:11:56.942302Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:12:33.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:12:34.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:33 smithi110 bash[28336]: audit 2023-12-06T04:12:32.718459+0000 mgr.smithi073.zlngfn (mgr.14182) 435 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:34.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:33 smithi110 bash[28336]: cluster 2023-12-06T04:12:32.982598+0000 mgr.smithi073.zlngfn (mgr.14182) 436 : 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 2023-12-06T04:12:34.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:33 smithi073 bash[24935]: audit 2023-12-06T04:12:32.718459+0000 mgr.smithi073.zlngfn (mgr.14182) 435 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:34.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:33 smithi073 bash[24935]: cluster 2023-12-06T04:12:32.982598+0000 mgr.smithi073.zlngfn (mgr.14182) 436 : 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 2023-12-06T04:12:34.450 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:12:36.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:36 smithi073 bash[24935]: cluster 2023-12-06T04:12:34.983347+0000 mgr.smithi073.zlngfn (mgr.14182) 437 : 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 2023-12-06T04:12:36.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:36 smithi110 bash[28336]: cluster 2023-12-06T04:12:34.983347+0000 mgr.smithi073.zlngfn (mgr.14182) 437 : 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 2023-12-06T04:12:37.616 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:12:37.616 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:11:56.941670Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:11:55.520723Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:11:56.941990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:01.147525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\nDeploy daemon haproxy.nfs.foo.smithi110.iunfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.959150Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\nDeploy daemon haproxy.nfs.foo.smithi073.qrdrmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.962993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:11:55.522945Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:11:55.521108Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:11:55.521437Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:11:55.523194Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:11:55.521697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:11:55.521948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:11:56.942302Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:12:38.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:38 smithi073 bash[24935]: cluster 2023-12-06T04:12:36.984338+0000 mgr.smithi073.zlngfn (mgr.14182) 438 : 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 2023-12-06T04:12:38.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:12:38.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:38 smithi110 bash[28336]: cluster 2023-12-06T04:12:36.984338+0000 mgr.smithi073.zlngfn (mgr.14182) 438 : 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 2023-12-06T04:12:39.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:39 smithi073 bash[24935]: audit 2023-12-06T04:12:37.604909+0000 mgr.smithi073.zlngfn (mgr.14182) 439 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:39.333 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:12:39.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:39 smithi110 bash[28336]: audit 2023-12-06T04:12:37.604909+0000 mgr.smithi073.zlngfn (mgr.14182) 439 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:40.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:40 smithi073 bash[24935]: cluster 2023-12-06T04:12:38.985676+0000 mgr.smithi073.zlngfn (mgr.14182) 440 : 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 2023-12-06T04:12:40.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:40 smithi110 bash[28336]: cluster 2023-12-06T04:12:38.985676+0000 mgr.smithi073.zlngfn (mgr.14182) 440 : 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 2023-12-06T04:12:42.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:42 smithi073 bash[24935]: cluster 2023-12-06T04:12:40.986774+0000 mgr.smithi073.zlngfn (mgr.14182) 441 : 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 2023-12-06T04:12:42.351 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:12:42.351 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:11:56.941670Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:11:55.520723Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:11:56.941990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:01.147525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\nDeploy daemon haproxy.nfs.foo.smithi110.iunfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.959150Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\nDeploy daemon haproxy.nfs.foo.smithi073.qrdrmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.962993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:11:55.522945Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:11:55.521108Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:11:55.521437Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:11:55.523194Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:11:55.521697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:11:55.521948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:11:56.942302Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:12:42.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:42 smithi110 bash[28336]: cluster 2023-12-06T04:12:40.986774+0000 mgr.smithi073.zlngfn (mgr.14182) 441 : 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 2023-12-06T04:12:43.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:12:43.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:43 smithi073 bash[24935]: audit 2023-12-06T04:12:42.340561+0000 mgr.smithi073.zlngfn (mgr.14182) 442 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:43.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:43 smithi110 bash[28336]: audit 2023-12-06T04:12:42.340561+0000 mgr.smithi073.zlngfn (mgr.14182) 442 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:44.100 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:12:44.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:44 smithi073 bash[24935]: cluster 2023-12-06T04:12:42.987895+0000 mgr.smithi073.zlngfn (mgr.14182) 443 : 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 2023-12-06T04:12:44.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:44 smithi110 bash[28336]: cluster 2023-12-06T04:12:42.987895+0000 mgr.smithi073.zlngfn (mgr.14182) 443 : 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 2023-12-06T04:12:46.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:46 smithi073 bash[24935]: cluster 2023-12-06T04:12:44.989124+0000 mgr.smithi073.zlngfn (mgr.14182) 444 : 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 2023-12-06T04:12:46.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:46 smithi110 bash[28336]: cluster 2023-12-06T04:12:44.989124+0000 mgr.smithi073.zlngfn (mgr.14182) 444 : 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 2023-12-06T04:12:47.167 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:12:47.167 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:11:56.941670Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:11:55.520723Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:11:56.941990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:01.147525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\nDeploy daemon haproxy.nfs.foo.smithi110.iunfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.959150Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\nDeploy daemon haproxy.nfs.foo.smithi073.qrdrmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.962993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:11:55.522945Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:11:55.521108Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:11:55.521437Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:11:55.523194Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:11:55.521697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:11:55.521948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:11:56.942302Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:12:47.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:12:48.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:48 smithi073 bash[24935]: cluster 2023-12-06T04:12:46.990123+0000 mgr.smithi073.zlngfn (mgr.14182) 445 : 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 2023-12-06T04:12:48.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:48 smithi073 bash[24935]: audit 2023-12-06T04:12:47.155809+0000 mgr.smithi073.zlngfn (mgr.14182) 446 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:48.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:48 smithi110 bash[28336]: cluster 2023-12-06T04:12:46.990123+0000 mgr.smithi073.zlngfn (mgr.14182) 445 : 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 2023-12-06T04:12:48.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:48 smithi110 bash[28336]: audit 2023-12-06T04:12:47.155809+0000 mgr.smithi073.zlngfn (mgr.14182) 446 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:48.890 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:12:50.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:50 smithi073 bash[24935]: cluster 2023-12-06T04:12:48.990957+0000 mgr.smithi073.zlngfn (mgr.14182) 447 : 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 2023-12-06T04:12:50.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:50 smithi110 bash[28336]: cluster 2023-12-06T04:12:48.990957+0000 mgr.smithi073.zlngfn (mgr.14182) 447 : 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 2023-12-06T04:12:51.977 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:12:51.978 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:11:56.941670Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:11:55.520723Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:11:56.941990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:01.147525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\nDeploy daemon haproxy.nfs.foo.smithi110.iunfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.959150Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\nDeploy daemon haproxy.nfs.foo.smithi073.qrdrmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.962993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:11:55.522945Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:11:55.521108Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:11:55.521437Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:11:55.523194Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:11:55.521697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:11:55.521948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:11:56.942302Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:12:52.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:52 smithi073 bash[24935]: cluster 2023-12-06T04:12:50.991979+0000 mgr.smithi073.zlngfn (mgr.14182) 448 : 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 2023-12-06T04:12:52.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:52 smithi110 bash[28336]: cluster 2023-12-06T04:12:50.991979+0000 mgr.smithi073.zlngfn (mgr.14182) 448 : 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 2023-12-06T04:12:52.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:12:53.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:53 smithi110 bash[28336]: audit 2023-12-06T04:12:51.970002+0000 mgr.smithi073.zlngfn (mgr.14182) 449 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:53.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:53 smithi073 bash[24935]: audit 2023-12-06T04:12:51.970002+0000 mgr.smithi073.zlngfn (mgr.14182) 449 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:53.718 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:12:54.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:54 smithi073 bash[24935]: cluster 2023-12-06T04:12:52.993108+0000 mgr.smithi073.zlngfn (mgr.14182) 450 : 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 2023-12-06T04:12:54.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:54 smithi110 bash[28336]: cluster 2023-12-06T04:12:52.993108+0000 mgr.smithi073.zlngfn (mgr.14182) 450 : 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 2023-12-06T04:12:56.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:56 smithi110 bash[28336]: cluster 2023-12-06T04:12:54.994489+0000 mgr.smithi073.zlngfn (mgr.14182) 451 : 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 2023-12-06T04:12:56.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:56 smithi073 bash[24935]: cluster 2023-12-06T04:12:54.994489+0000 mgr.smithi073.zlngfn (mgr.14182) 451 : 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 2023-12-06T04:12:56.912 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:12:56.913 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:11:56.941670Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:11:55.520723Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:11:56.941990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:01.147525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\nDeploy daemon haproxy.nfs.foo.smithi110.iunfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.959150Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\nDeploy daemon haproxy.nfs.foo.smithi073.qrdrmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.962993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:11:55.522945Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:11:55.521108Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:11:55.521437Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:11:55.523194Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:11:55.521697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:11:55.521948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:11:56.942302Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:12:57.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:12:58.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:58 smithi110 bash[28336]: audit 2023-12-06T04:12:56.906613+0000 mgr.smithi073.zlngfn (mgr.14182) 452 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:58.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:12:58 smithi110 bash[28336]: cluster 2023-12-06T04:12:56.995082+0000 mgr.smithi073.zlngfn (mgr.14182) 453 : 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 2023-12-06T04:12:58.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:58 smithi073 bash[24935]: audit 2023-12-06T04:12:56.906613+0000 mgr.smithi073.zlngfn (mgr.14182) 452 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:12:58.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:12:58 smithi073 bash[24935]: cluster 2023-12-06T04:12:56.995082+0000 mgr.smithi073.zlngfn (mgr.14182) 453 : 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 2023-12-06T04:12:58.622 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:13:00.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:00 smithi110 bash[28336]: cluster 2023-12-06T04:12:58.995933+0000 mgr.smithi073.zlngfn (mgr.14182) 454 : 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 2023-12-06T04:13:00.569 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:00 smithi073 bash[24935]: cluster 2023-12-06T04:12:58.995933+0000 mgr.smithi073.zlngfn (mgr.14182) 454 : 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 2023-12-06T04:13:01.731 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:13:01.731 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:11:56.941670Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:11:55.520723Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:11:56.941990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:01.147525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\nDeploy daemon haproxy.nfs.foo.smithi110.iunfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.959150Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\nDeploy daemon haproxy.nfs.foo.smithi073.qrdrmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.962993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:11:55.522945Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:11:55.521108Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:11:55.521437Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:11:55.523194Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:11:55.521697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:11:55.521948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:11:56.942302Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:13:02.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:02 smithi073 bash[24935]: cluster 2023-12-06T04:13:00.996624+0000 mgr.smithi073.zlngfn (mgr.14182) 455 : 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 2023-12-06T04:13:02.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:13:02.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:02 smithi110 bash[28336]: cluster 2023-12-06T04:13:00.996624+0000 mgr.smithi073.zlngfn (mgr.14182) 455 : 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 2023-12-06T04:13:03.458 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:13:03.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:03 smithi110 bash[28336]: audit 2023-12-06T04:13:01.720104+0000 mgr.smithi073.zlngfn (mgr.14182) 456 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:03.471 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:03 smithi073 bash[24935]: audit 2023-12-06T04:13:01.720104+0000 mgr.smithi073.zlngfn (mgr.14182) 456 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:04.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:04 smithi110 bash[28336]: cluster 2023-12-06T04:13:02.997591+0000 mgr.smithi073.zlngfn (mgr.14182) 457 : 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 2023-12-06T04:13:04.529 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:04 smithi073 bash[24935]: cluster 2023-12-06T04:13:02.997591+0000 mgr.smithi073.zlngfn (mgr.14182) 457 : 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 2023-12-06T04:13:05.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:05 smithi073 bash[24935]: audit 2023-12-06T04:13:04.970019+0000 mon.smithi073 (mon.0) 760 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:13:05.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:05 smithi110 bash[28336]: audit 2023-12-06T04:13:04.970019+0000 mon.smithi073 (mon.0) 760 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:13:06.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:06 smithi110 bash[28336]: cluster 2023-12-06T04:13:04.998286+0000 mgr.smithi073.zlngfn (mgr.14182) 458 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:13:06.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:06 smithi073 bash[24935]: cluster 2023-12-06T04:13:04.998286+0000 mgr.smithi073.zlngfn (mgr.14182) 458 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:13:06.671 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:13:06.671 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:11:56.941670Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:11:55.520723Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:11:56.941990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:01.147525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\nDeploy daemon haproxy.nfs.foo.smithi110.iunfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.959150Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\nDeploy daemon haproxy.nfs.foo.smithi073.qrdrmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.962993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:11:55.522945Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:11:55.521108Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:11:55.521437Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:11:55.523194Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:11:55.521697Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:11:55.521948Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:11:56.942302Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:13:07.426 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:13:08.427 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:13:08.442 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:08 smithi073 bash[24935]: audit 2023-12-06T04:13:06.660611+0000 mgr.smithi073.zlngfn (mgr.14182) 459 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:08.442 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:08 smithi073 bash[24935]: cluster 2023-12-06T04:13:06.998988+0000 mgr.smithi073.zlngfn (mgr.14182) 460 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:13:08.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:08 smithi110 bash[28336]: audit 2023-12-06T04:13:06.660611+0000 mgr.smithi073.zlngfn (mgr.14182) 459 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:08.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:08 smithi110 bash[28336]: cluster 2023-12-06T04:13:06.998988+0000 mgr.smithi073.zlngfn (mgr.14182) 460 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:13:10.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:10 smithi110 bash[28336]: cluster 2023-12-06T04:13:09.000275+0000 mgr.smithi073.zlngfn (mgr.14182) 461 : cluster [DBG] pgmap v347: 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 2023-12-06T04:13:10.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:10 smithi073 bash[24935]: cluster 2023-12-06T04:13:09.000275+0000 mgr.smithi073.zlngfn (mgr.14182) 461 : cluster [DBG] pgmap v347: 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 2023-12-06T04:13:11.613 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:13:11.614 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:10:49.782117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qomzzh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:01.147525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\nDeploy daemon haproxy.nfs.foo.smithi110.iunfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.959150Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\nDeploy daemon haproxy.nfs.foo.smithi073.qrdrmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.962993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:13:11.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:11 smithi110 bash[28336]: audit 2023-12-06T04:13:10.697432+0000 mon.smithi073 (mon.0) 761 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:13:11.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:11 smithi110 bash[28336]: cluster 2023-12-06T04:13:11.000891+0000 mgr.smithi073.zlngfn (mgr.14182) 462 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:13:11.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:11 smithi110 bash[28336]: audit 2023-12-06T04:13:11.283203+0000 mon.smithi073 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:13:11.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:11 smithi110 bash[28336]: audit 2023-12-06T04:13:11.565176+0000 mon.smithi073 (mon.0) 763 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:13:11.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:11 smithi110 bash[28336]: audit 2023-12-06T04:13:11.566647+0000 mon.smithi073 (mon.0) 764 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:13:11.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:11 smithi110 bash[28336]: audit 2023-12-06T04:13:11.573931+0000 mon.smithi073 (mon.0) 765 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:13:11.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:11 smithi110 bash[28336]: audit 2023-12-06T04:13:11.580835+0000 mon.smithi073 (mon.0) 766 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:13:11.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:11 smithi110 bash[28336]: audit 2023-12-06T04:13:11.593906+0000 mon.smithi073 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:13:12.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:11 smithi073 bash[24935]: audit 2023-12-06T04:13:10.697432+0000 mon.smithi073 (mon.0) 761 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:13:12.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:11 smithi073 bash[24935]: cluster 2023-12-06T04:13:11.000891+0000 mgr.smithi073.zlngfn (mgr.14182) 462 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:13:12.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:11 smithi073 bash[24935]: audit 2023-12-06T04:13:11.283203+0000 mon.smithi073 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:13:12.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:11 smithi073 bash[24935]: audit 2023-12-06T04:13:11.565176+0000 mon.smithi073 (mon.0) 763 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:13:12.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:11 smithi073 bash[24935]: audit 2023-12-06T04:13:11.566647+0000 mon.smithi073 (mon.0) 764 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:13:12.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:11 smithi073 bash[24935]: audit 2023-12-06T04:13:11.573931+0000 mon.smithi073 (mon.0) 765 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:13:12.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:11 smithi073 bash[24935]: audit 2023-12-06T04:13:11.580835+0000 mon.smithi073 (mon.0) 766 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:13:12.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:11 smithi073 bash[24935]: audit 2023-12-06T04:13:11.593906+0000 mon.smithi073 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:13:12.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:13:12.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:12 smithi110 bash[28336]: cluster 2023-12-06T04:13:11.574733+0000 mgr.smithi073.zlngfn (mgr.14182) 463 : cluster [DBG] pgmap v349: 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 2023-12-06T04:13:12.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:12 smithi110 bash[28336]: cephadm 2023-12-06T04:13:11.598567+0000 mgr.smithi073.zlngfn (mgr.14182) 464 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.llvckc on smithi110 2023-12-06T04:13:12.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:12 smithi110 bash[28336]: audit 2023-12-06T04:13:11.607674+0000 mgr.smithi073.zlngfn (mgr.14182) 465 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:12.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:12 smithi110 bash[28336]: cluster 2023-12-06T04:13:11.694274+0000 mon.smithi073 (mon.0) 768 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:13:12.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:12 smithi110 bash[28336]: cluster 2023-12-06T04:13:11.694333+0000 mon.smithi073 (mon.0) 769 : cluster [INF] Cluster is now healthy 2023-12-06T04:13:13.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:12 smithi073 bash[24935]: cluster 2023-12-06T04:13:11.574733+0000 mgr.smithi073.zlngfn (mgr.14182) 463 : cluster [DBG] pgmap v349: 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 2023-12-06T04:13:13.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:12 smithi073 bash[24935]: cephadm 2023-12-06T04:13:11.598567+0000 mgr.smithi073.zlngfn (mgr.14182) 464 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.llvckc on smithi110 2023-12-06T04:13:13.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:12 smithi073 bash[24935]: audit 2023-12-06T04:13:11.607674+0000 mgr.smithi073.zlngfn (mgr.14182) 465 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:13.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:12 smithi073 bash[24935]: cluster 2023-12-06T04:13:11.694274+0000 mon.smithi073 (mon.0) 768 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:13:13.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:12 smithi073 bash[24935]: cluster 2023-12-06T04:13:11.694333+0000 mon.smithi073 (mon.0) 769 : cluster [INF] Cluster is now healthy 2023-12-06T04:13:13.366 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:13:14.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:14 smithi073 bash[24935]: audit 2023-12-06T04:13:13.223116+0000 mon.smithi073 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:13:14.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:14 smithi110 bash[28336]: audit 2023-12-06T04:13:13.223116+0000 mon.smithi073 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:13:15.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:15 smithi073 bash[24935]: cluster 2023-12-06T04:13:13.575679+0000 mgr.smithi073.zlngfn (mgr.14182) 466 : cluster [DBG] pgmap v350: 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 2023-12-06T04:13:15.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:15 smithi110 bash[28336]: cluster 2023-12-06T04:13:13.575679+0000 mgr.smithi073.zlngfn (mgr.14182) 466 : cluster [DBG] pgmap v350: 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 2023-12-06T04:13:16.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: cephadm 2023-12-06T04:13:15.377470+0000 mgr.smithi073.zlngfn (mgr.14182) 467 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc 2023-12-06T04:13:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:13:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc 2023-12-06T04:13:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc 2023-12-06T04:13:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:13:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc 2023-12-06T04:13:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.llvckc ... 2023-12-06T04:13:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:13:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:13:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:13:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:16.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:13:16.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:13:16.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:13:16.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:13:16.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:13:16.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc 2023-12-06T04:13:16.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:13:16.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc 2023-12-06T04:13:16.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc 2023-12-06T04:13:16.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:13:16.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc 2023-12-06T04:13:16.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.llvckc ... 2023-12-06T04:13:16.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:13:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:13:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:13:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: cephadm 2023-12-06T04:13:15.377962+0000 mgr.smithi073.zlngfn (mgr.14182) 468 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.llvckc 2023-12-06T04:13:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: audit 2023-12-06T04:13:15.378479+0000 mon.smithi073 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.llvckc"}]: dispatch 2023-12-06T04:13:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: cephadm 2023-12-06T04:13:15.379600+0000 mgr.smithi073.zlngfn (mgr.14182) 469 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc 2023-12-06T04:13:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:13:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc 2023-12-06T04:13:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc 2023-12-06T04:13:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:13:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc 2023-12-06T04:13:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.llvckc ... 2023-12-06T04:13:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:16.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:13:16.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:13:16.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:13:16.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:16.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:16 smithi073 bash[24935]: cephadm 2023-12-06T04:13:15.381921+0000 mgr.smithi073.zlngfn (mgr.14182) 470 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.nsncca on smithi073 2023-12-06T04:13:16.663 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:13:16.663 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:12:01.147525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iunfth on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iunfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iunfth\nDeploy daemon haproxy.nfs.foo.smithi110.iunfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.959150Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrdrmr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrdrmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrdrmr\nDeploy daemon haproxy.nfs.foo.smithi073.qrdrmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:12:04.962993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hoztcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:15.379442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\nDeploy daemon haproxy.nfs.foo.smithi110.llvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:13:16.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: cephadm 2023-12-06T04:13:15.377470+0000 mgr.smithi073.zlngfn (mgr.14182) 467 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc 2023-12-06T04:13:16.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:13:16.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc 2023-12-06T04:13:16.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc 2023-12-06T04:13:16.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:13:16.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc 2023-12-06T04:13:16.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.llvckc ... 2023-12-06T04:13:16.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:16.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:13:16.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:13:16.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:13:16.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:16.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:13:16.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:13:16.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:13:16.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:13:16.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:13:16.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc 2023-12-06T04:13:16.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:13:16.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc 2023-12-06T04:13:16.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc 2023-12-06T04:13:16.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:13:16.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc 2023-12-06T04:13:16.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.llvckc ... 2023-12-06T04:13:16.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:16.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:13:16.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:13:16.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:13:16.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:16.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: cephadm 2023-12-06T04:13:15.377962+0000 mgr.smithi073.zlngfn (mgr.14182) 468 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.llvckc 2023-12-06T04:13:16.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: audit 2023-12-06T04:13:15.378479+0000 mon.smithi073 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.llvckc"}]: dispatch 2023-12-06T04:13:16.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: cephadm 2023-12-06T04:13:15.379600+0000 mgr.smithi073.zlngfn (mgr.14182) 469 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc 2023-12-06T04:13:16.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:13:16.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc 2023-12-06T04:13:16.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc 2023-12-06T04:13:16.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:13:16.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc 2023-12-06T04:13:16.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.llvckc ... 2023-12-06T04:13:16.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:16.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:13:16.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:13:16.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:13:16.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:16.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:16 smithi110 bash[28336]: cephadm 2023-12-06T04:13:15.381921+0000 mgr.smithi073.zlngfn (mgr.14182) 470 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.nsncca on smithi073 2023-12-06T04:13:17.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:13:17.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:17 smithi073 bash[24935]: cluster 2023-12-06T04:13:15.576355+0000 mgr.smithi073.zlngfn (mgr.14182) 471 : cluster [DBG] pgmap v351: 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 2023-12-06T04:13:17.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:17 smithi110 bash[28336]: cluster 2023-12-06T04:13:15.576355+0000 mgr.smithi073.zlngfn (mgr.14182) 471 : cluster [DBG] pgmap v351: 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 2023-12-06T04:13:18.398 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:13:18.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:18 smithi073 bash[24935]: audit 2023-12-06T04:13:16.651549+0000 mgr.smithi073.zlngfn (mgr.14182) 472 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:18.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:18 smithi110 bash[28336]: audit 2023-12-06T04:13:16.651549+0000 mgr.smithi073.zlngfn (mgr.14182) 472 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:19.525 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:19 smithi073 bash[24935]: cluster 2023-12-06T04:13:17.577141+0000 mgr.smithi073.zlngfn (mgr.14182) 473 : cluster [DBG] pgmap v352: 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 2023-12-06T04:13:19.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:19 smithi110 bash[28336]: cluster 2023-12-06T04:13:17.577141+0000 mgr.smithi073.zlngfn (mgr.14182) 473 : cluster [DBG] pgmap v352: 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 2023-12-06T04:13:20.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: cephadm 2023-12-06T04:13:19.378810+0000 mgr.smithi073.zlngfn (mgr.14182) 474 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca 2023-12-06T04:13:20.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:13:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca 2023-12-06T04:13:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca 2023-12-06T04:13:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:13:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca 2023-12-06T04:13:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.nsncca ... 2023-12-06T04:13:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:13:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:13:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:13:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:13:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:13:20.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:13:20.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:13:20.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:13:20.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca 2023-12-06T04:13:20.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:13:20.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca 2023-12-06T04:13:20.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca 2023-12-06T04:13:20.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:13:20.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca 2023-12-06T04:13:20.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.nsncca ... 2023-12-06T04:13:20.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:20.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:13:20.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:13:20.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:13:20.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:20.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: cephadm 2023-12-06T04:13:19.379063+0000 mgr.smithi073.zlngfn (mgr.14182) 475 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.nsncca 2023-12-06T04:13:20.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: audit 2023-12-06T04:13:19.379556+0000 mon.smithi073 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.nsncca"}]: dispatch 2023-12-06T04:13:20.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: cephadm 2023-12-06T04:13:19.380680+0000 mgr.smithi073.zlngfn (mgr.14182) 476 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.nsncca on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca 2023-12-06T04:13:20.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:13:20.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca 2023-12-06T04:13:20.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca 2023-12-06T04:13:20.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:13:20.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca 2023-12-06T04:13:20.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.nsncca ... 2023-12-06T04:13:20.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:20.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:13:20.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:13:20.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:13:20.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:20.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: cephadm 2023-12-06T04:13:19.382499+0000 mgr.smithi073.zlngfn (mgr.14182) 477 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.kvchgv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:13:20.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: cephadm 2023-12-06T04:13:19.384499+0000 mgr.smithi073.zlngfn (mgr.14182) 478 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:13:20.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: cluster 2023-12-06T04:13:19.385681+0000 mgr.smithi073.zlngfn (mgr.14182) 479 : cluster [DBG] pgmap v353: 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 2023-12-06T04:13:20.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:20 smithi073 bash[24935]: audit 2023-12-06T04:13:19.910281+0000 mon.smithi073 (mon.0) 773 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:13:20.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: cephadm 2023-12-06T04:13:19.378810+0000 mgr.smithi073.zlngfn (mgr.14182) 474 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca 2023-12-06T04:13:20.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:13:20.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca 2023-12-06T04:13:20.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca 2023-12-06T04:13:20.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:13:20.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca 2023-12-06T04:13:20.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.nsncca ... 2023-12-06T04:13:20.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:20.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:13:20.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:13:20.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:13:20.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:20.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:13:20.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:13:20.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:13:20.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:13:20.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:13:20.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca 2023-12-06T04:13:20.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:13:20.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca 2023-12-06T04:13:20.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca 2023-12-06T04:13:20.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:13:20.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca 2023-12-06T04:13:20.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.nsncca ... 2023-12-06T04:13:20.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:20.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:13:20.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:13:20.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:13:20.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:20.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: cephadm 2023-12-06T04:13:19.379063+0000 mgr.smithi073.zlngfn (mgr.14182) 475 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.nsncca 2023-12-06T04:13:20.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: audit 2023-12-06T04:13:19.379556+0000 mon.smithi073 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.nsncca"}]: dispatch 2023-12-06T04:13:20.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: cephadm 2023-12-06T04:13:19.380680+0000 mgr.smithi073.zlngfn (mgr.14182) 476 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.nsncca on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca 2023-12-06T04:13:20.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:13:20.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca 2023-12-06T04:13:20.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca 2023-12-06T04:13:20.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:13:20.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca 2023-12-06T04:13:20.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.nsncca ... 2023-12-06T04:13:20.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:20.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:13:20.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:13:20.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:13:20.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:13:20.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: cephadm 2023-12-06T04:13:19.382499+0000 mgr.smithi073.zlngfn (mgr.14182) 477 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.kvchgv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:13:20.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: cephadm 2023-12-06T04:13:19.384499+0000 mgr.smithi073.zlngfn (mgr.14182) 478 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:13:20.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: cluster 2023-12-06T04:13:19.385681+0000 mgr.smithi073.zlngfn (mgr.14182) 479 : cluster [DBG] pgmap v353: 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 2023-12-06T04:13:20.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:20 smithi110 bash[28336]: audit 2023-12-06T04:13:19.910281+0000 mon.smithi073 (mon.0) 773 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:13:21.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:21 smithi073 bash[24935]: cluster 2023-12-06T04:13:20.250267+0000 mon.smithi073 (mon.0) 774 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:13:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:21 smithi110 bash[28336]: cluster 2023-12-06T04:13:20.250267+0000 mon.smithi073 (mon.0) 774 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:13:21.720 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:13:21.720 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:15.379442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\nDeploy daemon haproxy.nfs.foo.smithi110.llvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.380565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nsncca on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\nDeploy daemon haproxy.nfs.foo.smithi073.nsncca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.382402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kvchgv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:13:22.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:13:22.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:22 smithi073 bash[24935]: cluster 2023-12-06T04:13:21.386399+0000 mgr.smithi073.zlngfn (mgr.14182) 480 : cluster [DBG] pgmap v354: 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 2023-12-06T04:13:22.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:22 smithi110 bash[28336]: cluster 2023-12-06T04:13:21.386399+0000 mgr.smithi073.zlngfn (mgr.14182) 480 : cluster [DBG] pgmap v354: 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 2023-12-06T04:13:23.395 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:13:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:23 smithi073 bash[24935]: audit 2023-12-06T04:13:21.710578+0000 mgr.smithi073.zlngfn (mgr.14182) 481 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:23.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:23 smithi110 bash[28336]: audit 2023-12-06T04:13:21.710578+0000 mgr.smithi073.zlngfn (mgr.14182) 481 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:24.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:24 smithi073 bash[24935]: cluster 2023-12-06T04:13:23.387584+0000 mgr.smithi073.zlngfn (mgr.14182) 482 : cluster [DBG] pgmap v355: 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 2023-12-06T04:13:24.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:24 smithi110 bash[28336]: cluster 2023-12-06T04:13:23.387584+0000 mgr.smithi073.zlngfn (mgr.14182) 482 : cluster [DBG] pgmap v355: 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 2023-12-06T04:13:25.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:25 smithi073 bash[24935]: cluster 2023-12-06T04:13:25.388716+0000 mgr.smithi073.zlngfn (mgr.14182) 483 : cluster [DBG] pgmap v356: 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 2023-12-06T04:13:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:25 smithi110 bash[28336]: cluster 2023-12-06T04:13:25.388716+0000 mgr.smithi073.zlngfn (mgr.14182) 483 : cluster [DBG] pgmap v356: 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 2023-12-06T04:13:26.468 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:13:26.468 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:15.379442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\nDeploy daemon haproxy.nfs.foo.smithi110.llvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.380565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nsncca on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\nDeploy daemon haproxy.nfs.foo.smithi073.nsncca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.382402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kvchgv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:13:27.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:13:27.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:27 smithi073 bash[24935]: audit 2023-12-06T04:13:26.458235+0000 mgr.smithi073.zlngfn (mgr.14182) 484 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:27.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:27 smithi073 bash[24935]: cluster 2023-12-06T04:13:27.389754+0000 mgr.smithi073.zlngfn (mgr.14182) 485 : cluster [DBG] pgmap v357: 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 2023-12-06T04:13:27.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:27 smithi110 bash[28336]: audit 2023-12-06T04:13:26.458235+0000 mgr.smithi073.zlngfn (mgr.14182) 484 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:27.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:27 smithi110 bash[28336]: cluster 2023-12-06T04:13:27.389754+0000 mgr.smithi073.zlngfn (mgr.14182) 485 : cluster [DBG] pgmap v357: 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 2023-12-06T04:13:28.164 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:13:29.481 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:29 smithi073 bash[24935]: audit 2023-12-06T04:13:28.223856+0000 mon.smithi073 (mon.0) 775 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:13:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:29 smithi110 bash[28336]: audit 2023-12-06T04:13:28.223856+0000 mon.smithi073 (mon.0) 775 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:13:30.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:30 smithi073 bash[24935]: cluster 2023-12-06T04:13:29.390841+0000 mgr.smithi073.zlngfn (mgr.14182) 486 : cluster [DBG] pgmap v358: 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 2023-12-06T04:13:30.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:30 smithi110 bash[28336]: cluster 2023-12-06T04:13:29.390841+0000 mgr.smithi073.zlngfn (mgr.14182) 486 : cluster [DBG] pgmap v358: 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 2023-12-06T04:13:31.143 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:13:31.143 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:15.379442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\nDeploy daemon haproxy.nfs.foo.smithi110.llvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.380565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nsncca on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\nDeploy daemon haproxy.nfs.foo.smithi073.nsncca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.382402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kvchgv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:13:31.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:31 smithi110 bash[28336]: audit 2023-12-06T04:13:31.131576+0000 mgr.smithi073.zlngfn (mgr.14182) 487 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:31.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:31 smithi110 bash[28336]: cluster 2023-12-06T04:13:31.391671+0000 mgr.smithi073.zlngfn (mgr.14182) 488 : 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 2023-12-06T04:13:31.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:31 smithi073 bash[24935]: audit 2023-12-06T04:13:31.131576+0000 mgr.smithi073.zlngfn (mgr.14182) 487 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:31.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:31 smithi073 bash[24935]: cluster 2023-12-06T04:13:31.391671+0000 mgr.smithi073.zlngfn (mgr.14182) 488 : 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 2023-12-06T04:13:31.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:13:32.957 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:13:34.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:33 smithi073 bash[24935]: cluster 2023-12-06T04:13:33.393006+0000 mgr.smithi073.zlngfn (mgr.14182) 489 : 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 2023-12-06T04:13:34.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:33 smithi110 bash[28336]: cluster 2023-12-06T04:13:33.393006+0000 mgr.smithi073.zlngfn (mgr.14182) 489 : 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 2023-12-06T04:13:35.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:35 smithi073 bash[24935]: cluster 2023-12-06T04:13:35.394168+0000 mgr.smithi073.zlngfn (mgr.14182) 490 : 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 2023-12-06T04:13:35.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:35 smithi110 bash[28336]: cluster 2023-12-06T04:13:35.394168+0000 mgr.smithi073.zlngfn (mgr.14182) 490 : 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 2023-12-06T04:13:36.004 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:13:36.004 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:15.379442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\nDeploy daemon haproxy.nfs.foo.smithi110.llvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.380565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nsncca on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\nDeploy daemon haproxy.nfs.foo.smithi073.nsncca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.382402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kvchgv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:13:36.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:36 smithi073 bash[24935]: audit 2023-12-06T04:13:35.994195+0000 mgr.smithi073.zlngfn (mgr.14182) 491 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:36.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:13:36.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:36 smithi110 bash[28336]: audit 2023-12-06T04:13:35.994195+0000 mgr.smithi073.zlngfn (mgr.14182) 491 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:37.757 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:13:37.770 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:37 smithi073 bash[24935]: cluster 2023-12-06T04:13:37.395232+0000 mgr.smithi073.zlngfn (mgr.14182) 492 : 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 2023-12-06T04:13:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:37 smithi110 bash[28336]: cluster 2023-12-06T04:13:37.395232+0000 mgr.smithi073.zlngfn (mgr.14182) 492 : 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 2023-12-06T04:13:39.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:39 smithi073 bash[24935]: cluster 2023-12-06T04:13:39.396592+0000 mgr.smithi073.zlngfn (mgr.14182) 493 : 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 2023-12-06T04:13:39.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:39 smithi110 bash[28336]: cluster 2023-12-06T04:13:39.396592+0000 mgr.smithi073.zlngfn (mgr.14182) 493 : 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 2023-12-06T04:13:40.950 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:13:40.950 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:15.379442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\nDeploy daemon haproxy.nfs.foo.smithi110.llvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.380565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nsncca on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\nDeploy daemon haproxy.nfs.foo.smithi073.nsncca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.382402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kvchgv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:13:41.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:13:41.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:41 smithi110 bash[28336]: audit 2023-12-06T04:13:40.940933+0000 mgr.smithi073.zlngfn (mgr.14182) 494 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:41.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:41 smithi110 bash[28336]: cluster 2023-12-06T04:13:41.397578+0000 mgr.smithi073.zlngfn (mgr.14182) 495 : 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 2023-12-06T04:13:41.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:41 smithi073 bash[24935]: audit 2023-12-06T04:13:40.940933+0000 mgr.smithi073.zlngfn (mgr.14182) 494 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:41.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:41 smithi073 bash[24935]: cluster 2023-12-06T04:13:41.397578+0000 mgr.smithi073.zlngfn (mgr.14182) 495 : 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 2023-12-06T04:13:42.664 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:13:44.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:43 smithi073 bash[24935]: cluster 2023-12-06T04:13:43.398885+0000 mgr.smithi073.zlngfn (mgr.14182) 496 : 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 2023-12-06T04:13:44.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:43 smithi110 bash[28336]: cluster 2023-12-06T04:13:43.398885+0000 mgr.smithi073.zlngfn (mgr.14182) 496 : 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 2023-12-06T04:13:45.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:45 smithi073 bash[24935]: cluster 2023-12-06T04:13:45.399671+0000 mgr.smithi073.zlngfn (mgr.14182) 497 : 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 2023-12-06T04:13:45.843 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:13:45.844 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:15.379442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\nDeploy daemon haproxy.nfs.foo.smithi110.llvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.380565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nsncca on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\nDeploy daemon haproxy.nfs.foo.smithi073.nsncca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.382402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kvchgv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:13:45.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:45 smithi110 bash[28336]: cluster 2023-12-06T04:13:45.399671+0000 mgr.smithi073.zlngfn (mgr.14182) 497 : 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 2023-12-06T04:13:46.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:13:46.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:46 smithi073 bash[24935]: audit 2023-12-06T04:13:45.833793+0000 mgr.smithi073.zlngfn (mgr.14182) 498 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:46.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:46 smithi110 bash[28336]: audit 2023-12-06T04:13:45.833793+0000 mgr.smithi073.zlngfn (mgr.14182) 498 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:47.624 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:13:47.637 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:47 smithi073 bash[24935]: cluster 2023-12-06T04:13:47.400688+0000 mgr.smithi073.zlngfn (mgr.14182) 499 : 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 2023-12-06T04:13:47.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:47 smithi110 bash[28336]: cluster 2023-12-06T04:13:47.400688+0000 mgr.smithi073.zlngfn (mgr.14182) 499 : 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 2023-12-06T04:13:49.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:49 smithi073 bash[24935]: cluster 2023-12-06T04:13:49.402073+0000 mgr.smithi073.zlngfn (mgr.14182) 500 : 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 2023-12-06T04:13:49.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:49 smithi110 bash[28336]: cluster 2023-12-06T04:13:49.402073+0000 mgr.smithi073.zlngfn (mgr.14182) 500 : 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 2023-12-06T04:13:50.681 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:13:50.681 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:15.379442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\nDeploy daemon haproxy.nfs.foo.smithi110.llvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.380565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nsncca on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\nDeploy daemon haproxy.nfs.foo.smithi073.nsncca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.382402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kvchgv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:13:51.362 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:13:51.790 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:51 smithi110 bash[28336]: audit 2023-12-06T04:13:50.670350+0000 mgr.smithi073.zlngfn (mgr.14182) 501 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:51.790 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:51 smithi110 bash[28336]: cluster 2023-12-06T04:13:51.403038+0000 mgr.smithi073.zlngfn (mgr.14182) 502 : 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 2023-12-06T04:13:51.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:51 smithi073 bash[24935]: audit 2023-12-06T04:13:50.670350+0000 mgr.smithi073.zlngfn (mgr.14182) 501 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:51.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:51 smithi073 bash[24935]: cluster 2023-12-06T04:13:51.403038+0000 mgr.smithi073.zlngfn (mgr.14182) 502 : 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 2023-12-06T04:13:52.363 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:13:54.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:53 smithi073 bash[24935]: cluster 2023-12-06T04:13:53.404357+0000 mgr.smithi073.zlngfn (mgr.14182) 503 : 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 2023-12-06T04:13:54.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:53 smithi110 bash[28336]: cluster 2023-12-06T04:13:53.404357+0000 mgr.smithi073.zlngfn (mgr.14182) 503 : 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 2023-12-06T04:13:55.477 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:13:55.478 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:15.379442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\nDeploy daemon haproxy.nfs.foo.smithi110.llvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.380565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nsncca on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\nDeploy daemon haproxy.nfs.foo.smithi073.nsncca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.382402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kvchgv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:13:55.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:55 smithi073 bash[24935]: cluster 2023-12-06T04:13:55.405497+0000 mgr.smithi073.zlngfn (mgr.14182) 504 : 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 2023-12-06T04:13:55.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:55 smithi110 bash[28336]: cluster 2023-12-06T04:13:55.405497+0000 mgr.smithi073.zlngfn (mgr.14182) 504 : 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 2023-12-06T04:13:56.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:13:56.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:56 smithi073 bash[24935]: audit 2023-12-06T04:13:55.470117+0000 mgr.smithi073.zlngfn (mgr.14182) 505 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:56.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:56 smithi110 bash[28336]: audit 2023-12-06T04:13:55.470117+0000 mgr.smithi073.zlngfn (mgr.14182) 505 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:57.189 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:13:57.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:57 smithi073 bash[24935]: cluster 2023-12-06T04:13:57.406083+0000 mgr.smithi073.zlngfn (mgr.14182) 506 : 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 2023-12-06T04:13:57.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:57 smithi110 bash[28336]: cluster 2023-12-06T04:13:57.406083+0000 mgr.smithi073.zlngfn (mgr.14182) 506 : 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 2023-12-06T04:13:59.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:13:59 smithi073 bash[24935]: cluster 2023-12-06T04:13:59.407031+0000 mgr.smithi073.zlngfn (mgr.14182) 507 : 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 2023-12-06T04:13:59.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:13:59 smithi110 bash[28336]: cluster 2023-12-06T04:13:59.407031+0000 mgr.smithi073.zlngfn (mgr.14182) 507 : 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 2023-12-06T04:14:00.339 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:14:00.340 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:15.379442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\nDeploy daemon haproxy.nfs.foo.smithi110.llvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.380565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nsncca on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\nDeploy daemon haproxy.nfs.foo.smithi073.nsncca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.382402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kvchgv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:00.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:00 smithi073 bash[24935]: audit 2023-12-06T04:14:00.328745+0000 mgr.smithi073.zlngfn (mgr.14182) 508 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:00.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:00 smithi110 bash[28336]: audit 2023-12-06T04:14:00.328745+0000 mgr.smithi073.zlngfn (mgr.14182) 508 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:01.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:14:01.790 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:01 smithi110 bash[28336]: cluster 2023-12-06T04:14:01.407888+0000 mgr.smithi073.zlngfn (mgr.14182) 509 : 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 2023-12-06T04:14:01.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:01 smithi073 bash[24935]: cluster 2023-12-06T04:14:01.407888+0000 mgr.smithi073.zlngfn (mgr.14182) 509 : 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 2023-12-06T04:14:02.015 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:04.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:03 smithi073 bash[24935]: cluster 2023-12-06T04:14:03.408641+0000 mgr.smithi073.zlngfn (mgr.14182) 510 : 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 2023-12-06T04:14:04.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:03 smithi110 bash[28336]: cluster 2023-12-06T04:14:03.408641+0000 mgr.smithi073.zlngfn (mgr.14182) 510 : 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 2023-12-06T04:14:05.292 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:14:05.292 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:15.379442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\nDeploy daemon haproxy.nfs.foo.smithi110.llvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.380565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nsncca on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\nDeploy daemon haproxy.nfs.foo.smithi073.nsncca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.382402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kvchgv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:05.676 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:05 smithi073 bash[24935]: audit 2023-12-06T04:14:05.278586+0000 mgr.smithi073.zlngfn (mgr.14182) 511 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:05.676 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:05 smithi073 bash[24935]: cluster 2023-12-06T04:14:05.409792+0000 mgr.smithi073.zlngfn (mgr.14182) 512 : 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 2023-12-06T04:14:05.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:05 smithi110 bash[28336]: audit 2023-12-06T04:14:05.278586+0000 mgr.smithi073.zlngfn (mgr.14182) 511 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:05.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:05 smithi110 bash[28336]: cluster 2023-12-06T04:14:05.409792+0000 mgr.smithi073.zlngfn (mgr.14182) 512 : 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 2023-12-06T04:14:06.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:14:07.180 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:07.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:07 smithi073 bash[24935]: cluster 2023-12-06T04:14:07.410456+0000 mgr.smithi073.zlngfn (mgr.14182) 513 : 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 2023-12-06T04:14:07.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:07 smithi110 bash[28336]: cluster 2023-12-06T04:14:07.410456+0000 mgr.smithi073.zlngfn (mgr.14182) 513 : 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 2023-12-06T04:14:09.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:09 smithi073 bash[24935]: cluster 2023-12-06T04:14:09.411816+0000 mgr.smithi073.zlngfn (mgr.14182) 514 : 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 2023-12-06T04:14:09.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:09 smithi110 bash[28336]: cluster 2023-12-06T04:14:09.411816+0000 mgr.smithi073.zlngfn (mgr.14182) 514 : 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 2023-12-06T04:14:10.168 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:14:10.168 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:15.379442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\nDeploy daemon haproxy.nfs.foo.smithi110.llvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.380565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nsncca on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\nDeploy daemon haproxy.nfs.foo.smithi073.nsncca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.382402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kvchgv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:10.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:10 smithi073 bash[24935]: audit 2023-12-06T04:14:10.158463+0000 mgr.smithi073.zlngfn (mgr.14182) 515 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:10.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:14:10.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:10 smithi110 bash[28336]: audit 2023-12-06T04:14:10.158463+0000 mgr.smithi073.zlngfn (mgr.14182) 515 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:11.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:11 smithi110 bash[28336]: cluster 2023-12-06T04:14:11.412693+0000 mgr.smithi073.zlngfn (mgr.14182) 516 : 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 2023-12-06T04:14:11.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:11 smithi073 bash[24935]: cluster 2023-12-06T04:14:11.412693+0000 mgr.smithi073.zlngfn (mgr.14182) 516 : 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 2023-12-06T04:14:11.866 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:14.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:13 smithi073 bash[24935]: cluster 2023-12-06T04:14:13.414039+0000 mgr.smithi073.zlngfn (mgr.14182) 517 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:14:14.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:13 smithi110 bash[28336]: cluster 2023-12-06T04:14:13.414039+0000 mgr.smithi073.zlngfn (mgr.14182) 517 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:14:15.008 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:14:15.008 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:15.379442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\nDeploy daemon haproxy.nfs.foo.smithi110.llvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.380565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nsncca on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\nDeploy daemon haproxy.nfs.foo.smithi073.nsncca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.382402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kvchgv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:15 smithi073 bash[24935]: audit 2023-12-06T04:14:14.998071+0000 mgr.smithi073.zlngfn (mgr.14182) 518 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:15 smithi073 bash[24935]: cluster 2023-12-06T04:14:15.415186+0000 mgr.smithi073.zlngfn (mgr.14182) 519 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:14:15.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:14:15.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:15 smithi110 bash[28336]: audit 2023-12-06T04:14:14.998071+0000 mgr.smithi073.zlngfn (mgr.14182) 518 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:15.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:15 smithi110 bash[28336]: cluster 2023-12-06T04:14:15.415186+0000 mgr.smithi073.zlngfn (mgr.14182) 519 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:14:16.747 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:17.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:17 smithi073 bash[24935]: cluster 2023-12-06T04:14:17.416293+0000 mgr.smithi073.zlngfn (mgr.14182) 520 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:14:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:17 smithi110 bash[28336]: cluster 2023-12-06T04:14:17.416293+0000 mgr.smithi073.zlngfn (mgr.14182) 520 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:14:19.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:19 smithi110 bash[28336]: audit 2023-12-06T04:14:19.388703+0000 mon.smithi073 (mon.0) 776 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:14:19.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:19 smithi110 bash[28336]: cluster 2023-12-06T04:14:19.417715+0000 mgr.smithi073.zlngfn (mgr.14182) 521 : cluster [DBG] pgmap v383: 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 2023-12-06T04:14:19.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:19 smithi073 bash[24935]: audit 2023-12-06T04:14:19.388703+0000 mon.smithi073 (mon.0) 776 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:14:19.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:19 smithi073 bash[24935]: cluster 2023-12-06T04:14:19.417715+0000 mgr.smithi073.zlngfn (mgr.14182) 521 : cluster [DBG] pgmap v383: 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 2023-12-06T04:14:19.871 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:14:19.872 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:12:04.965704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dfufqp on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:15.379442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\nDeploy daemon haproxy.nfs.foo.smithi110.llvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.380565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nsncca on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\nDeploy daemon haproxy.nfs.foo.smithi073.nsncca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.382402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kvchgv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:20.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:14:20.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:20 smithi110 bash[28336]: audit 2023-12-06T04:14:19.668137+0000 mon.smithi073 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:14:20.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:20 smithi110 bash[28336]: audit 2023-12-06T04:14:19.862074+0000 mgr.smithi073.zlngfn (mgr.14182) 522 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:20.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:20 smithi110 bash[28336]: audit 2023-12-06T04:14:19.964294+0000 mon.smithi073 (mon.0) 778 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:14:20.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:20 smithi110 bash[28336]: audit 2023-12-06T04:14:19.965668+0000 mon.smithi073 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:14:20.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:20 smithi110 bash[28336]: audit 2023-12-06T04:14:19.972884+0000 mon.smithi073 (mon.0) 780 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:14:20.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:20 smithi110 bash[28336]: cluster 2023-12-06T04:14:19.973640+0000 mgr.smithi073.zlngfn (mgr.14182) 523 : cluster [DBG] pgmap v384: 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 2023-12-06T04:14:20.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:20 smithi110 bash[28336]: audit 2023-12-06T04:14:19.978371+0000 mon.smithi073 (mon.0) 781 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:14:20.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:20 smithi110 bash[28336]: audit 2023-12-06T04:14:19.988786+0000 mon.smithi073 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:14:20.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:20 smithi110 bash[28336]: cephadm 2023-12-06T04:14:19.991764+0000 mgr.smithi073.zlngfn (mgr.14182) 524 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.swgikt on smithi110 2023-12-06T04:14:21.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:20 smithi073 bash[24935]: audit 2023-12-06T04:14:19.668137+0000 mon.smithi073 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:14:21.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:20 smithi073 bash[24935]: audit 2023-12-06T04:14:19.862074+0000 mgr.smithi073.zlngfn (mgr.14182) 522 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:21.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:20 smithi073 bash[24935]: audit 2023-12-06T04:14:19.964294+0000 mon.smithi073 (mon.0) 778 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:14:21.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:20 smithi073 bash[24935]: audit 2023-12-06T04:14:19.965668+0000 mon.smithi073 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:14:21.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:20 smithi073 bash[24935]: audit 2023-12-06T04:14:19.972884+0000 mon.smithi073 (mon.0) 780 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:14:21.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:20 smithi073 bash[24935]: cluster 2023-12-06T04:14:19.973640+0000 mgr.smithi073.zlngfn (mgr.14182) 523 : cluster [DBG] pgmap v384: 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 2023-12-06T04:14:21.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:20 smithi073 bash[24935]: audit 2023-12-06T04:14:19.978371+0000 mon.smithi073 (mon.0) 781 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:14:21.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:20 smithi073 bash[24935]: audit 2023-12-06T04:14:19.988786+0000 mon.smithi073 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:14:21.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:20 smithi073 bash[24935]: cephadm 2023-12-06T04:14:19.991764+0000 mgr.smithi073.zlngfn (mgr.14182) 524 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.swgikt on smithi110 2023-12-06T04:14:21.640 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:21.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:21 smithi110 bash[28336]: cluster 2023-12-06T04:14:20.969499+0000 mon.smithi073 (mon.0) 783 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:14:21.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:21 smithi110 bash[28336]: cluster 2023-12-06T04:14:20.969559+0000 mon.smithi073 (mon.0) 784 : cluster [INF] Cluster is now healthy 2023-12-06T04:14:22.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:21 smithi073 bash[24935]: cluster 2023-12-06T04:14:20.969499+0000 mon.smithi073 (mon.0) 783 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:14:22.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:21 smithi073 bash[24935]: cluster 2023-12-06T04:14:20.969559+0000 mon.smithi073 (mon.0) 784 : cluster [INF] Cluster is now healthy 2023-12-06T04:14:22.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:22 smithi110 bash[28336]: cluster 2023-12-06T04:14:21.974176+0000 mgr.smithi073.zlngfn (mgr.14182) 525 : cluster [DBG] pgmap v385: 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 2023-12-06T04:14:22.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:22 smithi073 bash[24935]: cluster 2023-12-06T04:14:21.974176+0000 mgr.smithi073.zlngfn (mgr.14182) 525 : cluster [DBG] pgmap v385: 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 2023-12-06T04:14:24.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:23 smithi073 bash[24935]: audit 2023-12-06T04:14:23.779570+0000 mon.smithi073 (mon.0) 785 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.swgikt"}]: dispatch 2023-12-06T04:14:24.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:23 smithi110 bash[28336]: audit 2023-12-06T04:14:23.779570+0000 mon.smithi073 (mon.0) 785 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.swgikt"}]: dispatch 2023-12-06T04:14:24.966 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:14:24.966 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:15.379442Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.llvckc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-llvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.llvckc\nDeploy daemon haproxy.nfs.foo.smithi110.llvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.380565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nsncca on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-nsncca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.nsncca\nDeploy daemon haproxy.nfs.foo.smithi073.nsncca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:13:19.382402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kvchgv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:23.780563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\nDeploy daemon haproxy.nfs.foo.smithi110.swgikt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:25.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: cephadm 2023-12-06T04:14:23.778660+0000 mgr.smithi073.zlngfn (mgr.14182) 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt 2023-12-06T04:14:25.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:14:25.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt 2023-12-06T04:14:25.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt 2023-12-06T04:14:25.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:14:25.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt 2023-12-06T04:14:25.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.swgikt ... 2023-12-06T04:14:25.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:25.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:14:25.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:14:25.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:14:25.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:25.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:14:25.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:14:25.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:14:25.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:14:25.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:14:25.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt 2023-12-06T04:14:25.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:14:25.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt 2023-12-06T04:14:25.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt 2023-12-06T04:14:25.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:14:25.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt 2023-12-06T04:14:25.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.swgikt ... 2023-12-06T04:14:25.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:25.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:14:25.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:14:25.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:14:25.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:25.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: cephadm 2023-12-06T04:14:23.779035+0000 mgr.smithi073.zlngfn (mgr.14182) 527 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.swgikt 2023-12-06T04:14:25.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: cephadm 2023-12-06T04:14:23.780763+0000 mgr.smithi073.zlngfn (mgr.14182) 528 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt 2023-12-06T04:14:25.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:14:25.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt 2023-12-06T04:14:25.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt 2023-12-06T04:14:25.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:14:25.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt 2023-12-06T04:14:25.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.swgikt ... 2023-12-06T04:14:25.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:25.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:14:25.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:14:25.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:14:25.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:25.332 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: cephadm 2023-12-06T04:14:23.783903+0000 mgr.smithi073.zlngfn (mgr.14182) 529 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.ishunm on smithi073 2023-12-06T04:14:25.332 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:24 smithi073 bash[24935]: cluster 2023-12-06T04:14:23.974707+0000 mgr.smithi073.zlngfn (mgr.14182) 530 : cluster [DBG] pgmap v386: 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 2023-12-06T04:14:25.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: cephadm 2023-12-06T04:14:23.778660+0000 mgr.smithi073.zlngfn (mgr.14182) 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt 2023-12-06T04:14:25.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:14:25.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt 2023-12-06T04:14:25.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt 2023-12-06T04:14:25.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:14:25.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt 2023-12-06T04:14:25.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.swgikt ... 2023-12-06T04:14:25.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:25.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:14:25.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:14:25.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:14:25.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:25.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:14:25.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:14:25.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:14:25.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:14:25.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:14:25.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt 2023-12-06T04:14:25.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:14:25.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt 2023-12-06T04:14:25.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt 2023-12-06T04:14:25.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:14:25.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt 2023-12-06T04:14:25.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.swgikt ... 2023-12-06T04:14:25.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:25.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:14:25.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:14:25.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:14:25.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:25.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: cephadm 2023-12-06T04:14:23.779035+0000 mgr.smithi073.zlngfn (mgr.14182) 527 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.swgikt 2023-12-06T04:14:25.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: cephadm 2023-12-06T04:14:23.780763+0000 mgr.smithi073.zlngfn (mgr.14182) 528 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt 2023-12-06T04:14:25.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:14:25.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt 2023-12-06T04:14:25.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt 2023-12-06T04:14:25.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:14:25.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt 2023-12-06T04:14:25.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.swgikt ... 2023-12-06T04:14:25.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:25.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:14:25.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:14:25.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:14:25.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:25.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: cephadm 2023-12-06T04:14:23.783903+0000 mgr.smithi073.zlngfn (mgr.14182) 529 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.ishunm on smithi073 2023-12-06T04:14:25.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:24 smithi110 bash[28336]: cluster 2023-12-06T04:14:23.974707+0000 mgr.smithi073.zlngfn (mgr.14182) 530 : cluster [DBG] pgmap v386: 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 2023-12-06T04:14:25.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:14:26.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:26 smithi073 bash[24935]: audit 2023-12-06T04:14:24.951939+0000 mgr.smithi073.zlngfn (mgr.14182) 531 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:26.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:26 smithi110 bash[28336]: audit 2023-12-06T04:14:24.951939+0000 mgr.smithi073.zlngfn (mgr.14182) 531 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:26.786 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:27.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:27 smithi073 bash[24935]: cluster 2023-12-06T04:14:25.975489+0000 mgr.smithi073.zlngfn (mgr.14182) 532 : cluster [DBG] pgmap v387: 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 2023-12-06T04:14:27.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:27 smithi110 bash[28336]: cluster 2023-12-06T04:14:25.975489+0000 mgr.smithi073.zlngfn (mgr.14182) 532 : cluster [DBG] pgmap v387: 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 2023-12-06T04:14:28.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:28 smithi073 bash[24935]: audit 2023-12-06T04:14:27.927986+0000 mon.smithi073 (mon.0) 786 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.ishunm"}]: dispatch 2023-12-06T04:14:28.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:28 smithi110 bash[28336]: audit 2023-12-06T04:14:27.927986+0000 mon.smithi073 (mon.0) 786 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.ishunm"}]: dispatch 2023-12-06T04:14:29.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: cephadm 2023-12-06T04:14:27.926914+0000 mgr.smithi073.zlngfn (mgr.14182) 533 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm 2023-12-06T04:14:29.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:14:29.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm 2023-12-06T04:14:29.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm 2023-12-06T04:14:29.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:14:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm 2023-12-06T04:14:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.ishunm ... 2023-12-06T04:14:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:14:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:14:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:14:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:14:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:14:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:14:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:14:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:14:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm 2023-12-06T04:14:29.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:14:29.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm 2023-12-06T04:14:29.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm 2023-12-06T04:14:29.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:14:29.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm 2023-12-06T04:14:29.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.ishunm ... 2023-12-06T04:14:29.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:29.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:14:29.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:14:29.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:14:29.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:29.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: cephadm 2023-12-06T04:14:27.927374+0000 mgr.smithi073.zlngfn (mgr.14182) 534 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.ishunm 2023-12-06T04:14:29.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: cephadm 2023-12-06T04:14:27.929281+0000 mgr.smithi073.zlngfn (mgr.14182) 535 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.ishunm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm 2023-12-06T04:14:29.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:14:29.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm 2023-12-06T04:14:29.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm 2023-12-06T04:14:29.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:14:29.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm 2023-12-06T04:14:29.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.ishunm ... 2023-12-06T04:14:29.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:29.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:14:29.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:14:29.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:14:29.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:29.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: cephadm 2023-12-06T04:14:27.932382+0000 mgr.smithi073.zlngfn (mgr.14182) 536 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ucvwjj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:14:29.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: cephadm 2023-12-06T04:14:27.935112+0000 mgr.smithi073.zlngfn (mgr.14182) 537 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:14:29.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: cluster 2023-12-06T04:14:27.936303+0000 mgr.smithi073.zlngfn (mgr.14182) 538 : cluster [DBG] pgmap v388: 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 2023-12-06T04:14:29.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:29 smithi073 bash[24935]: cluster 2023-12-06T04:14:28.006290+0000 mon.smithi073 (mon.0) 787 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:14:29.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: cephadm 2023-12-06T04:14:27.926914+0000 mgr.smithi073.zlngfn (mgr.14182) 533 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm 2023-12-06T04:14:29.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:14:29.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm 2023-12-06T04:14:29.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm 2023-12-06T04:14:29.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:14:29.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm 2023-12-06T04:14:29.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.ishunm ... 2023-12-06T04:14:29.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:29.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:14:29.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:14:29.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:14:29.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:29.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:14:29.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:14:29.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:14:29.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:14:29.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:14:29.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm 2023-12-06T04:14:29.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:14:29.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm 2023-12-06T04:14:29.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm 2023-12-06T04:14:29.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:14:29.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm 2023-12-06T04:14:29.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.ishunm ... 2023-12-06T04:14:29.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:29.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:14:29.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:14:29.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:14:29.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:29.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: cephadm 2023-12-06T04:14:27.927374+0000 mgr.smithi073.zlngfn (mgr.14182) 534 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.ishunm 2023-12-06T04:14:29.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: cephadm 2023-12-06T04:14:27.929281+0000 mgr.smithi073.zlngfn (mgr.14182) 535 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.ishunm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm 2023-12-06T04:14:29.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:14:29.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm 2023-12-06T04:14:29.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm 2023-12-06T04:14:29.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:14:29.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm 2023-12-06T04:14:29.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.ishunm ... 2023-12-06T04:14:29.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:29.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:14:29.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:14:29.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:14:29.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:14:29.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: cephadm 2023-12-06T04:14:27.932382+0000 mgr.smithi073.zlngfn (mgr.14182) 536 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ucvwjj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:14:29.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: cephadm 2023-12-06T04:14:27.935112+0000 mgr.smithi073.zlngfn (mgr.14182) 537 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:14:29.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: cluster 2023-12-06T04:14:27.936303+0000 mgr.smithi073.zlngfn (mgr.14182) 538 : cluster [DBG] pgmap v388: 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 2023-12-06T04:14:29.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:29 smithi110 bash[28336]: cluster 2023-12-06T04:14:28.006290+0000 mon.smithi073 (mon.0) 787 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:14:30.245 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:14:30.245 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:23.780563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\nDeploy daemon haproxy.nfs.foo.smithi110.swgikt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.928961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ishunm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\nDeploy daemon haproxy.nfs.foo.smithi073.ishunm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.932227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ucvwjj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:30.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:14:31.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:30 smithi110 bash[28336]: cluster 2023-12-06T04:14:29.937613+0000 mgr.smithi073.zlngfn (mgr.14182) 539 : cluster [DBG] pgmap v389: 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 2023-12-06T04:14:31.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:30 smithi110 bash[28336]: audit 2023-12-06T04:14:29.961344+0000 mon.smithi073 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:14:31.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:30 smithi110 bash[28336]: audit 2023-12-06T04:14:30.234687+0000 mgr.smithi073.zlngfn (mgr.14182) 540 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:31.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:30 smithi073 bash[24935]: cluster 2023-12-06T04:14:29.937613+0000 mgr.smithi073.zlngfn (mgr.14182) 539 : cluster [DBG] pgmap v389: 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 2023-12-06T04:14:31.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:30 smithi073 bash[24935]: audit 2023-12-06T04:14:29.961344+0000 mon.smithi073 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:14:31.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:30 smithi073 bash[24935]: audit 2023-12-06T04:14:30.234687+0000 mgr.smithi073.zlngfn (mgr.14182) 540 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:31.957 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:33.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:32 smithi073 bash[24935]: cluster 2023-12-06T04:14:31.938606+0000 mgr.smithi073.zlngfn (mgr.14182) 541 : cluster [DBG] pgmap v390: 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 2023-12-06T04:14:33.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:32 smithi110 bash[28336]: cluster 2023-12-06T04:14:31.938606+0000 mgr.smithi073.zlngfn (mgr.14182) 541 : cluster [DBG] pgmap v390: 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 2023-12-06T04:14:35.039 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:14:35.039 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:23.780563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\nDeploy daemon haproxy.nfs.foo.smithi110.swgikt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.928961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ishunm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\nDeploy daemon haproxy.nfs.foo.smithi073.ishunm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.932227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ucvwjj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:35.270 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:34 smithi073 bash[24935]: cluster 2023-12-06T04:14:33.939432+0000 mgr.smithi073.zlngfn (mgr.14182) 542 : cluster [DBG] pgmap v391: 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 2023-12-06T04:14:35.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:34 smithi110 bash[28336]: cluster 2023-12-06T04:14:33.939432+0000 mgr.smithi073.zlngfn (mgr.14182) 542 : cluster [DBG] pgmap v391: 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 2023-12-06T04:14:35.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:14:36.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:36 smithi073 bash[24935]: audit 2023-12-06T04:14:35.029885+0000 mgr.smithi073.zlngfn (mgr.14182) 543 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:36.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:36 smithi110 bash[28336]: audit 2023-12-06T04:14:35.029885+0000 mgr.smithi073.zlngfn (mgr.14182) 543 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:36.767 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:37.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:37 smithi073 bash[24935]: cluster 2023-12-06T04:14:35.940500+0000 mgr.smithi073.zlngfn (mgr.14182) 544 : cluster [DBG] pgmap v392: 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 2023-12-06T04:14:37.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:37 smithi110 bash[28336]: cluster 2023-12-06T04:14:35.940500+0000 mgr.smithi073.zlngfn (mgr.14182) 544 : cluster [DBG] pgmap v392: 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 2023-12-06T04:14:39.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:39 smithi073 bash[24935]: cluster 2023-12-06T04:14:37.941602+0000 mgr.smithi073.zlngfn (mgr.14182) 545 : cluster [DBG] pgmap v393: 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 2023-12-06T04:14:39.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:39 smithi110 bash[28336]: cluster 2023-12-06T04:14:37.941602+0000 mgr.smithi073.zlngfn (mgr.14182) 545 : cluster [DBG] pgmap v393: 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 2023-12-06T04:14:39.974 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:14:39.974 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:23.780563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\nDeploy daemon haproxy.nfs.foo.smithi110.swgikt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.928961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ishunm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\nDeploy daemon haproxy.nfs.foo.smithi073.ishunm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.932227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ucvwjj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:40.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:14:41.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:41 smithi073 bash[24935]: cluster 2023-12-06T04:14:39.942997+0000 mgr.smithi073.zlngfn (mgr.14182) 546 : 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 2023-12-06T04:14:41.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:41 smithi073 bash[24935]: audit 2023-12-06T04:14:39.963308+0000 mgr.smithi073.zlngfn (mgr.14182) 547 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:41.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:41 smithi110 bash[28336]: cluster 2023-12-06T04:14:39.942997+0000 mgr.smithi073.zlngfn (mgr.14182) 546 : 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 2023-12-06T04:14:41.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:41 smithi110 bash[28336]: audit 2023-12-06T04:14:39.963308+0000 mgr.smithi073.zlngfn (mgr.14182) 547 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:41.694 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:43.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:43 smithi073 bash[24935]: cluster 2023-12-06T04:14:41.944100+0000 mgr.smithi073.zlngfn (mgr.14182) 548 : 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 2023-12-06T04:14:43.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:43 smithi110 bash[28336]: cluster 2023-12-06T04:14:41.944100+0000 mgr.smithi073.zlngfn (mgr.14182) 548 : 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 2023-12-06T04:14:44.887 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:14:44.887 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:23.780563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\nDeploy daemon haproxy.nfs.foo.smithi110.swgikt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.928961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ishunm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\nDeploy daemon haproxy.nfs.foo.smithi073.ishunm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.932227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ucvwjj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:45.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:45 smithi073 bash[24935]: cluster 2023-12-06T04:14:43.945446+0000 mgr.smithi073.zlngfn (mgr.14182) 549 : 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 2023-12-06T04:14:45.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:45 smithi110 bash[28336]: cluster 2023-12-06T04:14:43.945446+0000 mgr.smithi073.zlngfn (mgr.14182) 549 : 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 2023-12-06T04:14:45.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:14:46.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:46 smithi073 bash[24935]: audit 2023-12-06T04:14:44.875671+0000 mgr.smithi073.zlngfn (mgr.14182) 550 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:46.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:46 smithi110 bash[28336]: audit 2023-12-06T04:14:44.875671+0000 mgr.smithi073.zlngfn (mgr.14182) 550 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:46.619 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:47.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:47 smithi073 bash[24935]: cluster 2023-12-06T04:14:45.946495+0000 mgr.smithi073.zlngfn (mgr.14182) 551 : 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 2023-12-06T04:14:47.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:47 smithi110 bash[28336]: cluster 2023-12-06T04:14:45.946495+0000 mgr.smithi073.zlngfn (mgr.14182) 551 : 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 2023-12-06T04:14:49.302 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:49 smithi073 bash[24935]: cluster 2023-12-06T04:14:47.947600+0000 mgr.smithi073.zlngfn (mgr.14182) 552 : 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 2023-12-06T04:14:49.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:49 smithi110 bash[28336]: cluster 2023-12-06T04:14:47.947600+0000 mgr.smithi073.zlngfn (mgr.14182) 552 : 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 2023-12-06T04:14:49.679 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:14:49.679 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:23.780563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\nDeploy daemon haproxy.nfs.foo.smithi110.swgikt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.928961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ishunm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\nDeploy daemon haproxy.nfs.foo.smithi073.ishunm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.932227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ucvwjj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:50.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:14:51.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:51 smithi073 bash[24935]: audit 2023-12-06T04:14:49.667123+0000 mgr.smithi073.zlngfn (mgr.14182) 553 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:51.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:51 smithi073 bash[24935]: cluster 2023-12-06T04:14:49.949043+0000 mgr.smithi073.zlngfn (mgr.14182) 554 : 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 2023-12-06T04:14:51.360 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:51.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:51 smithi110 bash[28336]: audit 2023-12-06T04:14:49.667123+0000 mgr.smithi073.zlngfn (mgr.14182) 553 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:51.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:51 smithi110 bash[28336]: cluster 2023-12-06T04:14:49.949043+0000 mgr.smithi073.zlngfn (mgr.14182) 554 : 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 2023-12-06T04:14:53.307 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:53 smithi073 bash[24935]: cluster 2023-12-06T04:14:51.950083+0000 mgr.smithi073.zlngfn (mgr.14182) 555 : 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 2023-12-06T04:14:53.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:53 smithi110 bash[28336]: cluster 2023-12-06T04:14:51.950083+0000 mgr.smithi073.zlngfn (mgr.14182) 555 : 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 2023-12-06T04:14:54.533 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:14:54.533 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:23.780563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\nDeploy daemon haproxy.nfs.foo.smithi110.swgikt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.928961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ishunm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\nDeploy daemon haproxy.nfs.foo.smithi073.ishunm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.932227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ucvwjj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:55.297 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:14:55.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:55 smithi073 bash[24935]: cluster 2023-12-06T04:14:53.951335+0000 mgr.smithi073.zlngfn (mgr.14182) 556 : 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 2023-12-06T04:14:55.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:55 smithi110 bash[28336]: cluster 2023-12-06T04:14:53.951335+0000 mgr.smithi073.zlngfn (mgr.14182) 556 : 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 2023-12-06T04:14:56.299 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:56.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:56 smithi073 bash[24935]: audit 2023-12-06T04:14:54.524189+0000 mgr.smithi073.zlngfn (mgr.14182) 557 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:56.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:56 smithi110 bash[28336]: audit 2023-12-06T04:14:54.524189+0000 mgr.smithi073.zlngfn (mgr.14182) 557 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:57.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:57 smithi073 bash[24935]: cluster 2023-12-06T04:14:55.952430+0000 mgr.smithi073.zlngfn (mgr.14182) 558 : 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 2023-12-06T04:14:57.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:57 smithi110 bash[28336]: cluster 2023-12-06T04:14:55.952430+0000 mgr.smithi073.zlngfn (mgr.14182) 558 : 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 2023-12-06T04:14:59.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:14:59 smithi073 bash[24935]: cluster 2023-12-06T04:14:57.953171+0000 mgr.smithi073.zlngfn (mgr.14182) 559 : 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 2023-12-06T04:14:59.456 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:14:59.456 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:23.780563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\nDeploy daemon haproxy.nfs.foo.smithi110.swgikt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.928961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ishunm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\nDeploy daemon haproxy.nfs.foo.smithi073.ishunm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.932227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ucvwjj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:59.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:14:59 smithi110 bash[28336]: cluster 2023-12-06T04:14:57.953171+0000 mgr.smithi073.zlngfn (mgr.14182) 559 : 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 2023-12-06T04:15:00.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:15:01.187 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:01.389 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:01 smithi073 bash[24935]: audit 2023-12-06T04:14:59.446510+0000 mgr.smithi073.zlngfn (mgr.14182) 560 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:01.389 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:01 smithi073 bash[24935]: cluster 2023-12-06T04:14:59.954481+0000 mgr.smithi073.zlngfn (mgr.14182) 561 : 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 2023-12-06T04:15:01.459 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:01 smithi110 bash[28336]: audit 2023-12-06T04:14:59.446510+0000 mgr.smithi073.zlngfn (mgr.14182) 560 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:01.459 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:01 smithi110 bash[28336]: cluster 2023-12-06T04:14:59.954481+0000 mgr.smithi073.zlngfn (mgr.14182) 561 : 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 2023-12-06T04:15:03.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:03 smithi110 bash[28336]: cluster 2023-12-06T04:15:01.955477+0000 mgr.smithi073.zlngfn (mgr.14182) 562 : 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 2023-12-06T04:15:03.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:03 smithi073 bash[24935]: cluster 2023-12-06T04:15:01.955477+0000 mgr.smithi073.zlngfn (mgr.14182) 562 : 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 2023-12-06T04:15:04.363 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:15:04.363 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:23.780563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\nDeploy daemon haproxy.nfs.foo.smithi110.swgikt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.928961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ishunm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\nDeploy daemon haproxy.nfs.foo.smithi073.ishunm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.932227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ucvwjj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:05.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:15:05.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:05 smithi110 bash[28336]: cluster 2023-12-06T04:15:03.956845+0000 mgr.smithi073.zlngfn (mgr.14182) 563 : 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 2023-12-06T04:15:05.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:05 smithi110 bash[28336]: audit 2023-12-06T04:15:04.352927+0000 mgr.smithi073.zlngfn (mgr.14182) 564 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:05.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:05 smithi073 bash[24935]: cluster 2023-12-06T04:15:03.956845+0000 mgr.smithi073.zlngfn (mgr.14182) 563 : 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 2023-12-06T04:15:05.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:05 smithi073 bash[24935]: audit 2023-12-06T04:15:04.352927+0000 mgr.smithi073.zlngfn (mgr.14182) 564 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:06.103 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:07.379 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:07 smithi073 bash[24935]: cluster 2023-12-06T04:15:05.957978+0000 mgr.smithi073.zlngfn (mgr.14182) 565 : 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 2023-12-06T04:15:07.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:07 smithi110 bash[28336]: cluster 2023-12-06T04:15:05.957978+0000 mgr.smithi073.zlngfn (mgr.14182) 565 : 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 2023-12-06T04:15:09.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:09 smithi073 bash[24935]: cluster 2023-12-06T04:15:07.958723+0000 mgr.smithi073.zlngfn (mgr.14182) 566 : 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 2023-12-06T04:15:09.358 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:15:09.358 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:23.780563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\nDeploy daemon haproxy.nfs.foo.smithi110.swgikt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.928961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ishunm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\nDeploy daemon haproxy.nfs.foo.smithi073.ishunm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.932227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ucvwjj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:09.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:09 smithi110 bash[28336]: cluster 2023-12-06T04:15:07.958723+0000 mgr.smithi073.zlngfn (mgr.14182) 566 : 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 2023-12-06T04:15:10.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:15:10.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:10 smithi110 bash[28336]: audit 2023-12-06T04:15:09.347566+0000 mgr.smithi073.zlngfn (mgr.14182) 567 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:10.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:10 smithi073 bash[24935]: audit 2023-12-06T04:15:09.347566+0000 mgr.smithi073.zlngfn (mgr.14182) 567 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:11.115 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:11.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:11 smithi110 bash[28336]: cluster 2023-12-06T04:15:09.960192+0000 mgr.smithi073.zlngfn (mgr.14182) 568 : 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 2023-12-06T04:15:11.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:11 smithi073 bash[24935]: cluster 2023-12-06T04:15:09.960192+0000 mgr.smithi073.zlngfn (mgr.14182) 568 : 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 2023-12-06T04:15:13.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:13 smithi073 bash[24935]: cluster 2023-12-06T04:15:11.961269+0000 mgr.smithi073.zlngfn (mgr.14182) 569 : 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 2023-12-06T04:15:13.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:13 smithi110 bash[28336]: cluster 2023-12-06T04:15:11.961269+0000 mgr.smithi073.zlngfn (mgr.14182) 569 : 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 2023-12-06T04:15:14.092 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:15:14.092 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:23.780563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\nDeploy daemon haproxy.nfs.foo.smithi110.swgikt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.928961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ishunm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\nDeploy daemon haproxy.nfs.foo.smithi073.ishunm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.932227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ucvwjj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:14.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:15:15.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:15 smithi110 bash[28336]: cluster 2023-12-06T04:15:13.962546+0000 mgr.smithi073.zlngfn (mgr.14182) 570 : 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 2023-12-06T04:15:15.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:15 smithi110 bash[28336]: audit 2023-12-06T04:15:14.085613+0000 mgr.smithi073.zlngfn (mgr.14182) 571 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:15 smithi073 bash[24935]: cluster 2023-12-06T04:15:13.962546+0000 mgr.smithi073.zlngfn (mgr.14182) 570 : 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 2023-12-06T04:15:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:15 smithi073 bash[24935]: audit 2023-12-06T04:15:14.085613+0000 mgr.smithi073.zlngfn (mgr.14182) 571 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:15.786 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:17.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:17 smithi110 bash[28336]: cluster 2023-12-06T04:15:15.963169+0000 mgr.smithi073.zlngfn (mgr.14182) 572 : 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 2023-12-06T04:15:17.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:17 smithi073 bash[24935]: cluster 2023-12-06T04:15:15.963169+0000 mgr.smithi073.zlngfn (mgr.14182) 572 : 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 2023-12-06T04:15:19.011 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:15:19.011 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:23.780563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\nDeploy daemon haproxy.nfs.foo.smithi110.swgikt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.928961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ishunm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\nDeploy daemon haproxy.nfs.foo.smithi073.ishunm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.932227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ucvwjj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:19.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:19 smithi073 bash[24935]: cluster 2023-12-06T04:15:17.964094+0000 mgr.smithi073.zlngfn (mgr.14182) 573 : 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 2023-12-06T04:15:19.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:19 smithi110 bash[28336]: cluster 2023-12-06T04:15:17.964094+0000 mgr.smithi073.zlngfn (mgr.14182) 573 : 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 2023-12-06T04:15:19.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:15:20.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:20 smithi110 bash[28336]: audit 2023-12-06T04:15:19.001606+0000 mgr.smithi073.zlngfn (mgr.14182) 574 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:20.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:20 smithi073 bash[24935]: audit 2023-12-06T04:15:19.001606+0000 mgr.smithi073.zlngfn (mgr.14182) 574 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:20.808 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:21.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:21 smithi073 bash[24935]: cluster 2023-12-06T04:15:19.965505+0000 mgr.smithi073.zlngfn (mgr.14182) 575 : 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 2023-12-06T04:15:21.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:21 smithi110 bash[28336]: cluster 2023-12-06T04:15:19.965505+0000 mgr.smithi073.zlngfn (mgr.14182) 575 : 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 2023-12-06T04:15:23.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:23 smithi110 bash[28336]: cluster 2023-12-06T04:15:21.966366+0000 mgr.smithi073.zlngfn (mgr.14182) 576 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:15:23.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:23 smithi073 bash[24935]: cluster 2023-12-06T04:15:21.966366+0000 mgr.smithi073.zlngfn (mgr.14182) 576 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:15:24.046 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:15:24.046 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:23.780563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\nDeploy daemon haproxy.nfs.foo.smithi110.swgikt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.928961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ishunm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\nDeploy daemon haproxy.nfs.foo.smithi073.ishunm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.932227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ucvwjj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:24.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:15:25.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:25 smithi110 bash[28336]: cluster 2023-12-06T04:15:23.967620+0000 mgr.smithi073.zlngfn (mgr.14182) 577 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:15:25.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:25 smithi110 bash[28336]: audit 2023-12-06T04:15:24.040101+0000 mgr.smithi073.zlngfn (mgr.14182) 578 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:25.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:25 smithi073 bash[24935]: cluster 2023-12-06T04:15:23.967620+0000 mgr.smithi073.zlngfn (mgr.14182) 577 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:15:25.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:25 smithi073 bash[24935]: audit 2023-12-06T04:15:24.040101+0000 mgr.smithi073.zlngfn (mgr.14182) 578 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:25.761 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:27.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:27 smithi110 bash[28336]: cluster 2023-12-06T04:15:25.968586+0000 mgr.smithi073.zlngfn (mgr.14182) 579 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:15:27.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:27 smithi073 bash[24935]: cluster 2023-12-06T04:15:25.968586+0000 mgr.smithi073.zlngfn (mgr.14182) 579 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:15:28.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:28 smithi110 bash[28336]: audit 2023-12-06T04:15:27.940561+0000 mon.smithi073 (mon.0) 789 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:15:28.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:28 smithi073 bash[24935]: audit 2023-12-06T04:15:27.940561+0000 mon.smithi073 (mon.0) 789 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:15:29.095 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:15:29.095 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:19.384373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xfnxza on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:23.780563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\nDeploy daemon haproxy.nfs.foo.smithi110.swgikt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.928961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ishunm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\nDeploy daemon haproxy.nfs.foo.smithi073.ishunm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.932227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ucvwjj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:29.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:29 smithi110 bash[28336]: cluster 2023-12-06T04:15:27.969631+0000 mgr.smithi073.zlngfn (mgr.14182) 580 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:15:29.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:29 smithi110 bash[28336]: audit 2023-12-06T04:15:28.242972+0000 mon.smithi073 (mon.0) 790 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:15:29.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:29 smithi110 bash[28336]: audit 2023-12-06T04:15:28.244358+0000 mon.smithi073 (mon.0) 791 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:15:29.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:29 smithi110 bash[28336]: audit 2023-12-06T04:15:28.253009+0000 mon.smithi073 (mon.0) 792 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:15:29.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:29 smithi110 bash[28336]: cluster 2023-12-06T04:15:28.255666+0000 mgr.smithi073.zlngfn (mgr.14182) 581 : cluster [DBG] pgmap v419: 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 2023-12-06T04:15:29.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:29 smithi110 bash[28336]: audit 2023-12-06T04:15:28.258391+0000 mon.smithi073 (mon.0) 793 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:15:29.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:29 smithi110 bash[28336]: audit 2023-12-06T04:15:28.297146+0000 mon.smithi073 (mon.0) 794 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:15:29.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:29 smithi110 bash[28336]: cephadm 2023-12-06T04:15:28.299794+0000 mgr.smithi073.zlngfn (mgr.14182) 582 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.iujbta on smithi110 2023-12-06T04:15:29.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:29 smithi073 bash[24935]: cluster 2023-12-06T04:15:27.969631+0000 mgr.smithi073.zlngfn (mgr.14182) 580 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:15:29.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:29 smithi073 bash[24935]: audit 2023-12-06T04:15:28.242972+0000 mon.smithi073 (mon.0) 790 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:15:29.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:29 smithi073 bash[24935]: audit 2023-12-06T04:15:28.244358+0000 mon.smithi073 (mon.0) 791 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:15:29.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:29 smithi073 bash[24935]: audit 2023-12-06T04:15:28.253009+0000 mon.smithi073 (mon.0) 792 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:15:29.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:29 smithi073 bash[24935]: cluster 2023-12-06T04:15:28.255666+0000 mgr.smithi073.zlngfn (mgr.14182) 581 : cluster [DBG] pgmap v419: 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 2023-12-06T04:15:29.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:29 smithi073 bash[24935]: audit 2023-12-06T04:15:28.258391+0000 mon.smithi073 (mon.0) 793 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:15:29.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:29 smithi073 bash[24935]: audit 2023-12-06T04:15:28.297146+0000 mon.smithi073 (mon.0) 794 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:15:29.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:29 smithi073 bash[24935]: cephadm 2023-12-06T04:15:28.299794+0000 mgr.smithi073.zlngfn (mgr.14182) 582 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.iujbta on smithi110 2023-12-06T04:15:29.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:15:30.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:30 smithi110 bash[28336]: audit 2023-12-06T04:15:29.083380+0000 mgr.smithi073.zlngfn (mgr.14182) 583 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:30.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:30 smithi110 bash[28336]: cluster 2023-12-06T04:15:29.250730+0000 mon.smithi073 (mon.0) 795 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:15:30.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:30 smithi110 bash[28336]: cluster 2023-12-06T04:15:29.250787+0000 mon.smithi073 (mon.0) 796 : cluster [INF] Cluster is now healthy 2023-12-06T04:15:30.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:30 smithi073 bash[24935]: audit 2023-12-06T04:15:29.083380+0000 mgr.smithi073.zlngfn (mgr.14182) 583 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:30.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:30 smithi073 bash[24935]: cluster 2023-12-06T04:15:29.250730+0000 mon.smithi073 (mon.0) 795 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:15:30.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:30 smithi073 bash[24935]: cluster 2023-12-06T04:15:29.250787+0000 mon.smithi073 (mon.0) 796 : cluster [INF] Cluster is now healthy 2023-12-06T04:15:30.839 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:31.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:31 smithi073 bash[24935]: cluster 2023-12-06T04:15:30.259317+0000 mgr.smithi073.zlngfn (mgr.14182) 584 : cluster [DBG] pgmap v420: 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 2023-12-06T04:15:31.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:31 smithi110 bash[28336]: cluster 2023-12-06T04:15:30.259317+0000 mgr.smithi073.zlngfn (mgr.14182) 584 : cluster [DBG] pgmap v420: 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 2023-12-06T04:15:32.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:32 smithi110 bash[28336]: audit 2023-12-06T04:15:32.270161+0000 mon.smithi073 (mon.0) 797 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.iujbta"}]: dispatch 2023-12-06T04:15:32.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:32 smithi073 bash[24935]: audit 2023-12-06T04:15:32.270161+0000 mon.smithi073 (mon.0) 797 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.iujbta"}]: dispatch 2023-12-06T04:15:33.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: cluster 2023-12-06T04:15:32.260056+0000 mgr.smithi073.zlngfn (mgr.14182) 585 : cluster [DBG] pgmap v421: 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 2023-12-06T04:15:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: cephadm 2023-12-06T04:15:32.269417+0000 mgr.smithi073.zlngfn (mgr.14182) 586 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta 2023-12-06T04:15:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:15:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta 2023-12-06T04:15:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta 2023-12-06T04:15:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:15:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta 2023-12-06T04:15:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.iujbta ... 2023-12-06T04:15:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:15:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:15:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:15:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:15:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:15:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:15:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:15:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:15:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta 2023-12-06T04:15:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:15:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta 2023-12-06T04:15:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta 2023-12-06T04:15:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:15:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta 2023-12-06T04:15:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.iujbta ... 2023-12-06T04:15:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:15:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:15:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:15:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: cephadm 2023-12-06T04:15:32.269701+0000 mgr.smithi073.zlngfn (mgr.14182) 587 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.iujbta 2023-12-06T04:15:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: cephadm 2023-12-06T04:15:32.271305+0000 mgr.smithi073.zlngfn (mgr.14182) 588 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta 2023-12-06T04:15:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:15:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta 2023-12-06T04:15:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta 2023-12-06T04:15:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:15:33.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta 2023-12-06T04:15:33.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.iujbta ... 2023-12-06T04:15:33.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:33.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:15:33.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:15:33.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:15:33.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:33.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:33 smithi073 bash[24935]: cephadm 2023-12-06T04:15:32.273463+0000 mgr.smithi073.zlngfn (mgr.14182) 589 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.vjmsna on smithi073 2023-12-06T04:15:33.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: cluster 2023-12-06T04:15:32.260056+0000 mgr.smithi073.zlngfn (mgr.14182) 585 : cluster [DBG] pgmap v421: 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 2023-12-06T04:15:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: cephadm 2023-12-06T04:15:32.269417+0000 mgr.smithi073.zlngfn (mgr.14182) 586 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta 2023-12-06T04:15:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:15:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta 2023-12-06T04:15:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta 2023-12-06T04:15:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:15:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta 2023-12-06T04:15:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.iujbta ... 2023-12-06T04:15:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:15:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:15:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:15:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:15:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:15:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:15:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:15:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:15:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta 2023-12-06T04:15:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:15:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta 2023-12-06T04:15:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta 2023-12-06T04:15:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:15:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta 2023-12-06T04:15:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.iujbta ... 2023-12-06T04:15:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:15:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:15:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:15:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: cephadm 2023-12-06T04:15:32.269701+0000 mgr.smithi073.zlngfn (mgr.14182) 587 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.iujbta 2023-12-06T04:15:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: cephadm 2023-12-06T04:15:32.271305+0000 mgr.smithi073.zlngfn (mgr.14182) 588 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta 2023-12-06T04:15:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:15:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta 2023-12-06T04:15:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta 2023-12-06T04:15:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:15:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta 2023-12-06T04:15:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.iujbta ... 2023-12-06T04:15:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:15:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:15:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:15:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:33.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:33 smithi110 bash[28336]: cephadm 2023-12-06T04:15:32.273463+0000 mgr.smithi073.zlngfn (mgr.14182) 589 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.vjmsna on smithi073 2023-12-06T04:15:34.056 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:15:34.056 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:14:23.780563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.swgikt on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-swgikt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.swgikt\nDeploy daemon haproxy.nfs.foo.smithi110.swgikt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.928961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ishunm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ishunm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ishunm\nDeploy daemon haproxy.nfs.foo.smithi073.ishunm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:14:27.932227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ucvwjj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:32.271180Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\nDeploy daemon haproxy.nfs.foo.smithi110.iujbta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:34.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:15:35.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:35 smithi110 bash[28336]: audit 2023-12-06T04:15:34.050281+0000 mgr.smithi073.zlngfn (mgr.14182) 590 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:35.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:35 smithi110 bash[28336]: cluster 2023-12-06T04:15:34.260828+0000 mgr.smithi073.zlngfn (mgr.14182) 591 : cluster [DBG] pgmap v422: 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 2023-12-06T04:15:35.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:35 smithi073 bash[24935]: audit 2023-12-06T04:15:34.050281+0000 mgr.smithi073.zlngfn (mgr.14182) 590 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:35.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:35 smithi073 bash[24935]: cluster 2023-12-06T04:15:34.260828+0000 mgr.smithi073.zlngfn (mgr.14182) 591 : cluster [DBG] pgmap v422: 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 2023-12-06T04:15:35.830 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: cluster 2023-12-06T04:15:36.261819+0000 mgr.smithi073.zlngfn (mgr.14182) 592 : cluster [DBG] pgmap v423: 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 2023-12-06T04:15:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: cephadm 2023-12-06T04:15:36.383923+0000 mgr.smithi073.zlngfn (mgr.14182) 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna 2023-12-06T04:15:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:15:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna 2023-12-06T04:15:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna 2023-12-06T04:15:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:15:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna 2023-12-06T04:15:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.vjmsna ... 2023-12-06T04:15:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:15:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:15:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:15:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:15:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:15:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:15:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:15:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:15:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna 2023-12-06T04:15:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:15:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna 2023-12-06T04:15:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna 2023-12-06T04:15:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:15:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna 2023-12-06T04:15:37.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.vjmsna ... 2023-12-06T04:15:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:15:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:15:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:15:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: cephadm 2023-12-06T04:15:36.384181+0000 mgr.smithi073.zlngfn (mgr.14182) 594 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.vjmsna 2023-12-06T04:15:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: audit 2023-12-06T04:15:36.384854+0000 mon.smithi073 (mon.0) 798 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.vjmsna"}]: dispatch 2023-12-06T04:15:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: cephadm 2023-12-06T04:15:36.386192+0000 mgr.smithi073.zlngfn (mgr.14182) 595 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.vjmsna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna 2023-12-06T04:15:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:15:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna 2023-12-06T04:15:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna 2023-12-06T04:15:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:15:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna 2023-12-06T04:15:37.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.vjmsna ... 2023-12-06T04:15:37.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:37.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:15:37.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:15:37.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:15:37.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:37.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: cephadm 2023-12-06T04:15:36.388500+0000 mgr.smithi073.zlngfn (mgr.14182) 596 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.sjmwca on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:15:37.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: cephadm 2023-12-06T04:15:36.390325+0000 mgr.smithi073.zlngfn (mgr.14182) 597 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:15:37.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:37 smithi110 bash[28336]: cluster 2023-12-06T04:15:36.391149+0000 mgr.smithi073.zlngfn (mgr.14182) 598 : cluster [DBG] pgmap v424: 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 2023-12-06T04:15:37.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: cluster 2023-12-06T04:15:36.261819+0000 mgr.smithi073.zlngfn (mgr.14182) 592 : cluster [DBG] pgmap v423: 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 2023-12-06T04:15:37.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: cephadm 2023-12-06T04:15:36.383923+0000 mgr.smithi073.zlngfn (mgr.14182) 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna 2023-12-06T04:15:37.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:15:37.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna 2023-12-06T04:15:37.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna 2023-12-06T04:15:37.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:15:37.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna 2023-12-06T04:15:37.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.vjmsna ... 2023-12-06T04:15:37.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:37.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:15:37.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:15:37.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:15:37.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:37.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:15:37.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:15:37.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:15:37.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:15:37.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:15:37.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna 2023-12-06T04:15:37.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:15:37.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna 2023-12-06T04:15:37.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna 2023-12-06T04:15:37.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:15:37.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna 2023-12-06T04:15:37.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.vjmsna ... 2023-12-06T04:15:37.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:37.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:15:37.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:15:37.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:15:37.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:37.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: cephadm 2023-12-06T04:15:36.384181+0000 mgr.smithi073.zlngfn (mgr.14182) 594 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.vjmsna 2023-12-06T04:15:37.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: audit 2023-12-06T04:15:36.384854+0000 mon.smithi073 (mon.0) 798 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.vjmsna"}]: dispatch 2023-12-06T04:15:37.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: cephadm 2023-12-06T04:15:36.386192+0000 mgr.smithi073.zlngfn (mgr.14182) 595 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.vjmsna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna 2023-12-06T04:15:37.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:15:37.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna 2023-12-06T04:15:37.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna 2023-12-06T04:15:37.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:15:37.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna 2023-12-06T04:15:37.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.vjmsna ... 2023-12-06T04:15:37.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:37.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:15:37.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:15:37.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:15:37.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:15:37.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: cephadm 2023-12-06T04:15:36.388500+0000 mgr.smithi073.zlngfn (mgr.14182) 596 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.sjmwca on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:15:37.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: cephadm 2023-12-06T04:15:36.390325+0000 mgr.smithi073.zlngfn (mgr.14182) 597 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:15:37.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:37 smithi073 bash[24935]: cluster 2023-12-06T04:15:36.391149+0000 mgr.smithi073.zlngfn (mgr.14182) 598 : cluster [DBG] pgmap v424: 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 2023-12-06T04:15:38.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:38 smithi110 bash[28336]: cluster 2023-12-06T04:15:37.334016+0000 mon.smithi073 (mon.0) 799 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:15:38.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:38 smithi073 bash[24935]: cluster 2023-12-06T04:15:37.334016+0000 mon.smithi073 (mon.0) 799 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:15:39.149 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:15:39.149 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:32.271180Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\nDeploy daemon haproxy.nfs.foo.smithi110.iujbta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.386068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vjmsna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\nDeploy daemon haproxy.nfs.foo.smithi073.vjmsna ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sjmwca on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:39.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:39 smithi073 bash[24935]: cluster 2023-12-06T04:15:38.392456+0000 mgr.smithi073.zlngfn (mgr.14182) 599 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 404 B/s rd, 0 op/s 2023-12-06T04:15:39.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:39 smithi110 bash[28336]: cluster 2023-12-06T04:15:38.392456+0000 mgr.smithi073.zlngfn (mgr.14182) 599 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 404 B/s rd, 0 op/s 2023-12-06T04:15:39.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:15:40.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:40 smithi110 bash[28336]: audit 2023-12-06T04:15:39.143437+0000 mgr.smithi073.zlngfn (mgr.14182) 600 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:40.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:40 smithi110 bash[28336]: audit 2023-12-06T04:15:40.016150+0000 mon.smithi073 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:15:40.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:40 smithi073 bash[24935]: audit 2023-12-06T04:15:39.143437+0000 mgr.smithi073.zlngfn (mgr.14182) 600 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:40.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:40 smithi073 bash[24935]: audit 2023-12-06T04:15:40.016150+0000 mon.smithi073 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:15:40.869 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:41.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:41 smithi110 bash[28336]: cluster 2023-12-06T04:15:40.393272+0000 mgr.smithi073.zlngfn (mgr.14182) 601 : cluster [DBG] pgmap v426: 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 2023-12-06T04:15:41.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:41 smithi073 bash[24935]: cluster 2023-12-06T04:15:40.393272+0000 mgr.smithi073.zlngfn (mgr.14182) 601 : cluster [DBG] pgmap v426: 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 2023-12-06T04:15:43.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:43 smithi110 bash[28336]: cluster 2023-12-06T04:15:42.394170+0000 mgr.smithi073.zlngfn (mgr.14182) 602 : cluster [DBG] pgmap v427: 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 2023-12-06T04:15:43.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:43 smithi073 bash[24935]: cluster 2023-12-06T04:15:42.394170+0000 mgr.smithi073.zlngfn (mgr.14182) 602 : cluster [DBG] pgmap v427: 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 2023-12-06T04:15:43.902 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:15:43.903 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:32.271180Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\nDeploy daemon haproxy.nfs.foo.smithi110.iujbta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.386068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vjmsna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\nDeploy daemon haproxy.nfs.foo.smithi073.vjmsna ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sjmwca on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:44.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:15:44.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:44 smithi073 bash[24935]: audit 2023-12-06T04:15:43.890584+0000 mgr.smithi073.zlngfn (mgr.14182) 603 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:44.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:44 smithi073 bash[24935]: cluster 2023-12-06T04:15:44.395559+0000 mgr.smithi073.zlngfn (mgr.14182) 604 : cluster [DBG] pgmap v428: 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 2023-12-06T04:15:44.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:44 smithi110 bash[28336]: audit 2023-12-06T04:15:43.890584+0000 mgr.smithi073.zlngfn (mgr.14182) 603 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:44.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:44 smithi110 bash[28336]: cluster 2023-12-06T04:15:44.395559+0000 mgr.smithi073.zlngfn (mgr.14182) 604 : cluster [DBG] pgmap v428: 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 2023-12-06T04:15:45.690 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:47.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:47 smithi110 bash[28336]: cluster 2023-12-06T04:15:46.396468+0000 mgr.smithi073.zlngfn (mgr.14182) 605 : cluster [DBG] pgmap v429: 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 2023-12-06T04:15:47.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:47 smithi073 bash[24935]: cluster 2023-12-06T04:15:46.396468+0000 mgr.smithi073.zlngfn (mgr.14182) 605 : cluster [DBG] pgmap v429: 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 2023-12-06T04:15:49.019 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:15:49.019 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:32.271180Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\nDeploy daemon haproxy.nfs.foo.smithi110.iujbta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.386068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vjmsna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\nDeploy daemon haproxy.nfs.foo.smithi073.vjmsna ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sjmwca on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:49.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:49 smithi073 bash[24935]: cluster 2023-12-06T04:15:48.397685+0000 mgr.smithi073.zlngfn (mgr.14182) 606 : 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 2023-12-06T04:15:49.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:49 smithi110 bash[28336]: cluster 2023-12-06T04:15:48.397685+0000 mgr.smithi073.zlngfn (mgr.14182) 606 : 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 2023-12-06T04:15:49.737 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:15:50.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:50 smithi073 bash[24935]: audit 2023-12-06T04:15:49.008482+0000 mgr.smithi073.zlngfn (mgr.14182) 607 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:50.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:50 smithi110 bash[28336]: audit 2023-12-06T04:15:49.008482+0000 mgr.smithi073.zlngfn (mgr.14182) 607 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:50.737 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:51.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:51 smithi073 bash[24935]: cluster 2023-12-06T04:15:50.398870+0000 mgr.smithi073.zlngfn (mgr.14182) 608 : 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 2023-12-06T04:15:51.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:51 smithi110 bash[28336]: cluster 2023-12-06T04:15:50.398870+0000 mgr.smithi073.zlngfn (mgr.14182) 608 : 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 2023-12-06T04:15:53.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:53 smithi110 bash[28336]: cluster 2023-12-06T04:15:52.399900+0000 mgr.smithi073.zlngfn (mgr.14182) 609 : 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 2023-12-06T04:15:53.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:53 smithi073 bash[24935]: cluster 2023-12-06T04:15:52.399900+0000 mgr.smithi073.zlngfn (mgr.14182) 609 : 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 2023-12-06T04:15:53.836 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:15:53.837 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:32.271180Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\nDeploy daemon haproxy.nfs.foo.smithi110.iujbta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.386068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vjmsna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\nDeploy daemon haproxy.nfs.foo.smithi073.vjmsna ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sjmwca on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:54.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:15:54.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:54 smithi073 bash[24935]: audit 2023-12-06T04:15:53.827956+0000 mgr.smithi073.zlngfn (mgr.14182) 610 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:54.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:54 smithi073 bash[24935]: cluster 2023-12-06T04:15:54.401322+0000 mgr.smithi073.zlngfn (mgr.14182) 611 : 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 2023-12-06T04:15:54.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:54 smithi110 bash[28336]: audit 2023-12-06T04:15:53.827956+0000 mgr.smithi073.zlngfn (mgr.14182) 610 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:54.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:54 smithi110 bash[28336]: cluster 2023-12-06T04:15:54.401322+0000 mgr.smithi073.zlngfn (mgr.14182) 611 : 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 2023-12-06T04:15:55.528 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:56.768 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:56 smithi073 bash[24935]: cluster 2023-12-06T04:15:56.402116+0000 mgr.smithi073.zlngfn (mgr.14182) 612 : 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 2023-12-06T04:15:56.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:56 smithi110 bash[28336]: cluster 2023-12-06T04:15:56.402116+0000 mgr.smithi073.zlngfn (mgr.14182) 612 : 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 2023-12-06T04:15:58.676 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:15:58.676 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:32.271180Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\nDeploy daemon haproxy.nfs.foo.smithi110.iujbta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.386068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vjmsna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\nDeploy daemon haproxy.nfs.foo.smithi073.vjmsna ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sjmwca on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:59.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:15:59 smithi073 bash[24935]: cluster 2023-12-06T04:15:58.403161+0000 mgr.smithi073.zlngfn (mgr.14182) 613 : 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 2023-12-06T04:15:59.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:15:59.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:15:59 smithi110 bash[28336]: cluster 2023-12-06T04:15:58.403161+0000 mgr.smithi073.zlngfn (mgr.14182) 613 : 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 2023-12-06T04:16:00.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:00 smithi073 bash[24935]: audit 2023-12-06T04:15:58.666490+0000 mgr.smithi073.zlngfn (mgr.14182) 614 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:00.384 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:00.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:00 smithi110 bash[28336]: audit 2023-12-06T04:15:58.666490+0000 mgr.smithi073.zlngfn (mgr.14182) 614 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:01.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:01 smithi073 bash[24935]: cluster 2023-12-06T04:16:00.404183+0000 mgr.smithi073.zlngfn (mgr.14182) 615 : 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 2023-12-06T04:16:01.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:01 smithi110 bash[28336]: cluster 2023-12-06T04:16:00.404183+0000 mgr.smithi073.zlngfn (mgr.14182) 615 : 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 2023-12-06T04:16:02.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:02 smithi073 bash[24935]: cluster 2023-12-06T04:16:02.405295+0000 mgr.smithi073.zlngfn (mgr.14182) 616 : 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 2023-12-06T04:16:02.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:02 smithi110 bash[28336]: cluster 2023-12-06T04:16:02.405295+0000 mgr.smithi073.zlngfn (mgr.14182) 616 : 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 2023-12-06T04:16:03.478 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:16:03.479 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:32.271180Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\nDeploy daemon haproxy.nfs.foo.smithi110.iujbta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.386068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vjmsna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\nDeploy daemon haproxy.nfs.foo.smithi073.vjmsna ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sjmwca on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:04.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:16:04.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:04 smithi073 bash[24935]: audit 2023-12-06T04:16:03.472946+0000 mgr.smithi073.zlngfn (mgr.14182) 617 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:04.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:04 smithi073 bash[24935]: cluster 2023-12-06T04:16:04.406521+0000 mgr.smithi073.zlngfn (mgr.14182) 618 : 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 2023-12-06T04:16:04.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:04 smithi110 bash[28336]: audit 2023-12-06T04:16:03.472946+0000 mgr.smithi073.zlngfn (mgr.14182) 617 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:04.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:04 smithi110 bash[28336]: cluster 2023-12-06T04:16:04.406521+0000 mgr.smithi073.zlngfn (mgr.14182) 618 : 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 2023-12-06T04:16:05.164 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:06.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:06 smithi073 bash[24935]: cluster 2023-12-06T04:16:06.407440+0000 mgr.smithi073.zlngfn (mgr.14182) 619 : 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 2023-12-06T04:16:06.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:06 smithi110 bash[28336]: cluster 2023-12-06T04:16:06.407440+0000 mgr.smithi073.zlngfn (mgr.14182) 619 : 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 2023-12-06T04:16:08.067 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:16:08.067 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:32.271180Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\nDeploy daemon haproxy.nfs.foo.smithi110.iujbta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.386068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vjmsna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\nDeploy daemon haproxy.nfs.foo.smithi073.vjmsna ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sjmwca on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:08.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:16:09.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:09 smithi073 bash[24935]: audit 2023-12-06T04:16:08.061788+0000 mgr.smithi073.zlngfn (mgr.14182) 620 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:09.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:09 smithi073 bash[24935]: cluster 2023-12-06T04:16:08.408724+0000 mgr.smithi073.zlngfn (mgr.14182) 621 : 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 2023-12-06T04:16:09.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:09 smithi110 bash[28336]: audit 2023-12-06T04:16:08.061788+0000 mgr.smithi073.zlngfn (mgr.14182) 620 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:09.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:09 smithi110 bash[28336]: cluster 2023-12-06T04:16:08.408724+0000 mgr.smithi073.zlngfn (mgr.14182) 621 : 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 2023-12-06T04:16:09.719 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:10.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:10 smithi073 bash[24935]: cluster 2023-12-06T04:16:10.410101+0000 mgr.smithi073.zlngfn (mgr.14182) 622 : 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 2023-12-06T04:16:10.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:10 smithi110 bash[28336]: cluster 2023-12-06T04:16:10.410101+0000 mgr.smithi073.zlngfn (mgr.14182) 622 : 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 2023-12-06T04:16:12.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:12 smithi073 bash[24935]: cluster 2023-12-06T04:16:12.411226+0000 mgr.smithi073.zlngfn (mgr.14182) 623 : 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 2023-12-06T04:16:12.711 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:16:12.712 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:32.271180Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\nDeploy daemon haproxy.nfs.foo.smithi110.iujbta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.386068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vjmsna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\nDeploy daemon haproxy.nfs.foo.smithi073.vjmsna ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sjmwca on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:12.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:12 smithi110 bash[28336]: cluster 2023-12-06T04:16:12.411226+0000 mgr.smithi073.zlngfn (mgr.14182) 623 : 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 2023-12-06T04:16:13.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:16:14.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:14 smithi073 bash[24935]: audit 2023-12-06T04:16:12.706132+0000 mgr.smithi073.zlngfn (mgr.14182) 624 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:14.417 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:14.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:14 smithi110 bash[28336]: audit 2023-12-06T04:16:12.706132+0000 mgr.smithi073.zlngfn (mgr.14182) 624 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:15.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:15 smithi073 bash[24935]: cluster 2023-12-06T04:16:14.412606+0000 mgr.smithi073.zlngfn (mgr.14182) 625 : 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 2023-12-06T04:16:15.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:15 smithi110 bash[28336]: cluster 2023-12-06T04:16:14.412606+0000 mgr.smithi073.zlngfn (mgr.14182) 625 : 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 2023-12-06T04:16:16.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:16 smithi073 bash[24935]: cluster 2023-12-06T04:16:16.413301+0000 mgr.smithi073.zlngfn (mgr.14182) 626 : 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 2023-12-06T04:16:16.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:16 smithi110 bash[28336]: cluster 2023-12-06T04:16:16.413301+0000 mgr.smithi073.zlngfn (mgr.14182) 626 : 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 2023-12-06T04:16:17.522 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:16:17.522 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:32.271180Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\nDeploy daemon haproxy.nfs.foo.smithi110.iujbta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.386068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vjmsna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\nDeploy daemon haproxy.nfs.foo.smithi073.vjmsna ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sjmwca on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:18.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:16:19.322 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:19.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:19 smithi073 bash[24935]: audit 2023-12-06T04:16:17.516984+0000 mgr.smithi073.zlngfn (mgr.14182) 627 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:19.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:19 smithi073 bash[24935]: cluster 2023-12-06T04:16:18.414567+0000 mgr.smithi073.zlngfn (mgr.14182) 628 : 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 2023-12-06T04:16:19.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:19 smithi110 bash[28336]: audit 2023-12-06T04:16:17.516984+0000 mgr.smithi073.zlngfn (mgr.14182) 627 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:19.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:19 smithi110 bash[28336]: cluster 2023-12-06T04:16:18.414567+0000 mgr.smithi073.zlngfn (mgr.14182) 628 : 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 2023-12-06T04:16:20.737 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:20 smithi073 bash[24935]: cluster 2023-12-06T04:16:20.415592+0000 mgr.smithi073.zlngfn (mgr.14182) 629 : 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 2023-12-06T04:16:20.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:20 smithi110 bash[28336]: cluster 2023-12-06T04:16:20.415592+0000 mgr.smithi073.zlngfn (mgr.14182) 629 : 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 2023-12-06T04:16:22.436 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:16:22.436 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:32.271180Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\nDeploy daemon haproxy.nfs.foo.smithi110.iujbta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.386068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vjmsna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\nDeploy daemon haproxy.nfs.foo.smithi073.vjmsna ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sjmwca on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:22.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:22 smithi073 bash[24935]: cluster 2023-12-06T04:16:22.416702+0000 mgr.smithi073.zlngfn (mgr.14182) 630 : 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 2023-12-06T04:16:22.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:22 smithi073 bash[24935]: audit 2023-12-06T04:16:22.426455+0000 mgr.smithi073.zlngfn (mgr.14182) 631 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:22.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:22 smithi110 bash[28336]: cluster 2023-12-06T04:16:22.416702+0000 mgr.smithi073.zlngfn (mgr.14182) 630 : 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 2023-12-06T04:16:22.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:22 smithi110 bash[28336]: audit 2023-12-06T04:16:22.426455+0000 mgr.smithi073.zlngfn (mgr.14182) 631 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:23.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:16:24.192 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:24.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:24 smithi073 bash[24935]: cluster 2023-12-06T04:16:24.417862+0000 mgr.smithi073.zlngfn (mgr.14182) 632 : 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 2023-12-06T04:16:24.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:24 smithi110 bash[28336]: cluster 2023-12-06T04:16:24.417862+0000 mgr.smithi073.zlngfn (mgr.14182) 632 : 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 2023-12-06T04:16:26.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:26 smithi073 bash[24935]: cluster 2023-12-06T04:16:26.418506+0000 mgr.smithi073.zlngfn (mgr.14182) 633 : 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 2023-12-06T04:16:26.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:26 smithi110 bash[28336]: cluster 2023-12-06T04:16:26.418506+0000 mgr.smithi073.zlngfn (mgr.14182) 633 : 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 2023-12-06T04:16:27.427 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:16:27.427 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:32.271180Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\nDeploy daemon haproxy.nfs.foo.smithi110.iujbta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.386068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vjmsna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\nDeploy daemon haproxy.nfs.foo.smithi073.vjmsna ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sjmwca on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:27.678 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:27 smithi073 bash[24935]: audit 2023-12-06T04:16:27.421088+0000 mgr.smithi073.zlngfn (mgr.14182) 634 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:27.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:27 smithi110 bash[28336]: audit 2023-12-06T04:16:27.421088+0000 mgr.smithi073.zlngfn (mgr.14182) 634 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:28.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:16:29.190 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:29.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:29 smithi073 bash[24935]: cluster 2023-12-06T04:16:28.419862+0000 mgr.smithi073.zlngfn (mgr.14182) 635 : 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 2023-12-06T04:16:29.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:29 smithi110 bash[28336]: cluster 2023-12-06T04:16:28.419862+0000 mgr.smithi073.zlngfn (mgr.14182) 635 : 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 2023-12-06T04:16:30.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:30 smithi073 bash[24935]: cluster 2023-12-06T04:16:30.420981+0000 mgr.smithi073.zlngfn (mgr.14182) 636 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:16:30.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:30 smithi110 bash[28336]: cluster 2023-12-06T04:16:30.420981+0000 mgr.smithi073.zlngfn (mgr.14182) 636 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:16:32.355 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:16:32.355 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:32.271180Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\nDeploy daemon haproxy.nfs.foo.smithi110.iujbta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.386068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vjmsna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\nDeploy daemon haproxy.nfs.foo.smithi073.vjmsna ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sjmwca on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:32.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:32 smithi073 bash[24935]: audit 2023-12-06T04:16:32.344852+0000 mgr.smithi073.zlngfn (mgr.14182) 637 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:32.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:32 smithi073 bash[24935]: cluster 2023-12-06T04:16:32.421697+0000 mgr.smithi073.zlngfn (mgr.14182) 638 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:16:32.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:32 smithi110 bash[28336]: audit 2023-12-06T04:16:32.344852+0000 mgr.smithi073.zlngfn (mgr.14182) 637 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:32.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:32 smithi110 bash[28336]: cluster 2023-12-06T04:16:32.421697+0000 mgr.smithi073.zlngfn (mgr.14182) 638 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:16:33.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:16:34.055 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:34.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:34 smithi073 bash[24935]: cluster 2023-12-06T04:16:34.423008+0000 mgr.smithi073.zlngfn (mgr.14182) 639 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:16:34.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:34 smithi110 bash[28336]: cluster 2023-12-06T04:16:34.423008+0000 mgr.smithi073.zlngfn (mgr.14182) 639 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:16:36.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:36 smithi110 bash[28336]: audit 2023-12-06T04:16:36.394095+0000 mon.smithi073 (mon.0) 801 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:16:36.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:36 smithi073 bash[24935]: audit 2023-12-06T04:16:36.394095+0000 mon.smithi073 (mon.0) 801 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:16:36.965 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:16:36.965 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:14:27.934945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hkcjfk on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:32.271180Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\nDeploy daemon haproxy.nfs.foo.smithi110.iujbta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.386068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vjmsna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\nDeploy daemon haproxy.nfs.foo.smithi073.vjmsna ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sjmwca on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:37.688 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:37 smithi073 bash[24935]: cluster 2023-12-06T04:16:36.423658+0000 mgr.smithi073.zlngfn (mgr.14182) 640 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:16:37.688 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:37 smithi073 bash[24935]: audit 2023-12-06T04:16:36.673536+0000 mon.smithi073 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:16:37.688 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:37 smithi073 bash[24935]: audit 2023-12-06T04:16:36.674577+0000 mon.smithi073 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:16:37.688 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:37 smithi073 bash[24935]: audit 2023-12-06T04:16:36.675360+0000 mon.smithi073 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:37 smithi073 bash[24935]: audit 2023-12-06T04:16:36.676152+0000 mon.smithi073 (mon.0) 805 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:37 smithi073 bash[24935]: audit 2023-12-06T04:16:36.681396+0000 mon.smithi073 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:37 smithi073 bash[24935]: audit 2023-12-06T04:16:36.699940+0000 mon.smithi073 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:37 smithi073 bash[24935]: audit 2023-12-06T04:16:36.701305+0000 mon.smithi073 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:37 smithi073 bash[24935]: audit 2023-12-06T04:16:36.702506+0000 mon.smithi073 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:37 smithi073 bash[24935]: audit 2023-12-06T04:16:36.703547+0000 mon.smithi073 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:37 smithi073 bash[24935]: audit 2023-12-06T04:16:36.708901+0000 mon.smithi073 (mon.0) 811 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:37 smithi073 bash[24935]: audit 2023-12-06T04:16:36.710134+0000 mon.smithi073 (mon.0) 812 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:37 smithi073 bash[24935]: audit 2023-12-06T04:16:36.710973+0000 mon.smithi073 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:37 smithi073 bash[24935]: audit 2023-12-06T04:16:36.716202+0000 mon.smithi073 (mon.0) 814 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:37 smithi073 bash[24935]: audit 2023-12-06T04:16:36.721937+0000 mon.smithi073 (mon.0) 815 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:16:37.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:37 smithi073 bash[24935]: audit 2023-12-06T04:16:36.731379+0000 mon.smithi073 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:16:37.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:16:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:37 smithi110 bash[28336]: cluster 2023-12-06T04:16:36.423658+0000 mgr.smithi073.zlngfn (mgr.14182) 640 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:16:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:37 smithi110 bash[28336]: audit 2023-12-06T04:16:36.673536+0000 mon.smithi073 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:16:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:37 smithi110 bash[28336]: audit 2023-12-06T04:16:36.674577+0000 mon.smithi073 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:16:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:37 smithi110 bash[28336]: audit 2023-12-06T04:16:36.675360+0000 mon.smithi073 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:16:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:37 smithi110 bash[28336]: audit 2023-12-06T04:16:36.676152+0000 mon.smithi073 (mon.0) 805 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:16:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:37 smithi110 bash[28336]: audit 2023-12-06T04:16:36.681396+0000 mon.smithi073 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:16:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:37 smithi110 bash[28336]: audit 2023-12-06T04:16:36.699940+0000 mon.smithi073 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:16:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:37 smithi110 bash[28336]: audit 2023-12-06T04:16:36.701305+0000 mon.smithi073 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:16:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:37 smithi110 bash[28336]: audit 2023-12-06T04:16:36.702506+0000 mon.smithi073 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:16:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:37 smithi110 bash[28336]: audit 2023-12-06T04:16:36.703547+0000 mon.smithi073 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:16:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:37 smithi110 bash[28336]: audit 2023-12-06T04:16:36.708901+0000 mon.smithi073 (mon.0) 811 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:16:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:37 smithi110 bash[28336]: audit 2023-12-06T04:16:36.710134+0000 mon.smithi073 (mon.0) 812 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:16:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:37 smithi110 bash[28336]: audit 2023-12-06T04:16:36.710973+0000 mon.smithi073 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:16:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:37 smithi110 bash[28336]: audit 2023-12-06T04:16:36.716202+0000 mon.smithi073 (mon.0) 814 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:16:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:37 smithi110 bash[28336]: audit 2023-12-06T04:16:36.721937+0000 mon.smithi073 (mon.0) 815 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:16:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:37 smithi110 bash[28336]: audit 2023-12-06T04:16:36.731379+0000 mon.smithi073 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:16:38.692 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:38.705 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:38 smithi073 bash[24935]: cephadm 2023-12-06T04:16:36.676786+0000 mgr.smithi073.zlngfn (mgr.14182) 641 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 1980M 2023-12-06T04:16:38.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:38 smithi073 bash[24935]: cephadm 2023-12-06T04:16:36.704328+0000 mgr.smithi073.zlngfn (mgr.14182) 642 : cephadm [INF] Adjusting osd_memory_target on smithi110 to 2748M 2023-12-06T04:16:38.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:38 smithi073 bash[24935]: cluster 2023-12-06T04:16:36.716876+0000 mgr.smithi073.zlngfn (mgr.14182) 643 : cluster [DBG] pgmap v455: 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 2023-12-06T04:16:38.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:38 smithi073 bash[24935]: cephadm 2023-12-06T04:16:36.734473+0000 mgr.smithi073.zlngfn (mgr.14182) 644 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.frdpab on smithi110 2023-12-06T04:16:38.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:38 smithi073 bash[24935]: audit 2023-12-06T04:16:36.959648+0000 mgr.smithi073.zlngfn (mgr.14182) 645 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:38.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:38 smithi073 bash[24935]: cluster 2023-12-06T04:16:37.714127+0000 mon.smithi073 (mon.0) 817 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:16:38.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:38 smithi073 bash[24935]: cluster 2023-12-06T04:16:37.714190+0000 mon.smithi073 (mon.0) 818 : cluster [INF] Cluster is now healthy 2023-12-06T04:16:38.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:38 smithi110 bash[28336]: cephadm 2023-12-06T04:16:36.676786+0000 mgr.smithi073.zlngfn (mgr.14182) 641 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 1980M 2023-12-06T04:16:38.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:38 smithi110 bash[28336]: cephadm 2023-12-06T04:16:36.704328+0000 mgr.smithi073.zlngfn (mgr.14182) 642 : cephadm [INF] Adjusting osd_memory_target on smithi110 to 2748M 2023-12-06T04:16:38.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:38 smithi110 bash[28336]: cluster 2023-12-06T04:16:36.716876+0000 mgr.smithi073.zlngfn (mgr.14182) 643 : cluster [DBG] pgmap v455: 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 2023-12-06T04:16:38.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:38 smithi110 bash[28336]: cephadm 2023-12-06T04:16:36.734473+0000 mgr.smithi073.zlngfn (mgr.14182) 644 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.frdpab on smithi110 2023-12-06T04:16:38.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:38 smithi110 bash[28336]: audit 2023-12-06T04:16:36.959648+0000 mgr.smithi073.zlngfn (mgr.14182) 645 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:38.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:38 smithi110 bash[28336]: cluster 2023-12-06T04:16:37.714127+0000 mon.smithi073 (mon.0) 817 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:16:38.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:38 smithi110 bash[28336]: cluster 2023-12-06T04:16:37.714190+0000 mon.smithi073 (mon.0) 818 : cluster [INF] Cluster is now healthy 2023-12-06T04:16:40.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:40 smithi110 bash[28336]: cluster 2023-12-06T04:16:38.717945+0000 mgr.smithi073.zlngfn (mgr.14182) 646 : cluster [DBG] pgmap v456: 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 2023-12-06T04:16:40.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:40 smithi073 bash[24935]: cluster 2023-12-06T04:16:38.717945+0000 mgr.smithi073.zlngfn (mgr.14182) 646 : cluster [DBG] pgmap v456: 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 2023-12-06T04:16:41.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:41 smithi110 bash[28336]: audit 2023-12-06T04:16:40.928250+0000 mon.smithi073 (mon.0) 819 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.frdpab"}]: dispatch 2023-12-06T04:16:41.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:41 smithi073 bash[24935]: audit 2023-12-06T04:16:40.928250+0000 mon.smithi073 (mon.0) 819 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.frdpab"}]: dispatch 2023-12-06T04:16:41.906 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:16:41.906 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:15:32.271180Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.iujbta on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-iujbta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.iujbta\nDeploy daemon haproxy.nfs.foo.smithi110.iujbta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.386068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vjmsna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vjmsna\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vjmsna\nDeploy daemon haproxy.nfs.foo.smithi073.vjmsna ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:15:36.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sjmwca on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:40.929372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\nDeploy daemon haproxy.nfs.foo.smithi110.frdpab ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:42.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:16:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: cluster 2023-12-06T04:16:40.718640+0000 mgr.smithi073.zlngfn (mgr.14182) 647 : cluster [DBG] pgmap v457: 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 2023-12-06T04:16:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: cephadm 2023-12-06T04:16:40.927543+0000 mgr.smithi073.zlngfn (mgr.14182) 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab 2023-12-06T04:16:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:16:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab 2023-12-06T04:16:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab 2023-12-06T04:16:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:16:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab 2023-12-06T04:16:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.frdpab ... 2023-12-06T04:16:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:16:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:16:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:16:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:16:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:16:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:16:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:16:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:16:42.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab 2023-12-06T04:16:42.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:16:42.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab 2023-12-06T04:16:42.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab 2023-12-06T04:16:42.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:16:42.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab 2023-12-06T04:16:42.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.frdpab ... 2023-12-06T04:16:42.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:42.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:16:42.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:16:42.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:16:42.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:42.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: cephadm 2023-12-06T04:16:40.927822+0000 mgr.smithi073.zlngfn (mgr.14182) 649 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.frdpab 2023-12-06T04:16:42.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: cephadm 2023-12-06T04:16:40.929591+0000 mgr.smithi073.zlngfn (mgr.14182) 650 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab 2023-12-06T04:16:42.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:16:42.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab 2023-12-06T04:16:42.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab 2023-12-06T04:16:42.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:16:42.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab 2023-12-06T04:16:42.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.frdpab ... 2023-12-06T04:16:42.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:42.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:16:42.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:16:42.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:16:42.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:42.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: cephadm 2023-12-06T04:16:40.933790+0000 mgr.smithi073.zlngfn (mgr.14182) 651 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.badklo on smithi073 2023-12-06T04:16:42.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:42 smithi073 bash[24935]: audit 2023-12-06T04:16:41.899046+0000 mgr.smithi073.zlngfn (mgr.14182) 652 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:42.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: cluster 2023-12-06T04:16:40.718640+0000 mgr.smithi073.zlngfn (mgr.14182) 647 : cluster [DBG] pgmap v457: 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 2023-12-06T04:16:42.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: cephadm 2023-12-06T04:16:40.927543+0000 mgr.smithi073.zlngfn (mgr.14182) 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab 2023-12-06T04:16:42.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:16:42.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab 2023-12-06T04:16:42.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab 2023-12-06T04:16:42.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:16:42.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab 2023-12-06T04:16:42.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.frdpab ... 2023-12-06T04:16:42.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:42.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:16:42.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:16:42.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:16:42.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:42.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:16:42.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:16:42.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:16:42.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:16:42.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:16:42.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab 2023-12-06T04:16:42.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:16:42.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab 2023-12-06T04:16:42.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab 2023-12-06T04:16:42.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:16:42.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab 2023-12-06T04:16:42.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.frdpab ... 2023-12-06T04:16:42.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:42.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:16:42.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:16:42.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:16:42.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:42.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: cephadm 2023-12-06T04:16:40.927822+0000 mgr.smithi073.zlngfn (mgr.14182) 649 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.frdpab 2023-12-06T04:16:42.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: cephadm 2023-12-06T04:16:40.929591+0000 mgr.smithi073.zlngfn (mgr.14182) 650 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab 2023-12-06T04:16:42.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:16:42.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab 2023-12-06T04:16:42.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab 2023-12-06T04:16:42.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:16:42.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab 2023-12-06T04:16:42.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.frdpab ... 2023-12-06T04:16:42.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:42.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:16:42.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:16:42.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:16:42.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:42.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: cephadm 2023-12-06T04:16:40.933790+0000 mgr.smithi073.zlngfn (mgr.14182) 651 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.badklo on smithi073 2023-12-06T04:16:42.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:42 smithi110 bash[28336]: audit 2023-12-06T04:16:41.899046+0000 mgr.smithi073.zlngfn (mgr.14182) 652 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:43.670 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:44.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:44 smithi073 bash[24935]: cluster 2023-12-06T04:16:42.719436+0000 mgr.smithi073.zlngfn (mgr.14182) 653 : cluster [DBG] pgmap v458: 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 2023-12-06T04:16:44.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:44 smithi073 bash[24935]: audit 2023-12-06T04:16:43.229135+0000 mon.smithi073 (mon.0) 820 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:16:44.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:44 smithi110 bash[28336]: cluster 2023-12-06T04:16:42.719436+0000 mgr.smithi073.zlngfn (mgr.14182) 653 : cluster [DBG] pgmap v458: 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 2023-12-06T04:16:44.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:44 smithi110 bash[28336]: audit 2023-12-06T04:16:43.229135+0000 mon.smithi073 (mon.0) 820 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:16:45.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:45 smithi073 bash[24935]: audit 2023-12-06T04:16:44.803308+0000 mon.smithi073 (mon.0) 821 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.badklo"}]: dispatch 2023-12-06T04:16:45.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:45 smithi073 bash[24935]: audit 2023-12-06T04:16:45.063333+0000 mon.smithi073 (mon.0) 822 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:16:45.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:45 smithi110 bash[28336]: audit 2023-12-06T04:16:44.803308+0000 mon.smithi073 (mon.0) 821 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.badklo"}]: dispatch 2023-12-06T04:16:45.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:45 smithi110 bash[28336]: audit 2023-12-06T04:16:45.063333+0000 mon.smithi073 (mon.0) 822 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:16:46.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: cluster 2023-12-06T04:16:44.720096+0000 mgr.smithi073.zlngfn (mgr.14182) 654 : cluster [DBG] pgmap v459: 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 2023-12-06T04:16:46.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: cephadm 2023-12-06T04:16:44.802555+0000 mgr.smithi073.zlngfn (mgr.14182) 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo 2023-12-06T04:16:46.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:16:46.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo 2023-12-06T04:16:46.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo 2023-12-06T04:16:46.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:16:46.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo 2023-12-06T04:16:46.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.badklo ... 2023-12-06T04:16:46.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:46.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:16:46.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:16:46.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:16:46.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:46.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:16:46.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:16:46.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:16:46.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:16:46.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:16:46.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo 2023-12-06T04:16:46.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:16:46.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo 2023-12-06T04:16:46.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo 2023-12-06T04:16:46.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:16:46.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo 2023-12-06T04:16:46.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.badklo ... 2023-12-06T04:16:46.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:46.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:16:46.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:16:46.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:16:46.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:46.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: cephadm 2023-12-06T04:16:44.802829+0000 mgr.smithi073.zlngfn (mgr.14182) 656 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.badklo 2023-12-06T04:16:46.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: cephadm 2023-12-06T04:16:44.804550+0000 mgr.smithi073.zlngfn (mgr.14182) 657 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.badklo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo 2023-12-06T04:16:46.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:16:46.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo 2023-12-06T04:16:46.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo 2023-12-06T04:16:46.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:16:46.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo 2023-12-06T04:16:46.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.badklo ... 2023-12-06T04:16:46.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:46.567 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:16:46.567 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:16:46.567 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:16:46.567 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:46.567 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: cephadm 2023-12-06T04:16:44.809317+0000 mgr.smithi073.zlngfn (mgr.14182) 658 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.voiwkw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:16:46.567 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: cephadm 2023-12-06T04:16:44.812407+0000 mgr.smithi073.zlngfn (mgr.14182) 659 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:16:46.567 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: cluster 2023-12-06T04:16:44.813336+0000 mgr.smithi073.zlngfn (mgr.14182) 660 : cluster [DBG] pgmap v460: 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 2023-12-06T04:16:46.567 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:46 smithi073 bash[24935]: cluster 2023-12-06T04:16:45.230058+0000 mon.smithi073 (mon.0) 823 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:16:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: cluster 2023-12-06T04:16:44.720096+0000 mgr.smithi073.zlngfn (mgr.14182) 654 : cluster [DBG] pgmap v459: 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 2023-12-06T04:16:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: cephadm 2023-12-06T04:16:44.802555+0000 mgr.smithi073.zlngfn (mgr.14182) 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo 2023-12-06T04:16:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:16:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo 2023-12-06T04:16:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo 2023-12-06T04:16:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:16:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo 2023-12-06T04:16:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.badklo ... 2023-12-06T04:16:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:16:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:16:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:16:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:16:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:16:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:16:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:16:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:16:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo 2023-12-06T04:16:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:16:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo 2023-12-06T04:16:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo 2023-12-06T04:16:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:16:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo 2023-12-06T04:16:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.badklo ... 2023-12-06T04:16:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:16:46.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:16:46.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:16:46.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:46.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: cephadm 2023-12-06T04:16:44.802829+0000 mgr.smithi073.zlngfn (mgr.14182) 656 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.badklo 2023-12-06T04:16:46.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: cephadm 2023-12-06T04:16:44.804550+0000 mgr.smithi073.zlngfn (mgr.14182) 657 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.badklo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo 2023-12-06T04:16:46.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:16:46.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo 2023-12-06T04:16:46.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo 2023-12-06T04:16:46.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:16:46.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo 2023-12-06T04:16:46.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.badklo ... 2023-12-06T04:16:46.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:46.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:16:46.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:16:46.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:16:46.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:46.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: cephadm 2023-12-06T04:16:44.809317+0000 mgr.smithi073.zlngfn (mgr.14182) 658 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.voiwkw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:16:46.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: cephadm 2023-12-06T04:16:44.812407+0000 mgr.smithi073.zlngfn (mgr.14182) 659 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:16:46.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: cluster 2023-12-06T04:16:44.813336+0000 mgr.smithi073.zlngfn (mgr.14182) 660 : cluster [DBG] pgmap v460: 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 2023-12-06T04:16:46.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:46 smithi110 bash[28336]: cluster 2023-12-06T04:16:45.230058+0000 mon.smithi073 (mon.0) 823 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:16:47.012 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:16:47.013 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:40.929372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\nDeploy daemon haproxy.nfs.foo.smithi110.frdpab ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.804251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.badklo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\nDeploy daemon haproxy.nfs.foo.smithi073.badklo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.809105Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.voiwkw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:47.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:16:48.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:48 smithi073 bash[24935]: cluster 2023-12-06T04:16:46.814004+0000 mgr.smithi073.zlngfn (mgr.14182) 661 : cluster [DBG] pgmap v461: 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 2023-12-06T04:16:48.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:48 smithi073 bash[24935]: audit 2023-12-06T04:16:47.002236+0000 mgr.smithi073.zlngfn (mgr.14182) 662 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:48.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:48 smithi110 bash[28336]: cluster 2023-12-06T04:16:46.814004+0000 mgr.smithi073.zlngfn (mgr.14182) 661 : cluster [DBG] pgmap v461: 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 2023-12-06T04:16:48.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:48 smithi110 bash[28336]: audit 2023-12-06T04:16:47.002236+0000 mgr.smithi073.zlngfn (mgr.14182) 662 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:48.795 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:50.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:50 smithi073 bash[24935]: cluster 2023-12-06T04:16:48.814939+0000 mgr.smithi073.zlngfn (mgr.14182) 663 : cluster [DBG] pgmap v462: 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 2023-12-06T04:16:50.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:50 smithi110 bash[28336]: cluster 2023-12-06T04:16:48.814939+0000 mgr.smithi073.zlngfn (mgr.14182) 663 : cluster [DBG] pgmap v462: 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 2023-12-06T04:16:51.887 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:16:51.887 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:40.929372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\nDeploy daemon haproxy.nfs.foo.smithi110.frdpab ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.804251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.badklo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\nDeploy daemon haproxy.nfs.foo.smithi073.badklo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.809105Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.voiwkw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:52.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:52 smithi073 bash[24935]: cluster 2023-12-06T04:16:50.815980+0000 mgr.smithi073.zlngfn (mgr.14182) 664 : cluster [DBG] pgmap v463: 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 2023-12-06T04:16:52.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:16:52.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:52 smithi110 bash[28336]: cluster 2023-12-06T04:16:50.815980+0000 mgr.smithi073.zlngfn (mgr.14182) 664 : cluster [DBG] pgmap v463: 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 2023-12-06T04:16:53.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:53 smithi073 bash[24935]: audit 2023-12-06T04:16:51.875433+0000 mgr.smithi073.zlngfn (mgr.14182) 665 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:53.605 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:53.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:53 smithi110 bash[28336]: audit 2023-12-06T04:16:51.875433+0000 mgr.smithi073.zlngfn (mgr.14182) 665 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:54.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:54 smithi073 bash[24935]: cluster 2023-12-06T04:16:52.817192+0000 mgr.smithi073.zlngfn (mgr.14182) 666 : cluster [DBG] pgmap v464: 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 2023-12-06T04:16:54.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:54 smithi110 bash[28336]: cluster 2023-12-06T04:16:52.817192+0000 mgr.smithi073.zlngfn (mgr.14182) 666 : cluster [DBG] pgmap v464: 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 2023-12-06T04:16:56.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:56 smithi073 bash[24935]: cluster 2023-12-06T04:16:54.818800+0000 mgr.smithi073.zlngfn (mgr.14182) 667 : cluster [DBG] pgmap v465: 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 2023-12-06T04:16:56.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:56 smithi110 bash[28336]: cluster 2023-12-06T04:16:54.818800+0000 mgr.smithi073.zlngfn (mgr.14182) 667 : cluster [DBG] pgmap v465: 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 2023-12-06T04:16:56.731 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:16:56.731 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:40.929372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\nDeploy daemon haproxy.nfs.foo.smithi110.frdpab ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.804251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.badklo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\nDeploy daemon haproxy.nfs.foo.smithi073.badklo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.809105Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.voiwkw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:57.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:16:58.462 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:58.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:58 smithi073 bash[24935]: audit 2023-12-06T04:16:56.726048+0000 mgr.smithi073.zlngfn (mgr.14182) 668 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:58.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:58 smithi073 bash[24935]: cluster 2023-12-06T04:16:56.819336+0000 mgr.smithi073.zlngfn (mgr.14182) 669 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:16:58.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:16:58 smithi073 bash[24935]: audit 2023-12-06T04:16:58.227766+0000 mon.smithi073 (mon.0) 824 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:16:58.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:58 smithi110 bash[28336]: audit 2023-12-06T04:16:56.726048+0000 mgr.smithi073.zlngfn (mgr.14182) 668 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:58.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:58 smithi110 bash[28336]: cluster 2023-12-06T04:16:56.819336+0000 mgr.smithi073.zlngfn (mgr.14182) 669 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:16:58.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:16:58 smithi110 bash[28336]: audit 2023-12-06T04:16:58.227766+0000 mon.smithi073 (mon.0) 824 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:17:00.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:00 smithi073 bash[24935]: cluster 2023-12-06T04:16:58.820362+0000 mgr.smithi073.zlngfn (mgr.14182) 670 : cluster [DBG] pgmap v467: 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 2023-12-06T04:17:00.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:00 smithi110 bash[28336]: cluster 2023-12-06T04:16:58.820362+0000 mgr.smithi073.zlngfn (mgr.14182) 670 : cluster [DBG] pgmap v467: 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 2023-12-06T04:17:01.727 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:17:01.727 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:40.929372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\nDeploy daemon haproxy.nfs.foo.smithi110.frdpab ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.804251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.badklo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\nDeploy daemon haproxy.nfs.foo.smithi073.badklo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.809105Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.voiwkw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:02.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:17:02.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:02 smithi073 bash[24935]: cluster 2023-12-06T04:17:00.821473+0000 mgr.smithi073.zlngfn (mgr.14182) 671 : 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 2023-12-06T04:17:02.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:02 smithi110 bash[28336]: cluster 2023-12-06T04:17:00.821473+0000 mgr.smithi073.zlngfn (mgr.14182) 671 : 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 2023-12-06T04:17:03.462 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:03.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:03 smithi073 bash[24935]: audit 2023-12-06T04:17:01.717269+0000 mgr.smithi073.zlngfn (mgr.14182) 672 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:03.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:03 smithi110 bash[28336]: audit 2023-12-06T04:17:01.717269+0000 mgr.smithi073.zlngfn (mgr.14182) 672 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:04.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:04 smithi073 bash[24935]: cluster 2023-12-06T04:17:02.822698+0000 mgr.smithi073.zlngfn (mgr.14182) 673 : 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 2023-12-06T04:17:04.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:04 smithi110 bash[28336]: cluster 2023-12-06T04:17:02.822698+0000 mgr.smithi073.zlngfn (mgr.14182) 673 : 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 2023-12-06T04:17:06.539 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:17:06.539 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:40.929372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\nDeploy daemon haproxy.nfs.foo.smithi110.frdpab ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.804251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.badklo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\nDeploy daemon haproxy.nfs.foo.smithi073.badklo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.809105Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.voiwkw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:06.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:06 smithi073 bash[24935]: cluster 2023-12-06T04:17:04.824085+0000 mgr.smithi073.zlngfn (mgr.14182) 674 : 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 2023-12-06T04:17:06.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:06 smithi110 bash[28336]: cluster 2023-12-06T04:17:04.824085+0000 mgr.smithi073.zlngfn (mgr.14182) 674 : 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 2023-12-06T04:17:07.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:17:08.285 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:08.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:08 smithi073 bash[24935]: audit 2023-12-06T04:17:06.533596+0000 mgr.smithi073.zlngfn (mgr.14182) 675 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:08.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:08 smithi073 bash[24935]: cluster 2023-12-06T04:17:06.824955+0000 mgr.smithi073.zlngfn (mgr.14182) 676 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:17:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:08 smithi110 bash[28336]: audit 2023-12-06T04:17:06.533596+0000 mgr.smithi073.zlngfn (mgr.14182) 675 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:08 smithi110 bash[28336]: cluster 2023-12-06T04:17:06.824955+0000 mgr.smithi073.zlngfn (mgr.14182) 676 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:17:10.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:10 smithi073 bash[24935]: cluster 2023-12-06T04:17:08.826314+0000 mgr.smithi073.zlngfn (mgr.14182) 677 : cluster [DBG] pgmap v472: 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 2023-12-06T04:17:10.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:10 smithi110 bash[28336]: cluster 2023-12-06T04:17:08.826314+0000 mgr.smithi073.zlngfn (mgr.14182) 677 : cluster [DBG] pgmap v472: 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 2023-12-06T04:17:11.254 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:17:11.254 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:40.929372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\nDeploy daemon haproxy.nfs.foo.smithi110.frdpab ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.804251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.badklo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\nDeploy daemon haproxy.nfs.foo.smithi073.badklo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.809105Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.voiwkw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:11.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:17:12.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:12 smithi110 bash[28336]: cluster 2023-12-06T04:17:10.827414+0000 mgr.smithi073.zlngfn (mgr.14182) 678 : 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 2023-12-06T04:17:12.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:12 smithi110 bash[28336]: audit 2023-12-06T04:17:11.248248+0000 mgr.smithi073.zlngfn (mgr.14182) 679 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:12.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:12 smithi073 bash[24935]: cluster 2023-12-06T04:17:10.827414+0000 mgr.smithi073.zlngfn (mgr.14182) 678 : 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 2023-12-06T04:17:12.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:12 smithi073 bash[24935]: audit 2023-12-06T04:17:11.248248+0000 mgr.smithi073.zlngfn (mgr.14182) 679 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:12.982 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:14.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:14 smithi110 bash[28336]: cluster 2023-12-06T04:17:12.828622+0000 mgr.smithi073.zlngfn (mgr.14182) 680 : 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 2023-12-06T04:17:14.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:14 smithi073 bash[24935]: cluster 2023-12-06T04:17:12.828622+0000 mgr.smithi073.zlngfn (mgr.14182) 680 : 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 2023-12-06T04:17:16.208 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:17:16.208 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:40.929372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\nDeploy daemon haproxy.nfs.foo.smithi110.frdpab ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.804251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.badklo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\nDeploy daemon haproxy.nfs.foo.smithi073.badklo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.809105Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.voiwkw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:16.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:16 smithi073 bash[24935]: cluster 2023-12-06T04:17:14.830094+0000 mgr.smithi073.zlngfn (mgr.14182) 681 : 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 2023-12-06T04:17:16.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:16 smithi110 bash[28336]: cluster 2023-12-06T04:17:14.830094+0000 mgr.smithi073.zlngfn (mgr.14182) 681 : 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 2023-12-06T04:17:16.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:17:17.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:17 smithi110 bash[28336]: audit 2023-12-06T04:17:16.197493+0000 mgr.smithi073.zlngfn (mgr.14182) 682 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:17.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:17 smithi073 bash[24935]: audit 2023-12-06T04:17:16.197493+0000 mgr.smithi073.zlngfn (mgr.14182) 682 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:17.994 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:18.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:18 smithi073 bash[24935]: cluster 2023-12-06T04:17:16.830962+0000 mgr.smithi073.zlngfn (mgr.14182) 683 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:17:18.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:18 smithi110 bash[28336]: cluster 2023-12-06T04:17:16.830962+0000 mgr.smithi073.zlngfn (mgr.14182) 683 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:17:20.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:20 smithi073 bash[24935]: cluster 2023-12-06T04:17:18.832304+0000 mgr.smithi073.zlngfn (mgr.14182) 684 : cluster [DBG] pgmap v477: 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 2023-12-06T04:17:20.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:20 smithi110 bash[28336]: cluster 2023-12-06T04:17:18.832304+0000 mgr.smithi073.zlngfn (mgr.14182) 684 : cluster [DBG] pgmap v477: 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 2023-12-06T04:17:21.251 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:17:21.251 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:40.929372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\nDeploy daemon haproxy.nfs.foo.smithi110.frdpab ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.804251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.badklo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\nDeploy daemon haproxy.nfs.foo.smithi073.badklo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.809105Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.voiwkw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:21.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:17:22.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:22 smithi110 bash[28336]: cluster 2023-12-06T04:17:20.833330+0000 mgr.smithi073.zlngfn (mgr.14182) 685 : 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 2023-12-06T04:17:22.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:22 smithi110 bash[28336]: audit 2023-12-06T04:17:21.242004+0000 mgr.smithi073.zlngfn (mgr.14182) 686 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:22.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:22 smithi073 bash[24935]: cluster 2023-12-06T04:17:20.833330+0000 mgr.smithi073.zlngfn (mgr.14182) 685 : 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 2023-12-06T04:17:22.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:22 smithi073 bash[24935]: audit 2023-12-06T04:17:21.242004+0000 mgr.smithi073.zlngfn (mgr.14182) 686 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:22.971 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:24.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:24 smithi110 bash[28336]: cluster 2023-12-06T04:17:22.834419+0000 mgr.smithi073.zlngfn (mgr.14182) 687 : 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 2023-12-06T04:17:24.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:24 smithi073 bash[24935]: cluster 2023-12-06T04:17:22.834419+0000 mgr.smithi073.zlngfn (mgr.14182) 687 : 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 2023-12-06T04:17:26.183 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:17:26.183 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:40.929372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\nDeploy daemon haproxy.nfs.foo.smithi110.frdpab ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.804251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.badklo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\nDeploy daemon haproxy.nfs.foo.smithi073.badklo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.809105Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.voiwkw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:26.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:26 smithi073 bash[24935]: cluster 2023-12-06T04:17:24.835790+0000 mgr.smithi073.zlngfn (mgr.14182) 688 : 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 2023-12-06T04:17:26.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:26 smithi110 bash[28336]: cluster 2023-12-06T04:17:24.835790+0000 mgr.smithi073.zlngfn (mgr.14182) 688 : 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 2023-12-06T04:17:26.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:17:27.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:27 smithi110 bash[28336]: audit 2023-12-06T04:17:26.172799+0000 mgr.smithi073.zlngfn (mgr.14182) 689 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:27.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:27 smithi073 bash[24935]: audit 2023-12-06T04:17:26.172799+0000 mgr.smithi073.zlngfn (mgr.14182) 689 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:27.931 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:28.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:28 smithi110 bash[28336]: cluster 2023-12-06T04:17:26.836692+0000 mgr.smithi073.zlngfn (mgr.14182) 690 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:17:28.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:28 smithi073 bash[24935]: cluster 2023-12-06T04:17:26.836692+0000 mgr.smithi073.zlngfn (mgr.14182) 690 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:17:30.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:30 smithi073 bash[24935]: cluster 2023-12-06T04:17:28.838106+0000 mgr.smithi073.zlngfn (mgr.14182) 691 : cluster [DBG] pgmap v482: 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 2023-12-06T04:17:30.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:30 smithi110 bash[28336]: cluster 2023-12-06T04:17:28.838106+0000 mgr.smithi073.zlngfn (mgr.14182) 691 : cluster [DBG] pgmap v482: 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 2023-12-06T04:17:31.129 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:17:31.130 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:40.929372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\nDeploy daemon haproxy.nfs.foo.smithi110.frdpab ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.804251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.badklo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\nDeploy daemon haproxy.nfs.foo.smithi073.badklo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.809105Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.voiwkw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:31.791 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:17:32.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:32 smithi110 bash[28336]: cluster 2023-12-06T04:17:30.839054+0000 mgr.smithi073.zlngfn (mgr.14182) 692 : 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 2023-12-06T04:17:32.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:32 smithi110 bash[28336]: audit 2023-12-06T04:17:31.120532+0000 mgr.smithi073.zlngfn (mgr.14182) 693 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:32.792 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:32.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:32 smithi073 bash[24935]: cluster 2023-12-06T04:17:30.839054+0000 mgr.smithi073.zlngfn (mgr.14182) 692 : 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 2023-12-06T04:17:32.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:32 smithi073 bash[24935]: audit 2023-12-06T04:17:31.120532+0000 mgr.smithi073.zlngfn (mgr.14182) 693 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:34.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:34 smithi110 bash[28336]: cluster 2023-12-06T04:17:32.840155+0000 mgr.smithi073.zlngfn (mgr.14182) 694 : 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 2023-12-06T04:17:34.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:34 smithi073 bash[24935]: cluster 2023-12-06T04:17:32.840155+0000 mgr.smithi073.zlngfn (mgr.14182) 694 : 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 2023-12-06T04:17:35.803 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:17:35.803 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:40.929372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\nDeploy daemon haproxy.nfs.foo.smithi110.frdpab ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.804251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.badklo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\nDeploy daemon haproxy.nfs.foo.smithi073.badklo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.809105Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.voiwkw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:36.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:17:36.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:36 smithi110 bash[28336]: cluster 2023-12-06T04:17:34.841621+0000 mgr.smithi073.zlngfn (mgr.14182) 695 : 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 2023-12-06T04:17:36.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:36 smithi073 bash[24935]: cluster 2023-12-06T04:17:34.841621+0000 mgr.smithi073.zlngfn (mgr.14182) 695 : 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 2023-12-06T04:17:37.578 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:37 smithi110 bash[28336]: audit 2023-12-06T04:17:35.791887+0000 mgr.smithi073.zlngfn (mgr.14182) 696 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:37.778 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:37 smithi073 bash[24935]: audit 2023-12-06T04:17:35.791887+0000 mgr.smithi073.zlngfn (mgr.14182) 696 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:38.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:38 smithi110 bash[28336]: cluster 2023-12-06T04:17:36.842538+0000 mgr.smithi073.zlngfn (mgr.14182) 697 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:17:38.807 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:38 smithi073 bash[24935]: cluster 2023-12-06T04:17:36.842538+0000 mgr.smithi073.zlngfn (mgr.14182) 697 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:17:40.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:40 smithi110 bash[28336]: cluster 2023-12-06T04:17:38.843906+0000 mgr.smithi073.zlngfn (mgr.14182) 698 : cluster [DBG] pgmap v487: 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 2023-12-06T04:17:40.817 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:17:40.817 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:40.929372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\nDeploy daemon haproxy.nfs.foo.smithi110.frdpab ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.804251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.badklo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\nDeploy daemon haproxy.nfs.foo.smithi073.badklo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.809105Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.voiwkw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:40.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:40 smithi073 bash[24935]: cluster 2023-12-06T04:17:38.843906+0000 mgr.smithi073.zlngfn (mgr.14182) 698 : cluster [DBG] pgmap v487: 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 2023-12-06T04:17:41.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:17:42.595 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:42.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:42 smithi110 bash[28336]: audit 2023-12-06T04:17:40.805482+0000 mgr.smithi073.zlngfn (mgr.14182) 699 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:42.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:42 smithi110 bash[28336]: cluster 2023-12-06T04:17:40.844858+0000 mgr.smithi073.zlngfn (mgr.14182) 700 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:17:42.795 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:42 smithi073 bash[24935]: audit 2023-12-06T04:17:40.805482+0000 mgr.smithi073.zlngfn (mgr.14182) 699 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:42.795 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:42 smithi073 bash[24935]: cluster 2023-12-06T04:17:40.844858+0000 mgr.smithi073.zlngfn (mgr.14182) 700 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:17:44.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:44 smithi110 bash[28336]: cluster 2023-12-06T04:17:42.845965+0000 mgr.smithi073.zlngfn (mgr.14182) 701 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:17:44.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:44 smithi073 bash[24935]: cluster 2023-12-06T04:17:42.845965+0000 mgr.smithi073.zlngfn (mgr.14182) 701 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:17:45.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:45 smithi110 bash[28336]: audit 2023-12-06T04:17:44.816033+0000 mon.smithi073 (mon.0) 825 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:17:45.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:45 smithi110 bash[28336]: audit 2023-12-06T04:17:45.120429+0000 mon.smithi073 (mon.0) 826 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:17:45.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:45 smithi110 bash[28336]: audit 2023-12-06T04:17:45.121770+0000 mon.smithi073 (mon.0) 827 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:17:45.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:45 smithi110 bash[28336]: audit 2023-12-06T04:17:45.129274+0000 mon.smithi073 (mon.0) 828 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:17:45.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:45 smithi110 bash[28336]: audit 2023-12-06T04:17:45.135646+0000 mon.smithi073 (mon.0) 829 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:17:45.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:45 smithi110 bash[28336]: audit 2023-12-06T04:17:45.148321+0000 mon.smithi073 (mon.0) 830 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:17:45.798 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:17:45.798 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:15:36.390221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.ghjomx on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:40.929372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\nDeploy daemon haproxy.nfs.foo.smithi110.frdpab ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.804251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.badklo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\nDeploy daemon haproxy.nfs.foo.smithi073.badklo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.809105Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.voiwkw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:45.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:45 smithi073 bash[24935]: audit 2023-12-06T04:17:44.816033+0000 mon.smithi073 (mon.0) 825 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:17:45.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:45 smithi073 bash[24935]: audit 2023-12-06T04:17:45.120429+0000 mon.smithi073 (mon.0) 826 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:17:45.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:45 smithi073 bash[24935]: audit 2023-12-06T04:17:45.121770+0000 mon.smithi073 (mon.0) 827 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:17:45.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:45 smithi073 bash[24935]: audit 2023-12-06T04:17:45.129274+0000 mon.smithi073 (mon.0) 828 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:17:45.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:45 smithi073 bash[24935]: audit 2023-12-06T04:17:45.135646+0000 mon.smithi073 (mon.0) 829 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:17:45.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:45 smithi073 bash[24935]: audit 2023-12-06T04:17:45.148321+0000 mon.smithi073 (mon.0) 830 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:17:46.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:17:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:46 smithi110 bash[28336]: cluster 2023-12-06T04:17:44.847378+0000 mgr.smithi073.zlngfn (mgr.14182) 702 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:17:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:46 smithi110 bash[28336]: cluster 2023-12-06T04:17:45.129846+0000 mgr.smithi073.zlngfn (mgr.14182) 703 : cluster [DBG] pgmap v491: 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 2023-12-06T04:17:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:46 smithi110 bash[28336]: cephadm 2023-12-06T04:17:45.152463+0000 mgr.smithi073.zlngfn (mgr.14182) 704 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.flhpuw on smithi110 2023-12-06T04:17:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:46 smithi110 bash[28336]: cluster 2023-12-06T04:17:45.440033+0000 mon.smithi073 (mon.0) 831 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:17:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:46 smithi110 bash[28336]: cluster 2023-12-06T04:17:45.440094+0000 mon.smithi073 (mon.0) 832 : cluster [INF] Cluster is now healthy 2023-12-06T04:17:46.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:46 smithi073 bash[24935]: cluster 2023-12-06T04:17:44.847378+0000 mgr.smithi073.zlngfn (mgr.14182) 702 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:17:46.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:46 smithi073 bash[24935]: cluster 2023-12-06T04:17:45.129846+0000 mgr.smithi073.zlngfn (mgr.14182) 703 : cluster [DBG] pgmap v491: 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 2023-12-06T04:17:46.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:46 smithi073 bash[24935]: cephadm 2023-12-06T04:17:45.152463+0000 mgr.smithi073.zlngfn (mgr.14182) 704 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.flhpuw on smithi110 2023-12-06T04:17:46.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:46 smithi073 bash[24935]: cluster 2023-12-06T04:17:45.440033+0000 mon.smithi073 (mon.0) 831 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:17:46.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:46 smithi073 bash[24935]: cluster 2023-12-06T04:17:45.440094+0000 mon.smithi073 (mon.0) 832 : cluster [INF] Cluster is now healthy 2023-12-06T04:17:47.567 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:47.765 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:47 smithi073 bash[24935]: audit 2023-12-06T04:17:45.785503+0000 mgr.smithi073.zlngfn (mgr.14182) 705 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:47.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:47 smithi110 bash[28336]: audit 2023-12-06T04:17:45.785503+0000 mgr.smithi073.zlngfn (mgr.14182) 705 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:48.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:48 smithi073 bash[24935]: cluster 2023-12-06T04:17:47.130561+0000 mgr.smithi073.zlngfn (mgr.14182) 706 : cluster [DBG] pgmap v492: 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 2023-12-06T04:17:48.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:48 smithi110 bash[28336]: cluster 2023-12-06T04:17:47.130561+0000 mgr.smithi073.zlngfn (mgr.14182) 706 : cluster [DBG] pgmap v492: 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 2023-12-06T04:17:49.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:49 smithi073 bash[24935]: audit 2023-12-06T04:17:49.104718+0000 mon.smithi073 (mon.0) 833 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.flhpuw"}]: dispatch 2023-12-06T04:17:49.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:49 smithi110 bash[28336]: audit 2023-12-06T04:17:49.104718+0000 mon.smithi073 (mon.0) 833 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.flhpuw"}]: dispatch 2023-12-06T04:17:50.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: cephadm 2023-12-06T04:17:49.103463+0000 mgr.smithi073.zlngfn (mgr.14182) 707 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw 2023-12-06T04:17:50.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:17:50.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw 2023-12-06T04:17:50.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw 2023-12-06T04:17:50.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:17:50.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw 2023-12-06T04:17:50.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.flhpuw ... 2023-12-06T04:17:50.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:50.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:17:50.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:17:50.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:17:50.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:50.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:17:50.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:17:50.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:17:50.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:17:50.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:17:50.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw 2023-12-06T04:17:50.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:17:50.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw 2023-12-06T04:17:50.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw 2023-12-06T04:17:50.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:17:50.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw 2023-12-06T04:17:50.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.flhpuw ... 2023-12-06T04:17:50.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:50.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:17:50.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:17:50.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:17:50.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:50.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: cephadm 2023-12-06T04:17:49.104101+0000 mgr.smithi073.zlngfn (mgr.14182) 708 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.flhpuw 2023-12-06T04:17:50.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: cephadm 2023-12-06T04:17:49.106139+0000 mgr.smithi073.zlngfn (mgr.14182) 709 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw 2023-12-06T04:17:50.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:17:50.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw 2023-12-06T04:17:50.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw 2023-12-06T04:17:50.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:17:50.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw 2023-12-06T04:17:50.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.flhpuw ... 2023-12-06T04:17:50.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:50.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:17:50.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:17:50.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:17:50.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:50.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: cephadm 2023-12-06T04:17:49.111088+0000 mgr.smithi073.zlngfn (mgr.14182) 710 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.qqwqmp on smithi073 2023-12-06T04:17:50.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:50 smithi073 bash[24935]: cluster 2023-12-06T04:17:49.131245+0000 mgr.smithi073.zlngfn (mgr.14182) 711 : cluster [DBG] pgmap v493: 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 2023-12-06T04:17:50.928 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:17:50.928 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:40.929372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.frdpab on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-frdpab\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.frdpab\nDeploy daemon haproxy.nfs.foo.smithi110.frdpab ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.804251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.badklo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-badklo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.badklo\nDeploy daemon haproxy.nfs.foo.smithi073.badklo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:16:44.809105Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.voiwkw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:49.105916Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\nDeploy daemon haproxy.nfs.foo.smithi110.flhpuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:50.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: cephadm 2023-12-06T04:17:49.103463+0000 mgr.smithi073.zlngfn (mgr.14182) 707 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw 2023-12-06T04:17:50.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:17:50.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw 2023-12-06T04:17:50.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw 2023-12-06T04:17:50.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:17:50.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw 2023-12-06T04:17:50.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.flhpuw ... 2023-12-06T04:17:50.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:50.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:17:50.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:17:50.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:17:50.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:50.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:17:50.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:17:50.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:17:50.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:17:50.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:17:50.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw 2023-12-06T04:17:50.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:17:50.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw 2023-12-06T04:17:50.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw 2023-12-06T04:17:50.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:17:50.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw 2023-12-06T04:17:50.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.flhpuw ... 2023-12-06T04:17:50.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:50.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:17:50.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:17:50.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:17:50.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:50.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: cephadm 2023-12-06T04:17:49.104101+0000 mgr.smithi073.zlngfn (mgr.14182) 708 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.flhpuw 2023-12-06T04:17:50.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: cephadm 2023-12-06T04:17:49.106139+0000 mgr.smithi073.zlngfn (mgr.14182) 709 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw 2023-12-06T04:17:50.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:17:50.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw 2023-12-06T04:17:50.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw 2023-12-06T04:17:50.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:17:50.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw 2023-12-06T04:17:50.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.flhpuw ... 2023-12-06T04:17:50.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:50.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:17:50.973 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:17:50.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:17:50.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:50.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: cephadm 2023-12-06T04:17:49.111088+0000 mgr.smithi073.zlngfn (mgr.14182) 710 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.qqwqmp on smithi073 2023-12-06T04:17:50.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:50 smithi110 bash[28336]: cluster 2023-12-06T04:17:49.131245+0000 mgr.smithi073.zlngfn (mgr.14182) 711 : cluster [DBG] pgmap v493: 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 2023-12-06T04:17:51.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:17:51.788 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:51 smithi110 bash[28336]: audit 2023-12-06T04:17:50.918382+0000 mgr.smithi073.zlngfn (mgr.14182) 712 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:51.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:51 smithi110 bash[28336]: cluster 2023-12-06T04:17:51.132094+0000 mgr.smithi073.zlngfn (mgr.14182) 713 : cluster [DBG] pgmap v494: 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 2023-12-06T04:17:51.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:51 smithi073 bash[24935]: audit 2023-12-06T04:17:50.918382+0000 mgr.smithi073.zlngfn (mgr.14182) 712 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:51.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:51 smithi073 bash[24935]: cluster 2023-12-06T04:17:51.132094+0000 mgr.smithi073.zlngfn (mgr.14182) 713 : cluster [DBG] pgmap v494: 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 2023-12-06T04:17:52.708 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:53.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:53 smithi073 bash[24935]: audit 2023-12-06T04:17:53.024200+0000 mon.smithi073 (mon.0) 834 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.qqwqmp"}]: dispatch 2023-12-06T04:17:53.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:53 smithi110 bash[28336]: audit 2023-12-06T04:17:53.024200+0000 mon.smithi073 (mon.0) 834 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.qqwqmp"}]: dispatch 2023-12-06T04:17:54.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: cephadm 2023-12-06T04:17:53.023437+0000 mgr.smithi073.zlngfn (mgr.14182) 714 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp 2023-12-06T04:17:54.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:17:54.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp 2023-12-06T04:17:54.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp 2023-12-06T04:17:54.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:17:54.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp 2023-12-06T04:17:54.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.qqwqmp ... 2023-12-06T04:17:54.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:54.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:17:54.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:17:54.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:17:54.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:54.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:17:54.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:17:54.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:17:54.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:17:54.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:17:54.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp 2023-12-06T04:17:54.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:17:54.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp 2023-12-06T04:17:54.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp 2023-12-06T04:17:54.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:17:54.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp 2023-12-06T04:17:54.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.qqwqmp ... 2023-12-06T04:17:54.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:54.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:17:54.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:17:54.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:17:54.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:54.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: cephadm 2023-12-06T04:17:53.023825+0000 mgr.smithi073.zlngfn (mgr.14182) 715 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.qqwqmp 2023-12-06T04:17:54.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: cephadm 2023-12-06T04:17:53.024965+0000 mgr.smithi073.zlngfn (mgr.14182) 716 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.qqwqmp on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp 2023-12-06T04:17:54.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:17:54.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp 2023-12-06T04:17:54.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp 2023-12-06T04:17:54.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:17:54.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp 2023-12-06T04:17:54.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.qqwqmp ... 2023-12-06T04:17:54.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:54.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:17:54.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:17:54.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:17:54.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:54.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: cephadm 2023-12-06T04:17:53.026781+0000 mgr.smithi073.zlngfn (mgr.14182) 717 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.rseknx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:17:54.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: cephadm 2023-12-06T04:17:53.028339+0000 mgr.smithi073.zlngfn (mgr.14182) 718 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:17:54.332 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: cluster 2023-12-06T04:17:53.029566+0000 mgr.smithi073.zlngfn (mgr.14182) 719 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-06T04:17:54.332 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:54 smithi073 bash[24935]: cluster 2023-12-06T04:17:53.081890+0000 mon.smithi073 (mon.0) 835 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:17:54.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: cephadm 2023-12-06T04:17:53.023437+0000 mgr.smithi073.zlngfn (mgr.14182) 714 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp 2023-12-06T04:17:54.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:17:54.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp 2023-12-06T04:17:54.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp 2023-12-06T04:17:54.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:17:54.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp 2023-12-06T04:17:54.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.qqwqmp ... 2023-12-06T04:17:54.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:54.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:17:54.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:17:54.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:17:54.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:54.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:17:54.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:17:54.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:17:54.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:17:54.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:17:54.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp 2023-12-06T04:17:54.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:17:54.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp 2023-12-06T04:17:54.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp 2023-12-06T04:17:54.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:17:54.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp 2023-12-06T04:17:54.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.qqwqmp ... 2023-12-06T04:17:54.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:54.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:17:54.465 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:17:54.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:17:54.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:54.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: cephadm 2023-12-06T04:17:53.023825+0000 mgr.smithi073.zlngfn (mgr.14182) 715 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.qqwqmp 2023-12-06T04:17:54.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: cephadm 2023-12-06T04:17:53.024965+0000 mgr.smithi073.zlngfn (mgr.14182) 716 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.qqwqmp on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp 2023-12-06T04:17:54.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:17:54.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp 2023-12-06T04:17:54.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp 2023-12-06T04:17:54.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:17:54.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp 2023-12-06T04:17:54.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.qqwqmp ... 2023-12-06T04:17:54.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:54.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:17:54.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:17:54.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:17:54.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:17:54.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: cephadm 2023-12-06T04:17:53.026781+0000 mgr.smithi073.zlngfn (mgr.14182) 717 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.rseknx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:17:54.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: cephadm 2023-12-06T04:17:53.028339+0000 mgr.smithi073.zlngfn (mgr.14182) 718 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:17:54.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: cluster 2023-12-06T04:17:53.029566+0000 mgr.smithi073.zlngfn (mgr.14182) 719 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-06T04:17:54.467 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:54 smithi110 bash[28336]: cluster 2023-12-06T04:17:53.081890+0000 mon.smithi073 (mon.0) 835 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:17:56.022 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:17:56.022 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:49.105916Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\nDeploy daemon haproxy.nfs.foo.smithi110.flhpuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.024849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qqwqmp on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\nDeploy daemon haproxy.nfs.foo.smithi073.qqwqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.026672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rseknx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:56.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:56 smithi073 bash[24935]: cluster 2023-12-06T04:17:55.030950+0000 mgr.smithi073.zlngfn (mgr.14182) 720 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-06T04:17:56.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:56 smithi073 bash[24935]: audit 2023-12-06T04:17:55.105551+0000 mon.smithi073 (mon.0) 836 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:17:56.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:56 smithi110 bash[28336]: cluster 2023-12-06T04:17:55.030950+0000 mgr.smithi073.zlngfn (mgr.14182) 720 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-06T04:17:56.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:56 smithi110 bash[28336]: audit 2023-12-06T04:17:55.105551+0000 mon.smithi073 (mon.0) 836 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:17:56.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:17:57.379 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:57 smithi073 bash[24935]: audit 2023-12-06T04:17:56.009538+0000 mgr.smithi073.zlngfn (mgr.14182) 721 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:57.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:57 smithi110 bash[28336]: audit 2023-12-06T04:17:56.009538+0000 mgr.smithi073.zlngfn (mgr.14182) 721 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:57.765 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:58.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:17:58 smithi073 bash[24935]: cluster 2023-12-06T04:17:57.031961+0000 mgr.smithi073.zlngfn (mgr.14182) 722 : cluster [DBG] pgmap v497: 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 2023-12-06T04:17:58.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:17:58 smithi110 bash[28336]: cluster 2023-12-06T04:17:57.031961+0000 mgr.smithi073.zlngfn (mgr.14182) 722 : cluster [DBG] pgmap v497: 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 2023-12-06T04:18:00.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:00 smithi110 bash[28336]: cluster 2023-12-06T04:17:59.033127+0000 mgr.smithi073.zlngfn (mgr.14182) 723 : cluster [DBG] pgmap v498: 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 2023-12-06T04:18:00.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:00 smithi073 bash[24935]: cluster 2023-12-06T04:17:59.033127+0000 mgr.smithi073.zlngfn (mgr.14182) 723 : cluster [DBG] pgmap v498: 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 2023-12-06T04:18:00.936 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:18:00.936 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:49.105916Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\nDeploy daemon haproxy.nfs.foo.smithi110.flhpuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.024849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qqwqmp on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\nDeploy daemon haproxy.nfs.foo.smithi073.qqwqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.026672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rseknx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:01.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:18:02.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:02 smithi110 bash[28336]: audit 2023-12-06T04:18:00.929048+0000 mgr.smithi073.zlngfn (mgr.14182) 724 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:02.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:02 smithi110 bash[28336]: cluster 2023-12-06T04:18:01.033917+0000 mgr.smithi073.zlngfn (mgr.14182) 725 : cluster [DBG] pgmap v499: 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 2023-12-06T04:18:02.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:02 smithi073 bash[24935]: audit 2023-12-06T04:18:00.929048+0000 mgr.smithi073.zlngfn (mgr.14182) 724 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:02.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:02 smithi073 bash[24935]: cluster 2023-12-06T04:18:01.033917+0000 mgr.smithi073.zlngfn (mgr.14182) 725 : cluster [DBG] pgmap v499: 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 2023-12-06T04:18:02.652 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:04.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:04 smithi110 bash[28336]: cluster 2023-12-06T04:18:03.034513+0000 mgr.smithi073.zlngfn (mgr.14182) 726 : cluster [DBG] pgmap v500: 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 2023-12-06T04:18:04.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:04 smithi073 bash[24935]: cluster 2023-12-06T04:18:03.034513+0000 mgr.smithi073.zlngfn (mgr.14182) 726 : cluster [DBG] pgmap v500: 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 2023-12-06T04:18:05.907 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:18:05.907 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:49.105916Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\nDeploy daemon haproxy.nfs.foo.smithi110.flhpuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.024849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qqwqmp on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\nDeploy daemon haproxy.nfs.foo.smithi073.qqwqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.026672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rseknx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:06.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:06 smithi073 bash[24935]: cluster 2023-12-06T04:18:05.035775+0000 mgr.smithi073.zlngfn (mgr.14182) 727 : 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 2023-12-06T04:18:06.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:06 smithi110 bash[28336]: cluster 2023-12-06T04:18:05.035775+0000 mgr.smithi073.zlngfn (mgr.14182) 727 : 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 2023-12-06T04:18:06.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:18:07.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:07 smithi110 bash[28336]: audit 2023-12-06T04:18:05.902193+0000 mgr.smithi073.zlngfn (mgr.14182) 728 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:07.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:07 smithi073 bash[24935]: audit 2023-12-06T04:18:05.902193+0000 mgr.smithi073.zlngfn (mgr.14182) 728 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:07.707 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:08.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:08 smithi073 bash[24935]: cluster 2023-12-06T04:18:07.036766+0000 mgr.smithi073.zlngfn (mgr.14182) 729 : 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 2023-12-06T04:18:08.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:08 smithi110 bash[28336]: cluster 2023-12-06T04:18:07.036766+0000 mgr.smithi073.zlngfn (mgr.14182) 729 : 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 2023-12-06T04:18:10.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:10 smithi110 bash[28336]: cluster 2023-12-06T04:18:09.038045+0000 mgr.smithi073.zlngfn (mgr.14182) 730 : 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 2023-12-06T04:18:10.542 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:10 smithi073 bash[24935]: cluster 2023-12-06T04:18:09.038045+0000 mgr.smithi073.zlngfn (mgr.14182) 730 : 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 2023-12-06T04:18:11.001 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:18:11.001 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:49.105916Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\nDeploy daemon haproxy.nfs.foo.smithi110.flhpuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.024849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qqwqmp on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\nDeploy daemon haproxy.nfs.foo.smithi073.qqwqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.026672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rseknx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:11.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:18:12.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:12 smithi110 bash[28336]: audit 2023-12-06T04:18:10.989649+0000 mgr.smithi073.zlngfn (mgr.14182) 731 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:12.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:12 smithi110 bash[28336]: cluster 2023-12-06T04:18:11.038939+0000 mgr.smithi073.zlngfn (mgr.14182) 732 : 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 2023-12-06T04:18:12.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:12 smithi073 bash[24935]: audit 2023-12-06T04:18:10.989649+0000 mgr.smithi073.zlngfn (mgr.14182) 731 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:12.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:12 smithi073 bash[24935]: cluster 2023-12-06T04:18:11.038939+0000 mgr.smithi073.zlngfn (mgr.14182) 732 : 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 2023-12-06T04:18:12.702 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:14.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:14 smithi110 bash[28336]: cluster 2023-12-06T04:18:13.040033+0000 mgr.smithi073.zlngfn (mgr.14182) 733 : 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 2023-12-06T04:18:14.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:14 smithi073 bash[24935]: cluster 2023-12-06T04:18:13.040033+0000 mgr.smithi073.zlngfn (mgr.14182) 733 : 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 2023-12-06T04:18:15.991 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:18:15.992 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:49.105916Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\nDeploy daemon haproxy.nfs.foo.smithi110.flhpuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.024849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qqwqmp on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\nDeploy daemon haproxy.nfs.foo.smithi073.qqwqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.026672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rseknx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:16.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:16 smithi073 bash[24935]: cluster 2023-12-06T04:18:15.041414+0000 mgr.smithi073.zlngfn (mgr.14182) 734 : 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 2023-12-06T04:18:16.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:16 smithi110 bash[28336]: cluster 2023-12-06T04:18:15.041414+0000 mgr.smithi073.zlngfn (mgr.14182) 734 : 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 2023-12-06T04:18:16.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:18:17.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:17 smithi110 bash[28336]: audit 2023-12-06T04:18:15.985819+0000 mgr.smithi073.zlngfn (mgr.14182) 735 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:17.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:17 smithi073 bash[24935]: audit 2023-12-06T04:18:15.985819+0000 mgr.smithi073.zlngfn (mgr.14182) 735 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:17.690 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:18.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:18 smithi110 bash[28336]: cluster 2023-12-06T04:18:17.042445+0000 mgr.smithi073.zlngfn (mgr.14182) 736 : 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 2023-12-06T04:18:18.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:18 smithi073 bash[24935]: cluster 2023-12-06T04:18:17.042445+0000 mgr.smithi073.zlngfn (mgr.14182) 736 : 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 2023-12-06T04:18:20.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:20 smithi110 bash[28336]: cluster 2023-12-06T04:18:19.043697+0000 mgr.smithi073.zlngfn (mgr.14182) 737 : 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 2023-12-06T04:18:20.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:20 smithi073 bash[24935]: cluster 2023-12-06T04:18:19.043697+0000 mgr.smithi073.zlngfn (mgr.14182) 737 : 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 2023-12-06T04:18:20.940 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:18:20.940 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:49.105916Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\nDeploy daemon haproxy.nfs.foo.smithi110.flhpuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.024849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qqwqmp on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\nDeploy daemon haproxy.nfs.foo.smithi073.qqwqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.026672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rseknx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:21.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:18:22.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:22 smithi110 bash[28336]: audit 2023-12-06T04:18:20.930309+0000 mgr.smithi073.zlngfn (mgr.14182) 738 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:22.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:22 smithi110 bash[28336]: cluster 2023-12-06T04:18:21.044763+0000 mgr.smithi073.zlngfn (mgr.14182) 739 : 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 2023-12-06T04:18:22.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:22 smithi073 bash[24935]: audit 2023-12-06T04:18:20.930309+0000 mgr.smithi073.zlngfn (mgr.14182) 738 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:22.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:22 smithi073 bash[24935]: cluster 2023-12-06T04:18:21.044763+0000 mgr.smithi073.zlngfn (mgr.14182) 739 : 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 2023-12-06T04:18:22.710 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:24.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:24 smithi110 bash[28336]: cluster 2023-12-06T04:18:23.046063+0000 mgr.smithi073.zlngfn (mgr.14182) 740 : 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 2023-12-06T04:18:24.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:24 smithi073 bash[24935]: cluster 2023-12-06T04:18:23.046063+0000 mgr.smithi073.zlngfn (mgr.14182) 740 : 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 2023-12-06T04:18:26.013 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:18:26.013 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:49.105916Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\nDeploy daemon haproxy.nfs.foo.smithi110.flhpuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.024849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qqwqmp on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\nDeploy daemon haproxy.nfs.foo.smithi073.qqwqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.026672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rseknx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:26.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:26 smithi073 bash[24935]: cluster 2023-12-06T04:18:25.047445+0000 mgr.smithi073.zlngfn (mgr.14182) 741 : 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 2023-12-06T04:18:26.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:26 smithi110 bash[28336]: cluster 2023-12-06T04:18:25.047445+0000 mgr.smithi073.zlngfn (mgr.14182) 741 : 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 2023-12-06T04:18:26.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:18:27.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:27 smithi073 bash[24935]: audit 2023-12-06T04:18:26.004113+0000 mgr.smithi073.zlngfn (mgr.14182) 742 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:27.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:27 smithi110 bash[28336]: audit 2023-12-06T04:18:26.004113+0000 mgr.smithi073.zlngfn (mgr.14182) 742 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:27.780 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:28.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:28 smithi073 bash[24935]: cluster 2023-12-06T04:18:27.048418+0000 mgr.smithi073.zlngfn (mgr.14182) 743 : 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 2023-12-06T04:18:28.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:28 smithi110 bash[28336]: cluster 2023-12-06T04:18:27.048418+0000 mgr.smithi073.zlngfn (mgr.14182) 743 : 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 2023-12-06T04:18:30.529 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:30 smithi073 bash[24935]: cluster 2023-12-06T04:18:29.049154+0000 mgr.smithi073.zlngfn (mgr.14182) 744 : 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 2023-12-06T04:18:30.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:30 smithi110 bash[28336]: cluster 2023-12-06T04:18:29.049154+0000 mgr.smithi073.zlngfn (mgr.14182) 744 : 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 2023-12-06T04:18:30.955 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:18:30.955 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:49.105916Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\nDeploy daemon haproxy.nfs.foo.smithi110.flhpuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.024849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qqwqmp on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\nDeploy daemon haproxy.nfs.foo.smithi073.qqwqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.026672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rseknx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:31.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:18:32.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:32 smithi073 bash[24935]: audit 2023-12-06T04:18:30.944261+0000 mgr.smithi073.zlngfn (mgr.14182) 745 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:32.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:32 smithi073 bash[24935]: cluster 2023-12-06T04:18:31.050178+0000 mgr.smithi073.zlngfn (mgr.14182) 746 : 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 2023-12-06T04:18:32.702 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:32.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:32 smithi110 bash[28336]: audit 2023-12-06T04:18:30.944261+0000 mgr.smithi073.zlngfn (mgr.14182) 745 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:32.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:32 smithi110 bash[28336]: cluster 2023-12-06T04:18:31.050178+0000 mgr.smithi073.zlngfn (mgr.14182) 746 : 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 2023-12-06T04:18:34.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:34 smithi073 bash[24935]: cluster 2023-12-06T04:18:33.051288+0000 mgr.smithi073.zlngfn (mgr.14182) 747 : 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 2023-12-06T04:18:34.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:34 smithi110 bash[28336]: cluster 2023-12-06T04:18:33.051288+0000 mgr.smithi073.zlngfn (mgr.14182) 747 : 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 2023-12-06T04:18:35.733 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:18:35.734 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:49.105916Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\nDeploy daemon haproxy.nfs.foo.smithi110.flhpuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.024849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qqwqmp on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\nDeploy daemon haproxy.nfs.foo.smithi073.qqwqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.026672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rseknx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:36.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:18:36.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:36 smithi073 bash[24935]: cluster 2023-12-06T04:18:35.052739+0000 mgr.smithi073.zlngfn (mgr.14182) 748 : 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 2023-12-06T04:18:36.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:36 smithi110 bash[28336]: cluster 2023-12-06T04:18:35.052739+0000 mgr.smithi073.zlngfn (mgr.14182) 748 : 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 2023-12-06T04:18:37.449 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:37.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:37 smithi073 bash[24935]: audit 2023-12-06T04:18:35.728332+0000 mgr.smithi073.zlngfn (mgr.14182) 749 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:37 smithi110 bash[28336]: audit 2023-12-06T04:18:35.728332+0000 mgr.smithi073.zlngfn (mgr.14182) 749 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:38.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:38 smithi073 bash[24935]: cluster 2023-12-06T04:18:37.053791+0000 mgr.smithi073.zlngfn (mgr.14182) 750 : 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 2023-12-06T04:18:38.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:38 smithi110 bash[28336]: cluster 2023-12-06T04:18:37.053791+0000 mgr.smithi073.zlngfn (mgr.14182) 750 : 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 2023-12-06T04:18:40.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:40 smithi073 bash[24935]: cluster 2023-12-06T04:18:39.055159+0000 mgr.smithi073.zlngfn (mgr.14182) 751 : 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 2023-12-06T04:18:40.520 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:18:40.521 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:49.105916Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\nDeploy daemon haproxy.nfs.foo.smithi110.flhpuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.024849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qqwqmp on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\nDeploy daemon haproxy.nfs.foo.smithi073.qqwqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.026672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rseknx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:40.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:40 smithi110 bash[28336]: cluster 2023-12-06T04:18:39.055159+0000 mgr.smithi073.zlngfn (mgr.14182) 751 : 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 2023-12-06T04:18:41.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:18:42.247 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:42.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:42 smithi073 bash[24935]: audit 2023-12-06T04:18:40.515175+0000 mgr.smithi073.zlngfn (mgr.14182) 752 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:42.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:42 smithi073 bash[24935]: cluster 2023-12-06T04:18:41.056181+0000 mgr.smithi073.zlngfn (mgr.14182) 753 : 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 2023-12-06T04:18:42.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:42 smithi110 bash[28336]: audit 2023-12-06T04:18:40.515175+0000 mgr.smithi073.zlngfn (mgr.14182) 752 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:42.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:42 smithi110 bash[28336]: cluster 2023-12-06T04:18:41.056181+0000 mgr.smithi073.zlngfn (mgr.14182) 753 : 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 2023-12-06T04:18:44.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:44 smithi073 bash[24935]: cluster 2023-12-06T04:18:43.057310+0000 mgr.smithi073.zlngfn (mgr.14182) 754 : 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 2023-12-06T04:18:44.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:44 smithi110 bash[28336]: cluster 2023-12-06T04:18:43.057310+0000 mgr.smithi073.zlngfn (mgr.14182) 754 : 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 2023-12-06T04:18:45.438 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:18:45.438 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:49.105916Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\nDeploy daemon haproxy.nfs.foo.smithi110.flhpuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.024849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qqwqmp on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\nDeploy daemon haproxy.nfs.foo.smithi073.qqwqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.026672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rseknx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:46.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:18:46.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:46 smithi073 bash[24935]: cluster 2023-12-06T04:18:45.058454+0000 mgr.smithi073.zlngfn (mgr.14182) 755 : 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 2023-12-06T04:18:46.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:46 smithi073 bash[24935]: audit 2023-12-06T04:18:45.433079+0000 mgr.smithi073.zlngfn (mgr.14182) 756 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:46 smithi110 bash[28336]: cluster 2023-12-06T04:18:45.058454+0000 mgr.smithi073.zlngfn (mgr.14182) 755 : 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 2023-12-06T04:18:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:46 smithi110 bash[28336]: audit 2023-12-06T04:18:45.433079+0000 mgr.smithi073.zlngfn (mgr.14182) 756 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:47.246 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:48.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:48 smithi073 bash[24935]: cluster 2023-12-06T04:18:47.059426+0000 mgr.smithi073.zlngfn (mgr.14182) 757 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:18:48.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:48 smithi110 bash[28336]: cluster 2023-12-06T04:18:47.059426+0000 mgr.smithi073.zlngfn (mgr.14182) 757 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:18:50.493 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:18:50.493 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:49.105916Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\nDeploy daemon haproxy.nfs.foo.smithi110.flhpuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.024849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qqwqmp on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\nDeploy daemon haproxy.nfs.foo.smithi073.qqwqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.026672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rseknx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:50.548 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:50 smithi073 bash[24935]: cluster 2023-12-06T04:18:49.060723+0000 mgr.smithi073.zlngfn (mgr.14182) 758 : cluster [DBG] pgmap v523: 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 2023-12-06T04:18:50.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:50 smithi110 bash[28336]: cluster 2023-12-06T04:18:49.060723+0000 mgr.smithi073.zlngfn (mgr.14182) 758 : cluster [DBG] pgmap v523: 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 2023-12-06T04:18:51.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:18:51.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:51 smithi073 bash[24935]: audit 2023-12-06T04:18:50.486248+0000 mgr.smithi073.zlngfn (mgr.14182) 759 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:51.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:51 smithi110 bash[28336]: audit 2023-12-06T04:18:50.486248+0000 mgr.smithi073.zlngfn (mgr.14182) 759 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:52.250 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:52.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:52 smithi073 bash[24935]: cluster 2023-12-06T04:18:51.061765+0000 mgr.smithi073.zlngfn (mgr.14182) 760 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:18:52.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:52 smithi110 bash[28336]: cluster 2023-12-06T04:18:51.061765+0000 mgr.smithi073.zlngfn (mgr.14182) 760 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:18:53.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:53 smithi073 bash[24935]: audit 2023-12-06T04:18:53.032470+0000 mon.smithi073 (mon.0) 837 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:18:53.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:53 smithi110 bash[28336]: audit 2023-12-06T04:18:53.032470+0000 mon.smithi073 (mon.0) 837 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:18:54.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:54 smithi073 bash[24935]: cluster 2023-12-06T04:18:53.062839+0000 mgr.smithi073.zlngfn (mgr.14182) 761 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:18:54.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:54 smithi073 bash[24935]: audit 2023-12-06T04:18:53.334003+0000 mon.smithi073 (mon.0) 838 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:18:54.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:54 smithi073 bash[24935]: audit 2023-12-06T04:18:53.335695+0000 mon.smithi073 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:18:54.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:54 smithi073 bash[24935]: audit 2023-12-06T04:18:53.344532+0000 mon.smithi073 (mon.0) 840 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:18:54.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:54 smithi073 bash[24935]: cluster 2023-12-06T04:18:53.345385+0000 mgr.smithi073.zlngfn (mgr.14182) 762 : 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 2023-12-06T04:18:54.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:54 smithi073 bash[24935]: audit 2023-12-06T04:18:53.352201+0000 mon.smithi073 (mon.0) 841 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:18:54.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:54 smithi073 bash[24935]: audit 2023-12-06T04:18:53.364323+0000 mon.smithi073 (mon.0) 842 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:18:54.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:54 smithi073 bash[24935]: cephadm 2023-12-06T04:18:53.368162+0000 mgr.smithi073.zlngfn (mgr.14182) 763 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.teivwu on smithi110 2023-12-06T04:18:54.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:54 smithi110 bash[28336]: cluster 2023-12-06T04:18:53.062839+0000 mgr.smithi073.zlngfn (mgr.14182) 761 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:18:54.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:54 smithi110 bash[28336]: audit 2023-12-06T04:18:53.334003+0000 mon.smithi073 (mon.0) 838 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:18:54.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:54 smithi110 bash[28336]: audit 2023-12-06T04:18:53.335695+0000 mon.smithi073 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:18:54.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:54 smithi110 bash[28336]: audit 2023-12-06T04:18:53.344532+0000 mon.smithi073 (mon.0) 840 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:18:54.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:54 smithi110 bash[28336]: cluster 2023-12-06T04:18:53.345385+0000 mgr.smithi073.zlngfn (mgr.14182) 762 : 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 2023-12-06T04:18:54.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:54 smithi110 bash[28336]: audit 2023-12-06T04:18:53.352201+0000 mon.smithi073 (mon.0) 841 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:18:54.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:54 smithi110 bash[28336]: audit 2023-12-06T04:18:53.364323+0000 mon.smithi073 (mon.0) 842 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:18:54.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:54 smithi110 bash[28336]: cephadm 2023-12-06T04:18:53.368162+0000 mgr.smithi073.zlngfn (mgr.14182) 763 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.teivwu on smithi110 2023-12-06T04:18:55.321 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:18:55.322 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:44.812275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrzpcd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:49.105916Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\nDeploy daemon haproxy.nfs.foo.smithi110.flhpuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.024849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qqwqmp on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\nDeploy daemon haproxy.nfs.foo.smithi073.qqwqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.026672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rseknx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:55.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:55 smithi073 bash[24935]: cluster 2023-12-06T04:18:54.340929+0000 mon.smithi073 (mon.0) 843 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:18:55.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:55 smithi073 bash[24935]: cluster 2023-12-06T04:18:54.340981+0000 mon.smithi073 (mon.0) 844 : cluster [INF] Cluster is now healthy 2023-12-06T04:18:55.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:55 smithi110 bash[28336]: cluster 2023-12-06T04:18:54.340929+0000 mon.smithi073 (mon.0) 843 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:18:55.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:55 smithi110 bash[28336]: cluster 2023-12-06T04:18:54.340981+0000 mon.smithi073 (mon.0) 844 : cluster [INF] Cluster is now healthy 2023-12-06T04:18:56.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:18:56.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:56 smithi073 bash[24935]: audit 2023-12-06T04:18:55.311791+0000 mgr.smithi073.zlngfn (mgr.14182) 764 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:56.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:56 smithi073 bash[24935]: cluster 2023-12-06T04:18:55.346266+0000 mgr.smithi073.zlngfn (mgr.14182) 765 : 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 2023-12-06T04:18:56.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:56 smithi110 bash[28336]: audit 2023-12-06T04:18:55.311791+0000 mgr.smithi073.zlngfn (mgr.14182) 764 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:56.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:56 smithi110 bash[28336]: cluster 2023-12-06T04:18:55.346266+0000 mgr.smithi073.zlngfn (mgr.14182) 765 : 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 2023-12-06T04:18:57.090 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:57.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:57 smithi110 bash[28336]: audit 2023-12-06T04:18:57.383167+0000 mon.smithi073 (mon.0) 845 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.teivwu"}]: dispatch 2023-12-06T04:18:57.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:57 smithi073 bash[24935]: audit 2023-12-06T04:18:57.383167+0000 mon.smithi073 (mon.0) 845 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.teivwu"}]: dispatch 2023-12-06T04:18:58.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: cluster 2023-12-06T04:18:57.347087+0000 mgr.smithi073.zlngfn (mgr.14182) 766 : cluster [DBG] pgmap v528: 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 2023-12-06T04:18:58.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: cephadm 2023-12-06T04:18:57.382046+0000 mgr.smithi073.zlngfn (mgr.14182) 767 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu 2023-12-06T04:18:58.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:18:58.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu 2023-12-06T04:18:58.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu 2023-12-06T04:18:58.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:18:58.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu 2023-12-06T04:18:58.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.teivwu ... 2023-12-06T04:18:58.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:18:58.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:18:58.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:18:58.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:18:58.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:18:58.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:18:58.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:18:58.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:18:58.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:18:58.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:18:58.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu 2023-12-06T04:18:58.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:18:58.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu 2023-12-06T04:18:58.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu 2023-12-06T04:18:58.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:18:58.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu 2023-12-06T04:18:58.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.teivwu ... 2023-12-06T04:18:58.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:18:58.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:18:58.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:18:58.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:18:58.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:18:58.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: cephadm 2023-12-06T04:18:57.382559+0000 mgr.smithi073.zlngfn (mgr.14182) 768 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.teivwu 2023-12-06T04:18:58.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: cephadm 2023-12-06T04:18:57.384288+0000 mgr.smithi073.zlngfn (mgr.14182) 769 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu 2023-12-06T04:18:58.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:18:58.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu 2023-12-06T04:18:58.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu 2023-12-06T04:18:58.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:18:58.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu 2023-12-06T04:18:58.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.teivwu ... 2023-12-06T04:18:58.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:18:58.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:18:58.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:18:58.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:18:58.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:18:58.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: cephadm 2023-12-06T04:18:57.387432+0000 mgr.smithi073.zlngfn (mgr.14182) 770 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.lbmfsv on smithi073 2023-12-06T04:18:58.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:18:58 smithi073 bash[24935]: audit 2023-12-06T04:18:58.233305+0000 mon.smithi073 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:18:58.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: cluster 2023-12-06T04:18:57.347087+0000 mgr.smithi073.zlngfn (mgr.14182) 766 : cluster [DBG] pgmap v528: 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 2023-12-06T04:18:58.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: cephadm 2023-12-06T04:18:57.382046+0000 mgr.smithi073.zlngfn (mgr.14182) 767 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu 2023-12-06T04:18:58.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:18:58.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu 2023-12-06T04:18:58.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu 2023-12-06T04:18:58.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:18:58.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu 2023-12-06T04:18:58.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.teivwu ... 2023-12-06T04:18:58.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:18:58.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:18:58.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:18:58.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:18:58.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:18:58.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:18:58.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:18:58.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:18:58.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:18:58.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:18:58.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu 2023-12-06T04:18:58.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:18:58.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu 2023-12-06T04:18:58.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu 2023-12-06T04:18:58.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:18:58.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu 2023-12-06T04:18:58.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.teivwu ... 2023-12-06T04:18:58.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:18:58.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:18:58.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:18:58.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:18:58.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:18:58.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: cephadm 2023-12-06T04:18:57.382559+0000 mgr.smithi073.zlngfn (mgr.14182) 768 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.teivwu 2023-12-06T04:18:58.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: cephadm 2023-12-06T04:18:57.384288+0000 mgr.smithi073.zlngfn (mgr.14182) 769 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu 2023-12-06T04:18:58.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:18:58.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu 2023-12-06T04:18:58.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu 2023-12-06T04:18:58.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:18:58.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu 2023-12-06T04:18:58.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.teivwu ... 2023-12-06T04:18:58.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:18:58.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:18:58.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:18:58.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:18:58.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:18:58.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: cephadm 2023-12-06T04:18:57.387432+0000 mgr.smithi073.zlngfn (mgr.14182) 770 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.lbmfsv on smithi073 2023-12-06T04:18:58.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:18:58 smithi110 bash[28336]: audit 2023-12-06T04:18:58.233305+0000 mon.smithi073 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:19:00.286 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:19:00.286 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:17:49.105916Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.flhpuw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-flhpuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.flhpuw\nDeploy daemon haproxy.nfs.foo.smithi110.flhpuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.024849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qqwqmp on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qqwqmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qqwqmp\nDeploy daemon haproxy.nfs.foo.smithi073.qqwqmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:17:53.026672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rseknx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:18:57.384068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\nDeploy daemon haproxy.nfs.foo.smithi110.teivwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:00.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:00 smithi110 bash[28336]: cluster 2023-12-06T04:18:59.348015+0000 mgr.smithi073.zlngfn (mgr.14182) 771 : cluster [DBG] pgmap v529: 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 2023-12-06T04:19:00.805 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:00 smithi073 bash[24935]: cluster 2023-12-06T04:18:59.348015+0000 mgr.smithi073.zlngfn (mgr.14182) 771 : cluster [DBG] pgmap v529: 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 2023-12-06T04:19:00.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:01 smithi110 bash[28336]: audit 2023-12-06T04:19:00.280897+0000 mgr.smithi073.zlngfn (mgr.14182) 772 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:01 smithi110 bash[28336]: audit 2023-12-06T04:19:01.199455+0000 mon.smithi073 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.lbmfsv"}]: dispatch 2023-12-06T04:19:01.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:01 smithi073 bash[24935]: audit 2023-12-06T04:19:00.280897+0000 mgr.smithi073.zlngfn (mgr.14182) 772 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:01.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:01 smithi073 bash[24935]: audit 2023-12-06T04:19:01.199455+0000 mon.smithi073 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.lbmfsv"}]: dispatch 2023-12-06T04:19:01.997 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:02.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: cephadm 2023-12-06T04:19:01.198228+0000 mgr.smithi073.zlngfn (mgr.14182) 773 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv 2023-12-06T04:19:02.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:19:02.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv 2023-12-06T04:19:02.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv 2023-12-06T04:19:02.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:19:02.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv 2023-12-06T04:19:02.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.lbmfsv ... 2023-12-06T04:19:02.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:02.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:19:02.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:19:02.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:19:02.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:02.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:19:02.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:19:02.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:19:02.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:19:02.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:19:02.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv 2023-12-06T04:19:02.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:19:02.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv 2023-12-06T04:19:02.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv 2023-12-06T04:19:02.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:19:02.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv 2023-12-06T04:19:02.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.lbmfsv ... 2023-12-06T04:19:02.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:02.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:19:02.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:19:02.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:19:02.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:02.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: cephadm 2023-12-06T04:19:01.198694+0000 mgr.smithi073.zlngfn (mgr.14182) 774 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.lbmfsv 2023-12-06T04:19:02.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: cephadm 2023-12-06T04:19:01.200664+0000 mgr.smithi073.zlngfn (mgr.14182) 775 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv 2023-12-06T04:19:02.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:19:02.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv 2023-12-06T04:19:02.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv 2023-12-06T04:19:02.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:19:02.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv 2023-12-06T04:19:02.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.lbmfsv ... 2023-12-06T04:19:02.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:02.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:19:02.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:19:02.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:19:02.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:02.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: cephadm 2023-12-06T04:19:01.203831+0000 mgr.smithi073.zlngfn (mgr.14182) 776 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:19:02.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: cephadm 2023-12-06T04:19:01.206722+0000 mgr.smithi073.zlngfn (mgr.14182) 777 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:19:02.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: cluster 2023-12-06T04:19:01.208125+0000 mgr.smithi073.zlngfn (mgr.14182) 778 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-06T04:19:02.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:02 smithi110 bash[28336]: cluster 2023-12-06T04:19:01.446237+0000 mon.smithi073 (mon.0) 848 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:19:02.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: cephadm 2023-12-06T04:19:01.198228+0000 mgr.smithi073.zlngfn (mgr.14182) 773 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv 2023-12-06T04:19:02.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:19:02.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv 2023-12-06T04:19:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv 2023-12-06T04:19:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:19:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv 2023-12-06T04:19:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.lbmfsv ... 2023-12-06T04:19:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:19:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:19:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:19:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:19:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:19:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:19:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:19:02.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:19:02.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv 2023-12-06T04:19:02.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:19:02.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv 2023-12-06T04:19:02.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv 2023-12-06T04:19:02.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:19:02.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv 2023-12-06T04:19:02.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.lbmfsv ... 2023-12-06T04:19:02.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:02.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:19:02.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:19:02.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:19:02.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:02.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: cephadm 2023-12-06T04:19:01.198694+0000 mgr.smithi073.zlngfn (mgr.14182) 774 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.lbmfsv 2023-12-06T04:19:02.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: cephadm 2023-12-06T04:19:01.200664+0000 mgr.smithi073.zlngfn (mgr.14182) 775 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv 2023-12-06T04:19:02.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:19:02.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv 2023-12-06T04:19:02.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv 2023-12-06T04:19:02.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:19:02.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv 2023-12-06T04:19:02.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.lbmfsv ... 2023-12-06T04:19:02.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:02.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:19:02.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:19:02.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:19:02.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:02.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: cephadm 2023-12-06T04:19:01.203831+0000 mgr.smithi073.zlngfn (mgr.14182) 776 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:19:02.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: cephadm 2023-12-06T04:19:01.206722+0000 mgr.smithi073.zlngfn (mgr.14182) 777 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:19:02.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: cluster 2023-12-06T04:19:01.208125+0000 mgr.smithi073.zlngfn (mgr.14182) 778 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-06T04:19:02.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:02 smithi073 bash[24935]: cluster 2023-12-06T04:19:01.446237+0000 mon.smithi073 (mon.0) 848 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:19:04.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:04 smithi110 bash[28336]: cluster 2023-12-06T04:19:03.209344+0000 mgr.smithi073.zlngfn (mgr.14182) 779 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-06T04:19:04.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:04 smithi073 bash[24935]: cluster 2023-12-06T04:19:03.209344+0000 mgr.smithi073.zlngfn (mgr.14182) 779 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-06T04:19:05.526 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:19:05.526 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:18:57.384068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\nDeploy daemon haproxy.nfs.foo.smithi110.teivwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.200484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\nDeploy daemon haproxy.nfs.foo.smithi073.lbmfsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.203667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:06.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:06.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:06 smithi110 bash[28336]: audit 2023-12-06T04:19:05.156454+0000 mon.smithi073 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:19:06.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:06 smithi110 bash[28336]: cluster 2023-12-06T04:19:05.210495+0000 mgr.smithi073.zlngfn (mgr.14182) 780 : cluster [DBG] pgmap v532: 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 2023-12-06T04:19:06.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:06 smithi073 bash[24935]: audit 2023-12-06T04:19:05.156454+0000 mon.smithi073 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:19:06.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:06 smithi073 bash[24935]: cluster 2023-12-06T04:19:05.210495+0000 mgr.smithi073.zlngfn (mgr.14182) 780 : cluster [DBG] pgmap v532: 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 2023-12-06T04:19:07.185 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:07.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:07 smithi110 bash[28336]: audit 2023-12-06T04:19:05.516707+0000 mgr.smithi073.zlngfn (mgr.14182) 781 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:07.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:07 smithi073 bash[24935]: audit 2023-12-06T04:19:05.516707+0000 mgr.smithi073.zlngfn (mgr.14182) 781 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:08.427 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:08 smithi073 bash[24935]: cluster 2023-12-06T04:19:07.211393+0000 mgr.smithi073.zlngfn (mgr.14182) 782 : cluster [DBG] pgmap v533: 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 2023-12-06T04:19:08.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:08 smithi110 bash[28336]: cluster 2023-12-06T04:19:07.211393+0000 mgr.smithi073.zlngfn (mgr.14182) 782 : cluster [DBG] pgmap v533: 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 2023-12-06T04:19:10.388 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:19:10.388 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:18:57.384068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\nDeploy daemon haproxy.nfs.foo.smithi110.teivwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.200484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\nDeploy daemon haproxy.nfs.foo.smithi073.lbmfsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.203667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:10.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:10 smithi073 bash[24935]: cluster 2023-12-06T04:19:09.212726+0000 mgr.smithi073.zlngfn (mgr.14182) 783 : cluster [DBG] pgmap v534: 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 2023-12-06T04:19:10.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:10 smithi110 bash[28336]: cluster 2023-12-06T04:19:09.212726+0000 mgr.smithi073.zlngfn (mgr.14182) 783 : cluster [DBG] pgmap v534: 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 2023-12-06T04:19:11.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:11.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:11 smithi073 bash[24935]: audit 2023-12-06T04:19:10.381587+0000 mgr.smithi073.zlngfn (mgr.14182) 784 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:11.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:11 smithi110 bash[28336]: audit 2023-12-06T04:19:10.381587+0000 mgr.smithi073.zlngfn (mgr.14182) 784 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:12.177 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:12.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:12 smithi073 bash[24935]: cluster 2023-12-06T04:19:11.213952+0000 mgr.smithi073.zlngfn (mgr.14182) 785 : cluster [DBG] pgmap v535: 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 2023-12-06T04:19:12.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:12 smithi110 bash[28336]: cluster 2023-12-06T04:19:11.213952+0000 mgr.smithi073.zlngfn (mgr.14182) 785 : cluster [DBG] pgmap v535: 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 2023-12-06T04:19:14.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:14 smithi073 bash[24935]: cluster 2023-12-06T04:19:13.215231+0000 mgr.smithi073.zlngfn (mgr.14182) 786 : 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 2023-12-06T04:19:14.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:14 smithi073 bash[24935]: audit 2023-12-06T04:19:13.232920+0000 mon.smithi073 (mon.0) 850 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:19:14.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:14 smithi110 bash[28336]: cluster 2023-12-06T04:19:13.215231+0000 mgr.smithi073.zlngfn (mgr.14182) 786 : 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 2023-12-06T04:19:14.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:14 smithi110 bash[28336]: audit 2023-12-06T04:19:13.232920+0000 mon.smithi073 (mon.0) 850 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:19:15.292 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:19:15.292 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:18:57.384068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\nDeploy daemon haproxy.nfs.foo.smithi110.teivwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.200484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\nDeploy daemon haproxy.nfs.foo.smithi073.lbmfsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.203667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:16.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:16.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:16 smithi073 bash[24935]: cluster 2023-12-06T04:19:15.216589+0000 mgr.smithi073.zlngfn (mgr.14182) 787 : 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 2023-12-06T04:19:16.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:16 smithi073 bash[24935]: audit 2023-12-06T04:19:15.282894+0000 mgr.smithi073.zlngfn (mgr.14182) 788 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:16.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:16 smithi110 bash[28336]: cluster 2023-12-06T04:19:15.216589+0000 mgr.smithi073.zlngfn (mgr.14182) 787 : 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 2023-12-06T04:19:16.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:16 smithi110 bash[28336]: audit 2023-12-06T04:19:15.282894+0000 mgr.smithi073.zlngfn (mgr.14182) 788 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:17.030 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:18.520 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:18 smithi073 bash[24935]: cluster 2023-12-06T04:19:17.217614+0000 mgr.smithi073.zlngfn (mgr.14182) 789 : 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 2023-12-06T04:19:18.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:18 smithi110 bash[28336]: cluster 2023-12-06T04:19:17.217614+0000 mgr.smithi073.zlngfn (mgr.14182) 789 : 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 2023-12-06T04:19:20.244 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:19:20.244 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:18:57.384068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\nDeploy daemon haproxy.nfs.foo.smithi110.teivwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.200484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\nDeploy daemon haproxy.nfs.foo.smithi073.lbmfsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.203667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:20.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:20 smithi073 bash[24935]: cluster 2023-12-06T04:19:19.218894+0000 mgr.smithi073.zlngfn (mgr.14182) 790 : 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 2023-12-06T04:19:20.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:20 smithi110 bash[28336]: cluster 2023-12-06T04:19:19.218894+0000 mgr.smithi073.zlngfn (mgr.14182) 790 : 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 2023-12-06T04:19:21.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:21.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:21 smithi073 bash[24935]: audit 2023-12-06T04:19:20.233243+0000 mgr.smithi073.zlngfn (mgr.14182) 791 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:21.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:21 smithi110 bash[28336]: audit 2023-12-06T04:19:20.233243+0000 mgr.smithi073.zlngfn (mgr.14182) 791 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:22.008 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:22.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:22 smithi073 bash[24935]: cluster 2023-12-06T04:19:21.220016+0000 mgr.smithi073.zlngfn (mgr.14182) 792 : 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 2023-12-06T04:19:22.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:22 smithi110 bash[28336]: cluster 2023-12-06T04:19:21.220016+0000 mgr.smithi073.zlngfn (mgr.14182) 792 : 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 2023-12-06T04:19:24.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:24 smithi110 bash[28336]: cluster 2023-12-06T04:19:23.221124+0000 mgr.smithi073.zlngfn (mgr.14182) 793 : 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 2023-12-06T04:19:24.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:24 smithi073 bash[24935]: cluster 2023-12-06T04:19:23.221124+0000 mgr.smithi073.zlngfn (mgr.14182) 793 : 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 2023-12-06T04:19:25.397 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:19:25.398 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:18:57.384068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\nDeploy daemon haproxy.nfs.foo.smithi110.teivwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.200484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\nDeploy daemon haproxy.nfs.foo.smithi073.lbmfsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.203667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:26.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:26.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:26 smithi073 bash[24935]: cluster 2023-12-06T04:19:25.222499+0000 mgr.smithi073.zlngfn (mgr.14182) 794 : 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 2023-12-06T04:19:26.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:26 smithi073 bash[24935]: audit 2023-12-06T04:19:25.384221+0000 mgr.smithi073.zlngfn (mgr.14182) 795 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:26.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:26 smithi110 bash[28336]: cluster 2023-12-06T04:19:25.222499+0000 mgr.smithi073.zlngfn (mgr.14182) 794 : 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 2023-12-06T04:19:26.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:26 smithi110 bash[28336]: audit 2023-12-06T04:19:25.384221+0000 mgr.smithi073.zlngfn (mgr.14182) 795 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:27.110 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:28.555 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:28 smithi073 bash[24935]: cluster 2023-12-06T04:19:27.223539+0000 mgr.smithi073.zlngfn (mgr.14182) 796 : 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 2023-12-06T04:19:28.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:28 smithi110 bash[28336]: cluster 2023-12-06T04:19:27.223539+0000 mgr.smithi073.zlngfn (mgr.14182) 796 : 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 2023-12-06T04:19:30.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:30 smithi073 bash[24935]: cluster 2023-12-06T04:19:29.224328+0000 mgr.smithi073.zlngfn (mgr.14182) 797 : 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 2023-12-06T04:19:30.510 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:19:30.510 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:18:57.384068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\nDeploy daemon haproxy.nfs.foo.smithi110.teivwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.200484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\nDeploy daemon haproxy.nfs.foo.smithi073.lbmfsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.203667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:30.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:30 smithi110 bash[28336]: cluster 2023-12-06T04:19:29.224328+0000 mgr.smithi073.zlngfn (mgr.14182) 797 : 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 2023-12-06T04:19:31.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:32.237 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:32.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:32 smithi073 bash[24935]: audit 2023-12-06T04:19:30.505166+0000 mgr.smithi073.zlngfn (mgr.14182) 798 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:32.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:32 smithi073 bash[24935]: cluster 2023-12-06T04:19:31.225418+0000 mgr.smithi073.zlngfn (mgr.14182) 799 : 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 2023-12-06T04:19:32.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:32 smithi110 bash[28336]: audit 2023-12-06T04:19:30.505166+0000 mgr.smithi073.zlngfn (mgr.14182) 798 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:32.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:32 smithi110 bash[28336]: cluster 2023-12-06T04:19:31.225418+0000 mgr.smithi073.zlngfn (mgr.14182) 799 : 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 2023-12-06T04:19:34.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:34 smithi110 bash[28336]: cluster 2023-12-06T04:19:33.226568+0000 mgr.smithi073.zlngfn (mgr.14182) 800 : 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 2023-12-06T04:19:34.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:34 smithi073 bash[24935]: cluster 2023-12-06T04:19:33.226568+0000 mgr.smithi073.zlngfn (mgr.14182) 800 : 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 2023-12-06T04:19:35.582 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:19:35.582 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:18:57.384068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\nDeploy daemon haproxy.nfs.foo.smithi110.teivwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.200484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\nDeploy daemon haproxy.nfs.foo.smithi073.lbmfsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.203667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:36.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:36.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:36 smithi073 bash[24935]: cluster 2023-12-06T04:19:35.227652+0000 mgr.smithi073.zlngfn (mgr.14182) 801 : 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 2023-12-06T04:19:36.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:36 smithi110 bash[28336]: cluster 2023-12-06T04:19:35.227652+0000 mgr.smithi073.zlngfn (mgr.14182) 801 : 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 2023-12-06T04:19:37.351 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:37.553 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:37 smithi073 bash[24935]: audit 2023-12-06T04:19:35.576504+0000 mgr.smithi073.zlngfn (mgr.14182) 802 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:37 smithi110 bash[28336]: audit 2023-12-06T04:19:35.576504+0000 mgr.smithi073.zlngfn (mgr.14182) 802 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:38.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:38 smithi073 bash[24935]: cluster 2023-12-06T04:19:37.228630+0000 mgr.smithi073.zlngfn (mgr.14182) 803 : 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 2023-12-06T04:19:38.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:38 smithi110 bash[28336]: cluster 2023-12-06T04:19:37.228630+0000 mgr.smithi073.zlngfn (mgr.14182) 803 : 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 2023-12-06T04:19:40.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:40 smithi073 bash[24935]: cluster 2023-12-06T04:19:39.229910+0000 mgr.smithi073.zlngfn (mgr.14182) 804 : 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 2023-12-06T04:19:40.679 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:19:40.679 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:18:57.384068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\nDeploy daemon haproxy.nfs.foo.smithi110.teivwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.200484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\nDeploy daemon haproxy.nfs.foo.smithi073.lbmfsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.203667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:40.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:40 smithi110 bash[28336]: cluster 2023-12-06T04:19:39.229910+0000 mgr.smithi073.zlngfn (mgr.14182) 804 : 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 2023-12-06T04:19:41.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:42.467 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:42.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:42 smithi073 bash[24935]: audit 2023-12-06T04:19:40.673524+0000 mgr.smithi073.zlngfn (mgr.14182) 805 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:42.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:42 smithi073 bash[24935]: cluster 2023-12-06T04:19:41.230958+0000 mgr.smithi073.zlngfn (mgr.14182) 806 : 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 2023-12-06T04:19:42.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:42 smithi110 bash[28336]: audit 2023-12-06T04:19:40.673524+0000 mgr.smithi073.zlngfn (mgr.14182) 805 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:42.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:42 smithi110 bash[28336]: cluster 2023-12-06T04:19:41.230958+0000 mgr.smithi073.zlngfn (mgr.14182) 806 : 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 2023-12-06T04:19:44.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:44 smithi073 bash[24935]: cluster 2023-12-06T04:19:43.237963+0000 mgr.smithi073.zlngfn (mgr.14182) 807 : 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 2023-12-06T04:19:44.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:44 smithi110 bash[28336]: cluster 2023-12-06T04:19:43.237963+0000 mgr.smithi073.zlngfn (mgr.14182) 807 : 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 2023-12-06T04:19:45.696 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:19:45.696 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:18:57.384068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\nDeploy daemon haproxy.nfs.foo.smithi110.teivwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.200484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\nDeploy daemon haproxy.nfs.foo.smithi073.lbmfsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.203667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:46.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:46.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:46 smithi073 bash[24935]: cluster 2023-12-06T04:19:45.239272+0000 mgr.smithi073.zlngfn (mgr.14182) 808 : 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 2023-12-06T04:19:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:46 smithi110 bash[28336]: cluster 2023-12-06T04:19:45.239272+0000 mgr.smithi073.zlngfn (mgr.14182) 808 : 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 2023-12-06T04:19:47.376 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:47.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:47 smithi073 bash[24935]: audit 2023-12-06T04:19:45.686705+0000 mgr.smithi073.zlngfn (mgr.14182) 809 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:47.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:47 smithi110 bash[28336]: audit 2023-12-06T04:19:45.686705+0000 mgr.smithi073.zlngfn (mgr.14182) 809 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:48.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:48 smithi073 bash[24935]: cluster 2023-12-06T04:19:47.240272+0000 mgr.smithi073.zlngfn (mgr.14182) 810 : 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 2023-12-06T04:19:48.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:48 smithi110 bash[28336]: cluster 2023-12-06T04:19:47.240272+0000 mgr.smithi073.zlngfn (mgr.14182) 810 : 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 2023-12-06T04:19:50.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:50 smithi073 bash[24935]: cluster 2023-12-06T04:19:49.241675+0000 mgr.smithi073.zlngfn (mgr.14182) 811 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 340 B/s rd, 0 op/s 2023-12-06T04:19:50.637 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:19:50.638 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:18:57.384068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\nDeploy daemon haproxy.nfs.foo.smithi110.teivwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.200484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\nDeploy daemon haproxy.nfs.foo.smithi073.lbmfsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.203667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:50.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:50 smithi110 bash[28336]: cluster 2023-12-06T04:19:49.241675+0000 mgr.smithi073.zlngfn (mgr.14182) 811 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 340 B/s rd, 0 op/s 2023-12-06T04:19:51.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:52.458 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:52.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:52 smithi073 bash[24935]: audit 2023-12-06T04:19:50.625924+0000 mgr.smithi073.zlngfn (mgr.14182) 812 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:52.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:52 smithi073 bash[24935]: cluster 2023-12-06T04:19:51.242672+0000 mgr.smithi073.zlngfn (mgr.14182) 813 : 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 2023-12-06T04:19:52.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:52 smithi110 bash[28336]: audit 2023-12-06T04:19:50.625924+0000 mgr.smithi073.zlngfn (mgr.14182) 812 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:52.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:52 smithi110 bash[28336]: cluster 2023-12-06T04:19:51.242672+0000 mgr.smithi073.zlngfn (mgr.14182) 813 : 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 2023-12-06T04:19:54.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:54 smithi073 bash[24935]: cluster 2023-12-06T04:19:53.243821+0000 mgr.smithi073.zlngfn (mgr.14182) 814 : 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 2023-12-06T04:19:54.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:54 smithi110 bash[28336]: cluster 2023-12-06T04:19:53.243821+0000 mgr.smithi073.zlngfn (mgr.14182) 814 : 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 2023-12-06T04:19:55.615 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:19:55.615 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:18:57.384068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\nDeploy daemon haproxy.nfs.foo.smithi110.teivwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.200484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\nDeploy daemon haproxy.nfs.foo.smithi073.lbmfsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.203667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:56.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:56.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:56 smithi073 bash[24935]: cluster 2023-12-06T04:19:55.245122+0000 mgr.smithi073.zlngfn (mgr.14182) 815 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:19:56.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:56 smithi110 bash[28336]: cluster 2023-12-06T04:19:55.245122+0000 mgr.smithi073.zlngfn (mgr.14182) 815 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:19:57.353 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:57.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:57 smithi073 bash[24935]: audit 2023-12-06T04:19:55.609095+0000 mgr.smithi073.zlngfn (mgr.14182) 816 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:57.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:57 smithi110 bash[28336]: audit 2023-12-06T04:19:55.609095+0000 mgr.smithi073.zlngfn (mgr.14182) 816 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:58.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:19:58 smithi073 bash[24935]: cluster 2023-12-06T04:19:57.246138+0000 mgr.smithi073.zlngfn (mgr.14182) 817 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:19:58.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:19:58 smithi110 bash[28336]: cluster 2023-12-06T04:19:57.246138+0000 mgr.smithi073.zlngfn (mgr.14182) 817 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:20:00.501 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:20:00.501 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:18:57.384068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\nDeploy daemon haproxy.nfs.foo.smithi110.teivwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.200484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\nDeploy daemon haproxy.nfs.foo.smithi073.lbmfsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.203667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:00.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:19:59.247773+0000 mgr.smithi073.zlngfn (mgr.14182) 818 : cluster [DBG] pgmap v559: 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 2023-12-06T04:20:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000169+0000 mon.smithi073 (mon.0) 851 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-06T04:20:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000219+0000 mon.smithi073 (mon.0) 852 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-06T04:20:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000243+0000 mon.smithi073 (mon.0) 853 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu 2023-12-06T04:20:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000264+0000 mon.smithi073 (mon.0) 854 : cluster [WRN] /usr/bin/docker: stdout 2023-12-06T04:20:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000283+0000 mon.smithi073 (mon.0) 855 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu 2023-12-06T04:20:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000308+0000 mon.smithi073 (mon.0) 856 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu 2023-12-06T04:20:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000355+0000 mon.smithi073 (mon.0) 857 : cluster [WRN] /usr/bin/docker: stdout 2023-12-06T04:20:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000406+0000 mon.smithi073 (mon.0) 858 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu 2023-12-06T04:20:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000427+0000 mon.smithi073 (mon.0) 859 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi110.teivwu ... 2023-12-06T04:20:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000452+0000 mon.smithi073 (mon.0) 860 : 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000486+0000 mon.smithi073 (mon.0) 861 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:20:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000514+0000 mon.smithi073 (mon.0) 862 : 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. 2023-12-06T04:20:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000540+0000 mon.smithi073 (mon.0) 863 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-06T04:20:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000571+0000 mon.smithi073 (mon.0) 864 : 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000619+0000 mon.smithi073 (mon.0) 865 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv 2023-12-06T04:20:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000638+0000 mon.smithi073 (mon.0) 866 : cluster [WRN] /usr/bin/docker: stdout 2023-12-06T04:20:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000659+0000 mon.smithi073 (mon.0) 867 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv 2023-12-06T04:20:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000682+0000 mon.smithi073 (mon.0) 868 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv 2023-12-06T04:20:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000702+0000 mon.smithi073 (mon.0) 869 : cluster [WRN] /usr/bin/docker: stdout 2023-12-06T04:20:00.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000720+0000 mon.smithi073 (mon.0) 870 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv 2023-12-06T04:20:00.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000743+0000 mon.smithi073 (mon.0) 871 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi073.lbmfsv ... 2023-12-06T04:20:00.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000766+0000 mon.smithi073 (mon.0) 872 : 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:00.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000791+0000 mon.smithi073 (mon.0) 873 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:20:00.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000812+0000 mon.smithi073 (mon.0) 874 : 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. 2023-12-06T04:20:00.583 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000830+0000 mon.smithi073 (mon.0) 875 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-06T04:20:00.583 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000852+0000 mon.smithi073 (mon.0) 876 : 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:00.583 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000876+0000 mon.smithi073 (mon.0) 877 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:20:00.584 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:00 smithi073 bash[24935]: cluster 2023-12-06T04:20:00.000897+0000 mon.smithi073 (mon.0) 878 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:20:00.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:19:59.247773+0000 mgr.smithi073.zlngfn (mgr.14182) 818 : cluster [DBG] pgmap v559: 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 2023-12-06T04:20:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000169+0000 mon.smithi073 (mon.0) 851 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-06T04:20:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000219+0000 mon.smithi073 (mon.0) 852 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-06T04:20:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000243+0000 mon.smithi073 (mon.0) 853 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu 2023-12-06T04:20:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000264+0000 mon.smithi073 (mon.0) 854 : cluster [WRN] /usr/bin/docker: stdout 2023-12-06T04:20:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000283+0000 mon.smithi073 (mon.0) 855 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu 2023-12-06T04:20:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000308+0000 mon.smithi073 (mon.0) 856 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu 2023-12-06T04:20:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000355+0000 mon.smithi073 (mon.0) 857 : cluster [WRN] /usr/bin/docker: stdout 2023-12-06T04:20:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000406+0000 mon.smithi073 (mon.0) 858 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu 2023-12-06T04:20:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000427+0000 mon.smithi073 (mon.0) 859 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi110.teivwu ... 2023-12-06T04:20:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000452+0000 mon.smithi073 (mon.0) 860 : 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000486+0000 mon.smithi073 (mon.0) 861 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:20:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000514+0000 mon.smithi073 (mon.0) 862 : 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. 2023-12-06T04:20:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000540+0000 mon.smithi073 (mon.0) 863 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-06T04:20:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000571+0000 mon.smithi073 (mon.0) 864 : 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000619+0000 mon.smithi073 (mon.0) 865 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv 2023-12-06T04:20:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000638+0000 mon.smithi073 (mon.0) 866 : cluster [WRN] /usr/bin/docker: stdout 2023-12-06T04:20:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000659+0000 mon.smithi073 (mon.0) 867 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv 2023-12-06T04:20:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000682+0000 mon.smithi073 (mon.0) 868 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv 2023-12-06T04:20:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000702+0000 mon.smithi073 (mon.0) 869 : cluster [WRN] /usr/bin/docker: stdout 2023-12-06T04:20:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000720+0000 mon.smithi073 (mon.0) 870 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv 2023-12-06T04:20:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000743+0000 mon.smithi073 (mon.0) 871 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi073.lbmfsv ... 2023-12-06T04:20:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000766+0000 mon.smithi073 (mon.0) 872 : 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000791+0000 mon.smithi073 (mon.0) 873 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:20:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000812+0000 mon.smithi073 (mon.0) 874 : 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. 2023-12-06T04:20:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000830+0000 mon.smithi073 (mon.0) 875 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-06T04:20:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000852+0000 mon.smithi073 (mon.0) 876 : 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000876+0000 mon.smithi073 (mon.0) 877 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:20:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:00 smithi110 bash[28336]: cluster 2023-12-06T04:20:00.000897+0000 mon.smithi073 (mon.0) 878 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:20:01.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:01.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:01 smithi073 bash[24935]: audit 2023-12-06T04:20:00.494848+0000 mgr.smithi073.zlngfn (mgr.14182) 819 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:01.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:01 smithi073 bash[24935]: audit 2023-12-06T04:20:01.211210+0000 mon.smithi073 (mon.0) 879 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:20:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:01 smithi110 bash[28336]: audit 2023-12-06T04:20:00.494848+0000 mgr.smithi073.zlngfn (mgr.14182) 819 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:01 smithi110 bash[28336]: audit 2023-12-06T04:20:01.211210+0000 mon.smithi073 (mon.0) 879 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:20:02.312 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:02.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:02 smithi073 bash[24935]: cluster 2023-12-06T04:20:01.248931+0000 mgr.smithi073.zlngfn (mgr.14182) 820 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:20:02.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:02 smithi073 bash[24935]: audit 2023-12-06T04:20:01.492849+0000 mon.smithi073 (mon.0) 880 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:20:02.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:02 smithi073 bash[24935]: audit 2023-12-06T04:20:01.494528+0000 mon.smithi073 (mon.0) 881 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:20:02.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:02 smithi073 bash[24935]: audit 2023-12-06T04:20:01.501876+0000 mon.smithi073 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:20:02.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:02 smithi073 bash[24935]: audit 2023-12-06T04:20:01.509664+0000 mon.smithi073 (mon.0) 883 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:20:02.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:02 smithi073 bash[24935]: audit 2023-12-06T04:20:01.520391+0000 mon.smithi073 (mon.0) 884 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:20:02.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:02 smithi110 bash[28336]: cluster 2023-12-06T04:20:01.248931+0000 mgr.smithi073.zlngfn (mgr.14182) 820 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:20:02.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:02 smithi110 bash[28336]: audit 2023-12-06T04:20:01.492849+0000 mon.smithi073 (mon.0) 880 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:20:02.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:02 smithi110 bash[28336]: audit 2023-12-06T04:20:01.494528+0000 mon.smithi073 (mon.0) 881 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:20:02.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:02 smithi110 bash[28336]: audit 2023-12-06T04:20:01.501876+0000 mon.smithi073 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:20:02.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:02 smithi110 bash[28336]: audit 2023-12-06T04:20:01.509664+0000 mon.smithi073 (mon.0) 883 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:20:02.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:02 smithi110 bash[28336]: audit 2023-12-06T04:20:01.520391+0000 mon.smithi073 (mon.0) 884 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:20:03.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:03 smithi073 bash[24935]: cluster 2023-12-06T04:20:01.502590+0000 mgr.smithi073.zlngfn (mgr.14182) 821 : 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 2023-12-06T04:20:03.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:03 smithi073 bash[24935]: cephadm 2023-12-06T04:20:01.524578+0000 mgr.smithi073.zlngfn (mgr.14182) 822 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.hmvctj on smithi110 2023-12-06T04:20:03.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:03 smithi073 bash[24935]: cluster 2023-12-06T04:20:02.499411+0000 mon.smithi073 (mon.0) 885 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:20:03.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:03 smithi073 bash[24935]: cluster 2023-12-06T04:20:02.499487+0000 mon.smithi073 (mon.0) 886 : cluster [INF] Cluster is now healthy 2023-12-06T04:20:03.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:03 smithi110 bash[28336]: cluster 2023-12-06T04:20:01.502590+0000 mgr.smithi073.zlngfn (mgr.14182) 821 : 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 2023-12-06T04:20:03.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:03 smithi110 bash[28336]: cephadm 2023-12-06T04:20:01.524578+0000 mgr.smithi073.zlngfn (mgr.14182) 822 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.hmvctj on smithi110 2023-12-06T04:20:03.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:03 smithi110 bash[28336]: cluster 2023-12-06T04:20:02.499411+0000 mon.smithi073 (mon.0) 885 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:20:03.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:03 smithi110 bash[28336]: cluster 2023-12-06T04:20:02.499487+0000 mon.smithi073 (mon.0) 886 : cluster [INF] Cluster is now healthy 2023-12-06T04:20:05.189 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:20:05.190 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:17:53.028239Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.xzmhuz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:18:57.384068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.teivwu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-teivwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.teivwu\nDeploy daemon haproxy.nfs.foo.smithi110.teivwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.200484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lbmfsv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-lbmfsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.lbmfsv\nDeploy daemon haproxy.nfs.foo.smithi073.lbmfsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:01.203667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wikrsj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:05.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:05 smithi073 bash[24935]: cluster 2023-12-06T04:20:03.503489+0000 mgr.smithi073.zlngfn (mgr.14182) 823 : cluster [DBG] pgmap v562: 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 2023-12-06T04:20:05.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:05 smithi073 bash[24935]: audit 2023-12-06T04:20:05.300834+0000 mon.smithi073 (mon.0) 887 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.hmvctj"}]: dispatch 2023-12-06T04:20:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:05 smithi110 bash[28336]: cluster 2023-12-06T04:20:03.503489+0000 mgr.smithi073.zlngfn (mgr.14182) 823 : cluster [DBG] pgmap v562: 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 2023-12-06T04:20:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:05 smithi110 bash[28336]: audit 2023-12-06T04:20:05.300834+0000 mon.smithi073 (mon.0) 887 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.hmvctj"}]: dispatch 2023-12-06T04:20:05.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:06.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: audit 2023-12-06T04:20:05.175950+0000 mgr.smithi073.zlngfn (mgr.14182) 824 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:06.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: cephadm 2023-12-06T04:20:05.299715+0000 mgr.smithi073.zlngfn (mgr.14182) 825 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj 2023-12-06T04:20:06.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:20:06.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj 2023-12-06T04:20:06.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj 2023-12-06T04:20:06.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:20:06.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj 2023-12-06T04:20:06.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.hmvctj ... 2023-12-06T04:20:06.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:06.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:20:06.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:20:06.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:20:06.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:06.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:20:06.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:20:06.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:20:06.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:20:06.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:20:06.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj 2023-12-06T04:20:06.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:20:06.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj 2023-12-06T04:20:06.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj 2023-12-06T04:20:06.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:20:06.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj 2023-12-06T04:20:06.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.hmvctj ... 2023-12-06T04:20:06.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:06.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:20:06.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:20:06.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:20:06.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:06.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: cephadm 2023-12-06T04:20:05.300206+0000 mgr.smithi073.zlngfn (mgr.14182) 826 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.hmvctj 2023-12-06T04:20:06.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: cephadm 2023-12-06T04:20:05.302495+0000 mgr.smithi073.zlngfn (mgr.14182) 827 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.hmvctj on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj 2023-12-06T04:20:06.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:20:06.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj 2023-12-06T04:20:06.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj 2023-12-06T04:20:06.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:20:06.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj 2023-12-06T04:20:06.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.hmvctj ... 2023-12-06T04:20:06.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:06.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:20:06.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:20:06.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:20:06.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:06.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:06 smithi110 bash[28336]: cephadm 2023-12-06T04:20:05.307175+0000 mgr.smithi073.zlngfn (mgr.14182) 828 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.qxciev on smithi073 2023-12-06T04:20:06.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: audit 2023-12-06T04:20:05.175950+0000 mgr.smithi073.zlngfn (mgr.14182) 824 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:06.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: cephadm 2023-12-06T04:20:05.299715+0000 mgr.smithi073.zlngfn (mgr.14182) 825 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj 2023-12-06T04:20:06.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:20:06.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj 2023-12-06T04:20:06.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj 2023-12-06T04:20:06.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:20:06.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj 2023-12-06T04:20:06.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.hmvctj ... 2023-12-06T04:20:06.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:06.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:20:06.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:20:06.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:20:06.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:06.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:20:06.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:20:06.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:20:06.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:20:06.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:20:06.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj 2023-12-06T04:20:06.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:20:06.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj 2023-12-06T04:20:06.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj 2023-12-06T04:20:06.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:20:06.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj 2023-12-06T04:20:06.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.hmvctj ... 2023-12-06T04:20:06.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:06.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:20:06.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:20:06.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:20:06.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:06.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: cephadm 2023-12-06T04:20:05.300206+0000 mgr.smithi073.zlngfn (mgr.14182) 826 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.hmvctj 2023-12-06T04:20:06.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: cephadm 2023-12-06T04:20:05.302495+0000 mgr.smithi073.zlngfn (mgr.14182) 827 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.hmvctj on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj 2023-12-06T04:20:06.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:20:06.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj 2023-12-06T04:20:06.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj 2023-12-06T04:20:06.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:20:06.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj 2023-12-06T04:20:06.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.hmvctj ... 2023-12-06T04:20:06.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:06.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:20:06.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:20:06.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:20:06.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:06.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:06 smithi073 bash[24935]: cephadm 2023-12-06T04:20:05.307175+0000 mgr.smithi073.zlngfn (mgr.14182) 828 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.qxciev on smithi073 2023-12-06T04:20:06.945 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:07.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:07 smithi073 bash[24935]: cluster 2023-12-06T04:20:05.504108+0000 mgr.smithi073.zlngfn (mgr.14182) 829 : cluster [DBG] pgmap v563: 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 2023-12-06T04:20:07.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:07 smithi110 bash[28336]: cluster 2023-12-06T04:20:05.504108+0000 mgr.smithi073.zlngfn (mgr.14182) 829 : cluster [DBG] pgmap v563: 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 2023-12-06T04:20:09.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:09 smithi073 bash[24935]: cluster 2023-12-06T04:20:07.504911+0000 mgr.smithi073.zlngfn (mgr.14182) 830 : cluster [DBG] pgmap v564: 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 2023-12-06T04:20:09.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:09 smithi110 bash[28336]: cluster 2023-12-06T04:20:07.504911+0000 mgr.smithi073.zlngfn (mgr.14182) 830 : cluster [DBG] pgmap v564: 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 2023-12-06T04:20:10.490 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:20:10.490 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:05.302157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.hmvctj on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\nDeploy daemon haproxy.nfs.foo.smithi110.hmvctj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.488076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qxciev on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\nDeploy daemon haproxy.nfs.foo.smithi073.qxciev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.490210Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsaghe on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:10.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: cephadm 2023-12-06T04:20:09.485940+0000 mgr.smithi073.zlngfn (mgr.14182) 831 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev 2023-12-06T04:20:10.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:20:10.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev 2023-12-06T04:20:10.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev 2023-12-06T04:20:10.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:20:10.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev 2023-12-06T04:20:10.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.qxciev ... 2023-12-06T04:20:10.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:10.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:20:10.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:20:10.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:20:10.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:10.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:20:10.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:20:10.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:20:10.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:20:10.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:20:10.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev 2023-12-06T04:20:10.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:20:10.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev 2023-12-06T04:20:10.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev 2023-12-06T04:20:10.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:20:10.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev 2023-12-06T04:20:10.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.qxciev ... 2023-12-06T04:20:10.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:10.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:20:10.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:20:10.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:20:10.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:10.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: cephadm 2023-12-06T04:20:09.486167+0000 mgr.smithi073.zlngfn (mgr.14182) 832 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.qxciev 2023-12-06T04:20:10.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: audit 2023-12-06T04:20:09.486753+0000 mon.smithi073 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.qxciev"}]: dispatch 2023-12-06T04:20:10.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: cephadm 2023-12-06T04:20:09.488242+0000 mgr.smithi073.zlngfn (mgr.14182) 833 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.qxciev on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev 2023-12-06T04:20:10.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:20:10.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev 2023-12-06T04:20:10.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev 2023-12-06T04:20:10.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:20:10.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev 2023-12-06T04:20:10.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.qxciev ... 2023-12-06T04:20:10.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:10.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:20:10.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:20:10.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:20:10.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:10.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: cephadm 2023-12-06T04:20:09.490304+0000 mgr.smithi073.zlngfn (mgr.14182) 834 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.qsaghe on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:20:10.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: cephadm 2023-12-06T04:20:09.491824+0000 mgr.smithi073.zlngfn (mgr.14182) 835 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:20:10.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: cluster 2023-12-06T04:20:09.492714+0000 mgr.smithi073.zlngfn (mgr.14182) 836 : cluster [DBG] pgmap v565: 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 2023-12-06T04:20:10.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:10 smithi110 bash[28336]: audit 2023-12-06T04:20:10.202554+0000 mon.smithi073 (mon.0) 889 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:20:10.730 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: cephadm 2023-12-06T04:20:09.485940+0000 mgr.smithi073.zlngfn (mgr.14182) 831 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev 2023-12-06T04:20:10.730 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:20:10.730 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev 2023-12-06T04:20:10.730 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev 2023-12-06T04:20:10.730 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:20:10.730 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev 2023-12-06T04:20:10.730 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.qxciev ... 2023-12-06T04:20:10.730 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:10.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:20:10.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:20:10.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:20:10.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:10.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:20:10.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:20:10.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:20:10.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:20:10.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:20:10.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev 2023-12-06T04:20:10.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:20:10.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev 2023-12-06T04:20:10.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev 2023-12-06T04:20:10.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:20:10.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev 2023-12-06T04:20:10.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.qxciev ... 2023-12-06T04:20:10.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:10.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:20:10.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:20:10.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:20:10.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:10.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: cephadm 2023-12-06T04:20:09.486167+0000 mgr.smithi073.zlngfn (mgr.14182) 832 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.qxciev 2023-12-06T04:20:10.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: audit 2023-12-06T04:20:09.486753+0000 mon.smithi073 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.qxciev"}]: dispatch 2023-12-06T04:20:10.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: cephadm 2023-12-06T04:20:09.488242+0000 mgr.smithi073.zlngfn (mgr.14182) 833 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.qxciev on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev 2023-12-06T04:20:10.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:20:10.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev 2023-12-06T04:20:10.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev 2023-12-06T04:20:10.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:20:10.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev 2023-12-06T04:20:10.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.qxciev ... 2023-12-06T04:20:10.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:10.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:20:10.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:20:10.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:20:10.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:20:10.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: cephadm 2023-12-06T04:20:09.490304+0000 mgr.smithi073.zlngfn (mgr.14182) 834 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.qsaghe on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:20:10.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: cephadm 2023-12-06T04:20:09.491824+0000 mgr.smithi073.zlngfn (mgr.14182) 835 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:20:10.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: cluster 2023-12-06T04:20:09.492714+0000 mgr.smithi073.zlngfn (mgr.14182) 836 : cluster [DBG] pgmap v565: 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 2023-12-06T04:20:10.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:10 smithi073 bash[24935]: audit 2023-12-06T04:20:10.202554+0000 mon.smithi073 (mon.0) 889 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:20:11.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:11.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:11 smithi073 bash[24935]: cluster 2023-12-06T04:20:10.363997+0000 mon.smithi073 (mon.0) 890 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:20:11.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:11 smithi073 bash[24935]: audit 2023-12-06T04:20:10.481349+0000 mgr.smithi073.zlngfn (mgr.14182) 837 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:11.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:11 smithi110 bash[28336]: cluster 2023-12-06T04:20:10.363997+0000 mon.smithi073 (mon.0) 890 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:20:11.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:11 smithi110 bash[28336]: audit 2023-12-06T04:20:10.481349+0000 mgr.smithi073.zlngfn (mgr.14182) 837 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:12.307 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:12.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:12 smithi073 bash[24935]: cluster 2023-12-06T04:20:11.493576+0000 mgr.smithi073.zlngfn (mgr.14182) 838 : cluster [DBG] pgmap v566: 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 2023-12-06T04:20:12.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:12 smithi110 bash[28336]: cluster 2023-12-06T04:20:11.493576+0000 mgr.smithi073.zlngfn (mgr.14182) 838 : cluster [DBG] pgmap v566: 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 2023-12-06T04:20:14.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:14 smithi110 bash[28336]: cluster 2023-12-06T04:20:13.494731+0000 mgr.smithi073.zlngfn (mgr.14182) 839 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:20:14.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:14 smithi073 bash[24935]: cluster 2023-12-06T04:20:13.494731+0000 mgr.smithi073.zlngfn (mgr.14182) 839 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:20:15.511 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:20:15.512 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:05.302157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.hmvctj on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\nDeploy daemon haproxy.nfs.foo.smithi110.hmvctj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.488076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qxciev on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\nDeploy daemon haproxy.nfs.foo.smithi073.qxciev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.490210Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsaghe on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:15.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:15 smithi073 bash[24935]: cluster 2023-12-06T04:20:15.495845+0000 mgr.smithi073.zlngfn (mgr.14182) 840 : 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 2023-12-06T04:20:15.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:15 smithi110 bash[28336]: cluster 2023-12-06T04:20:15.495845+0000 mgr.smithi073.zlngfn (mgr.14182) 840 : 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 2023-12-06T04:20:16.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:16.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:16 smithi073 bash[24935]: audit 2023-12-06T04:20:15.505518+0000 mgr.smithi073.zlngfn (mgr.14182) 841 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:16.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:16 smithi110 bash[28336]: audit 2023-12-06T04:20:15.505518+0000 mgr.smithi073.zlngfn (mgr.14182) 841 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:17.289 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:17.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:17 smithi073 bash[24935]: cluster 2023-12-06T04:20:17.496680+0000 mgr.smithi073.zlngfn (mgr.14182) 842 : 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 2023-12-06T04:20:17.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:17 smithi110 bash[28336]: cluster 2023-12-06T04:20:17.496680+0000 mgr.smithi073.zlngfn (mgr.14182) 842 : 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 2023-12-06T04:20:19.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:19 smithi073 bash[24935]: cluster 2023-12-06T04:20:19.498090+0000 mgr.smithi073.zlngfn (mgr.14182) 843 : cluster [DBG] pgmap v570: 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 2023-12-06T04:20:19.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:19 smithi110 bash[28336]: cluster 2023-12-06T04:20:19.498090+0000 mgr.smithi073.zlngfn (mgr.14182) 843 : cluster [DBG] pgmap v570: 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 2023-12-06T04:20:20.611 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:20:20.611 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:05.302157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.hmvctj on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\nDeploy daemon haproxy.nfs.foo.smithi110.hmvctj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.488076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qxciev on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\nDeploy daemon haproxy.nfs.foo.smithi073.qxciev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.490210Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsaghe on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:21.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:21.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:21 smithi073 bash[24935]: audit 2023-12-06T04:20:20.600201+0000 mgr.smithi073.zlngfn (mgr.14182) 844 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:21.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:21 smithi073 bash[24935]: cluster 2023-12-06T04:20:21.498952+0000 mgr.smithi073.zlngfn (mgr.14182) 845 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:20:21.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:21 smithi110 bash[28336]: audit 2023-12-06T04:20:20.600201+0000 mgr.smithi073.zlngfn (mgr.14182) 844 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:21.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:21 smithi110 bash[28336]: cluster 2023-12-06T04:20:21.498952+0000 mgr.smithi073.zlngfn (mgr.14182) 845 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:20:22.417 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:24.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:24 smithi073 bash[24935]: cluster 2023-12-06T04:20:23.500234+0000 mgr.smithi073.zlngfn (mgr.14182) 846 : 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 2023-12-06T04:20:24.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:24 smithi110 bash[28336]: cluster 2023-12-06T04:20:23.500234+0000 mgr.smithi073.zlngfn (mgr.14182) 846 : 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 2023-12-06T04:20:25.778 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:20:25.778 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:05.302157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.hmvctj on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\nDeploy daemon haproxy.nfs.foo.smithi110.hmvctj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.488076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qxciev on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\nDeploy daemon haproxy.nfs.foo.smithi073.qxciev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.490210Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsaghe on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:25.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:25 smithi073 bash[24935]: cluster 2023-12-06T04:20:25.501165+0000 mgr.smithi073.zlngfn (mgr.14182) 847 : 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 2023-12-06T04:20:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:25 smithi110 bash[28336]: cluster 2023-12-06T04:20:25.501165+0000 mgr.smithi073.zlngfn (mgr.14182) 847 : 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 2023-12-06T04:20:26.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:26.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:26 smithi073 bash[24935]: audit 2023-12-06T04:20:25.768617+0000 mgr.smithi073.zlngfn (mgr.14182) 848 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:26.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:26 smithi110 bash[28336]: audit 2023-12-06T04:20:25.768617+0000 mgr.smithi073.zlngfn (mgr.14182) 848 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:27.593 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:27.792 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:27 smithi073 bash[24935]: cluster 2023-12-06T04:20:27.502205+0000 mgr.smithi073.zlngfn (mgr.14182) 849 : 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 2023-12-06T04:20:27.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:27 smithi110 bash[28336]: cluster 2023-12-06T04:20:27.502205+0000 mgr.smithi073.zlngfn (mgr.14182) 849 : 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 2023-12-06T04:20:29.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:29 smithi073 bash[24935]: cluster 2023-12-06T04:20:29.503046+0000 mgr.smithi073.zlngfn (mgr.14182) 850 : cluster [DBG] pgmap v575: 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 2023-12-06T04:20:29.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:29 smithi110 bash[28336]: cluster 2023-12-06T04:20:29.503046+0000 mgr.smithi073.zlngfn (mgr.14182) 850 : cluster [DBG] pgmap v575: 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 2023-12-06T04:20:30.801 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:20:30.801 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:05.302157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.hmvctj on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\nDeploy daemon haproxy.nfs.foo.smithi110.hmvctj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.488076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qxciev on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\nDeploy daemon haproxy.nfs.foo.smithi073.qxciev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.490210Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsaghe on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:31.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:31.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:31 smithi073 bash[24935]: audit 2023-12-06T04:20:30.790540+0000 mgr.smithi073.zlngfn (mgr.14182) 851 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:31.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:31 smithi073 bash[24935]: cluster 2023-12-06T04:20:31.503927+0000 mgr.smithi073.zlngfn (mgr.14182) 852 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:20:31.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:31 smithi110 bash[28336]: audit 2023-12-06T04:20:30.790540+0000 mgr.smithi073.zlngfn (mgr.14182) 851 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:31.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:31 smithi110 bash[28336]: cluster 2023-12-06T04:20:31.503927+0000 mgr.smithi073.zlngfn (mgr.14182) 852 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:20:32.487 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:34.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:34 smithi073 bash[24935]: cluster 2023-12-06T04:20:33.505344+0000 mgr.smithi073.zlngfn (mgr.14182) 853 : 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 2023-12-06T04:20:34.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:34 smithi110 bash[28336]: cluster 2023-12-06T04:20:33.505344+0000 mgr.smithi073.zlngfn (mgr.14182) 853 : 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 2023-12-06T04:20:35.678 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:20:35.678 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:05.302157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.hmvctj on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\nDeploy daemon haproxy.nfs.foo.smithi110.hmvctj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.488076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qxciev on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\nDeploy daemon haproxy.nfs.foo.smithi073.qxciev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.490210Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsaghe on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:35.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:35 smithi073 bash[24935]: cluster 2023-12-06T04:20:35.506549+0000 mgr.smithi073.zlngfn (mgr.14182) 854 : 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 2023-12-06T04:20:35.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:35 smithi110 bash[28336]: cluster 2023-12-06T04:20:35.506549+0000 mgr.smithi073.zlngfn (mgr.14182) 854 : 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 2023-12-06T04:20:36.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:36.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:36 smithi073 bash[24935]: audit 2023-12-06T04:20:35.669084+0000 mgr.smithi073.zlngfn (mgr.14182) 855 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:36.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:36 smithi110 bash[28336]: audit 2023-12-06T04:20:35.669084+0000 mgr.smithi073.zlngfn (mgr.14182) 855 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:37.389 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:37.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:37 smithi073 bash[24935]: cluster 2023-12-06T04:20:37.507467+0000 mgr.smithi073.zlngfn (mgr.14182) 856 : 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 2023-12-06T04:20:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:37 smithi110 bash[28336]: cluster 2023-12-06T04:20:37.507467+0000 mgr.smithi073.zlngfn (mgr.14182) 856 : 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 2023-12-06T04:20:40.518 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:20:40.518 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:05.302157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.hmvctj on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\nDeploy daemon haproxy.nfs.foo.smithi110.hmvctj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.488076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qxciev on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\nDeploy daemon haproxy.nfs.foo.smithi073.qxciev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.490210Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsaghe on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:40.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:40 smithi073 bash[24935]: cluster 2023-12-06T04:20:39.508464+0000 mgr.smithi073.zlngfn (mgr.14182) 857 : cluster [DBG] pgmap v580: 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 2023-12-06T04:20:40.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:40 smithi073 bash[24935]: audit 2023-12-06T04:20:40.508357+0000 mgr.smithi073.zlngfn (mgr.14182) 858 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:40.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:40 smithi110 bash[28336]: cluster 2023-12-06T04:20:39.508464+0000 mgr.smithi073.zlngfn (mgr.14182) 857 : cluster [DBG] pgmap v580: 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 2023-12-06T04:20:40.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:40 smithi110 bash[28336]: audit 2023-12-06T04:20:40.508357+0000 mgr.smithi073.zlngfn (mgr.14182) 858 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:41.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:42.263 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:42.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:42 smithi073 bash[24935]: cluster 2023-12-06T04:20:41.509419+0000 mgr.smithi073.zlngfn (mgr.14182) 859 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:20:42.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:42 smithi110 bash[28336]: cluster 2023-12-06T04:20:41.509419+0000 mgr.smithi073.zlngfn (mgr.14182) 859 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:20:45.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:45 smithi073 bash[24935]: cluster 2023-12-06T04:20:43.510998+0000 mgr.smithi073.zlngfn (mgr.14182) 860 : 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 2023-12-06T04:20:45.424 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:20:45.424 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:05.302157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.hmvctj on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\nDeploy daemon haproxy.nfs.foo.smithi110.hmvctj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.488076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qxciev on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\nDeploy daemon haproxy.nfs.foo.smithi073.qxciev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.490210Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsaghe on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:45.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:45 smithi110 bash[28336]: cluster 2023-12-06T04:20:43.510998+0000 mgr.smithi073.zlngfn (mgr.14182) 860 : 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 2023-12-06T04:20:46.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:46.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:46 smithi110 bash[28336]: audit 2023-12-06T04:20:45.415582+0000 mgr.smithi073.zlngfn (mgr.14182) 861 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:46.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:46 smithi073 bash[24935]: audit 2023-12-06T04:20:45.415582+0000 mgr.smithi073.zlngfn (mgr.14182) 861 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:47.227 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:47.379 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:47 smithi073 bash[24935]: cluster 2023-12-06T04:20:45.512047+0000 mgr.smithi073.zlngfn (mgr.14182) 862 : 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 2023-12-06T04:20:47.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:47 smithi110 bash[28336]: cluster 2023-12-06T04:20:45.512047+0000 mgr.smithi073.zlngfn (mgr.14182) 862 : 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 2023-12-06T04:20:49.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:49 smithi110 bash[28336]: cluster 2023-12-06T04:20:47.513141+0000 mgr.smithi073.zlngfn (mgr.14182) 863 : 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 2023-12-06T04:20:49.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:49 smithi073 bash[24935]: cluster 2023-12-06T04:20:47.513141+0000 mgr.smithi073.zlngfn (mgr.14182) 863 : 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 2023-12-06T04:20:50.431 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:20:50.432 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:05.302157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.hmvctj on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\nDeploy daemon haproxy.nfs.foo.smithi110.hmvctj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.488076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qxciev on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\nDeploy daemon haproxy.nfs.foo.smithi073.qxciev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.490210Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsaghe on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:51.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:51.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:51 smithi110 bash[28336]: cluster 2023-12-06T04:20:49.513945+0000 mgr.smithi073.zlngfn (mgr.14182) 864 : cluster [DBG] pgmap v585: 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 2023-12-06T04:20:51.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:51 smithi110 bash[28336]: audit 2023-12-06T04:20:50.421422+0000 mgr.smithi073.zlngfn (mgr.14182) 865 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:51.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:51 smithi073 bash[24935]: cluster 2023-12-06T04:20:49.513945+0000 mgr.smithi073.zlngfn (mgr.14182) 864 : cluster [DBG] pgmap v585: 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 2023-12-06T04:20:51.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:51 smithi073 bash[24935]: audit 2023-12-06T04:20:50.421422+0000 mgr.smithi073.zlngfn (mgr.14182) 865 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:52.212 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:53.447 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:53 smithi073 bash[24935]: cluster 2023-12-06T04:20:51.514828+0000 mgr.smithi073.zlngfn (mgr.14182) 866 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:20:53.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:53 smithi110 bash[28336]: cluster 2023-12-06T04:20:51.514828+0000 mgr.smithi073.zlngfn (mgr.14182) 866 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:20:55.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:55 smithi073 bash[24935]: cluster 2023-12-06T04:20:53.515804+0000 mgr.smithi073.zlngfn (mgr.14182) 867 : 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 2023-12-06T04:20:55.405 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:20:55.405 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:05.302157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.hmvctj on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\nDeploy daemon haproxy.nfs.foo.smithi110.hmvctj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.488076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qxciev on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\nDeploy daemon haproxy.nfs.foo.smithi073.qxciev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.490210Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsaghe on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:55.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:55 smithi110 bash[28336]: cluster 2023-12-06T04:20:53.515804+0000 mgr.smithi073.zlngfn (mgr.14182) 867 : 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 2023-12-06T04:20:56.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:56.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:56 smithi110 bash[28336]: audit 2023-12-06T04:20:55.392277+0000 mgr.smithi073.zlngfn (mgr.14182) 868 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:56.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:56 smithi073 bash[24935]: audit 2023-12-06T04:20:55.392277+0000 mgr.smithi073.zlngfn (mgr.14182) 868 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:57.132 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:57.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:57 smithi110 bash[28336]: cluster 2023-12-06T04:20:55.517048+0000 mgr.smithi073.zlngfn (mgr.14182) 869 : 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 2023-12-06T04:20:57.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:57 smithi073 bash[24935]: cluster 2023-12-06T04:20:55.517048+0000 mgr.smithi073.zlngfn (mgr.14182) 869 : 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 2023-12-06T04:20:59.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:20:59 smithi110 bash[28336]: cluster 2023-12-06T04:20:57.518135+0000 mgr.smithi073.zlngfn (mgr.14182) 870 : 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 2023-12-06T04:20:59.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:20:59 smithi073 bash[24935]: cluster 2023-12-06T04:20:57.518135+0000 mgr.smithi073.zlngfn (mgr.14182) 870 : 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 2023-12-06T04:21:00.283 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:21:00.283 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:05.302157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.hmvctj on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\nDeploy daemon haproxy.nfs.foo.smithi110.hmvctj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.488076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qxciev on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\nDeploy daemon haproxy.nfs.foo.smithi073.qxciev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.490210Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsaghe on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:01.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:01.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:01 smithi073 bash[24935]: cluster 2023-12-06T04:20:59.519524+0000 mgr.smithi073.zlngfn (mgr.14182) 871 : cluster [DBG] pgmap v590: 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 2023-12-06T04:21:01.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:01 smithi073 bash[24935]: audit 2023-12-06T04:21:00.269864+0000 mgr.smithi073.zlngfn (mgr.14182) 872 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:01.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:01 smithi110 bash[28336]: cluster 2023-12-06T04:20:59.519524+0000 mgr.smithi073.zlngfn (mgr.14182) 871 : cluster [DBG] pgmap v590: 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 2023-12-06T04:21:01.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:01 smithi110 bash[28336]: audit 2023-12-06T04:21:00.269864+0000 mgr.smithi073.zlngfn (mgr.14182) 872 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:02.044 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:03.291 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:03 smithi073 bash[24935]: cluster 2023-12-06T04:21:01.520439+0000 mgr.smithi073.zlngfn (mgr.14182) 873 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:21:03.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:03 smithi110 bash[28336]: cluster 2023-12-06T04:21:01.520439+0000 mgr.smithi073.zlngfn (mgr.14182) 873 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:21:05.257 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:21:05.258 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:05.302157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.hmvctj on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\nDeploy daemon haproxy.nfs.foo.smithi110.hmvctj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.488076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qxciev on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\nDeploy daemon haproxy.nfs.foo.smithi073.qxciev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.490210Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsaghe on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:05.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:05 smithi110 bash[28336]: cluster 2023-12-06T04:21:03.521988+0000 mgr.smithi073.zlngfn (mgr.14182) 874 : 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 2023-12-06T04:21:05.520 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:05 smithi073 bash[24935]: cluster 2023-12-06T04:21:03.521988+0000 mgr.smithi073.zlngfn (mgr.14182) 874 : 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 2023-12-06T04:21:06.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:06.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:06 smithi073 bash[24935]: audit 2023-12-06T04:21:05.251680+0000 mgr.smithi073.zlngfn (mgr.14182) 875 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:06.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:06 smithi110 bash[28336]: audit 2023-12-06T04:21:05.251680+0000 mgr.smithi073.zlngfn (mgr.14182) 875 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:07.017 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:07.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:07 smithi073 bash[24935]: cluster 2023-12-06T04:21:05.522858+0000 mgr.smithi073.zlngfn (mgr.14182) 876 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:21:07.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:07 smithi110 bash[28336]: cluster 2023-12-06T04:21:05.522858+0000 mgr.smithi073.zlngfn (mgr.14182) 876 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:21:09.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:09 smithi073 bash[24935]: cluster 2023-12-06T04:21:07.523837+0000 mgr.smithi073.zlngfn (mgr.14182) 877 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:21:09.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:09 smithi110 bash[28336]: cluster 2023-12-06T04:21:07.523837+0000 mgr.smithi073.zlngfn (mgr.14182) 877 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:21:10.162 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:21:10.162 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:01.206562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.mgpjhh on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:05.302157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.hmvctj on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\nDeploy daemon haproxy.nfs.foo.smithi110.hmvctj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.488076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qxciev on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\nDeploy daemon haproxy.nfs.foo.smithi073.qxciev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.490210Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsaghe on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:10.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:10 smithi110 bash[28336]: audit 2023-12-06T04:21:09.495196+0000 mon.smithi073 (mon.0) 891 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:21:10.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:10 smithi110 bash[28336]: audit 2023-12-06T04:21:09.768125+0000 mon.smithi073 (mon.0) 892 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:21:10.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:10 smithi110 bash[28336]: audit 2023-12-06T04:21:09.769126+0000 mon.smithi073 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:21:10.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:10 smithi110 bash[28336]: audit 2023-12-06T04:21:09.776065+0000 mon.smithi073 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:21:10.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:10 smithi110 bash[28336]: audit 2023-12-06T04:21:09.785386+0000 mon.smithi073 (mon.0) 895 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:21:10.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:10 smithi110 bash[28336]: audit 2023-12-06T04:21:09.799273+0000 mon.smithi073 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:21:10.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:10 smithi073 bash[24935]: audit 2023-12-06T04:21:09.495196+0000 mon.smithi073 (mon.0) 891 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:21:10.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:10 smithi073 bash[24935]: audit 2023-12-06T04:21:09.768125+0000 mon.smithi073 (mon.0) 892 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:21:10.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:10 smithi073 bash[24935]: audit 2023-12-06T04:21:09.769126+0000 mon.smithi073 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:21:10.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:10 smithi073 bash[24935]: audit 2023-12-06T04:21:09.776065+0000 mon.smithi073 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:21:10.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:10 smithi073 bash[24935]: audit 2023-12-06T04:21:09.785386+0000 mon.smithi073 (mon.0) 895 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:21:10.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:10 smithi073 bash[24935]: audit 2023-12-06T04:21:09.799273+0000 mon.smithi073 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:21:10.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:11.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:11 smithi073 bash[24935]: cluster 2023-12-06T04:21:09.524795+0000 mgr.smithi073.zlngfn (mgr.14182) 878 : cluster [DBG] pgmap v595: 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 2023-12-06T04:21:11.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:11 smithi073 bash[24935]: cluster 2023-12-06T04:21:09.776820+0000 mgr.smithi073.zlngfn (mgr.14182) 879 : 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 2023-12-06T04:21:11.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:11 smithi073 bash[24935]: cephadm 2023-12-06T04:21:09.803517+0000 mgr.smithi073.zlngfn (mgr.14182) 880 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.zwmpko on smithi110 2023-12-06T04:21:11.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:11 smithi073 bash[24935]: audit 2023-12-06T04:21:10.151616+0000 mgr.smithi073.zlngfn (mgr.14182) 881 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:11.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:11 smithi073 bash[24935]: cluster 2023-12-06T04:21:10.200561+0000 mon.smithi073 (mon.0) 897 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:21:11.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:11 smithi073 bash[24935]: cluster 2023-12-06T04:21:10.200606+0000 mon.smithi073 (mon.0) 898 : cluster [INF] Cluster is now healthy 2023-12-06T04:21:11.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:11 smithi110 bash[28336]: cluster 2023-12-06T04:21:09.524795+0000 mgr.smithi073.zlngfn (mgr.14182) 878 : cluster [DBG] pgmap v595: 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 2023-12-06T04:21:11.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:11 smithi110 bash[28336]: cluster 2023-12-06T04:21:09.776820+0000 mgr.smithi073.zlngfn (mgr.14182) 879 : 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 2023-12-06T04:21:11.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:11 smithi110 bash[28336]: cephadm 2023-12-06T04:21:09.803517+0000 mgr.smithi073.zlngfn (mgr.14182) 880 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.zwmpko on smithi110 2023-12-06T04:21:11.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:11 smithi110 bash[28336]: audit 2023-12-06T04:21:10.151616+0000 mgr.smithi073.zlngfn (mgr.14182) 881 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:11.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:11 smithi110 bash[28336]: cluster 2023-12-06T04:21:10.200561+0000 mon.smithi073 (mon.0) 897 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:21:11.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:11 smithi110 bash[28336]: cluster 2023-12-06T04:21:10.200606+0000 mon.smithi073 (mon.0) 898 : cluster [INF] Cluster is now healthy 2023-12-06T04:21:11.914 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:13.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:13 smithi110 bash[28336]: cluster 2023-12-06T04:21:11.777432+0000 mgr.smithi073.zlngfn (mgr.14182) 882 : 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 2023-12-06T04:21:13.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:13 smithi073 bash[24935]: cluster 2023-12-06T04:21:11.777432+0000 mgr.smithi073.zlngfn (mgr.14182) 882 : 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 2023-12-06T04:21:14.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:14 smithi073 bash[24935]: audit 2023-12-06T04:21:13.234291+0000 mon.smithi073 (mon.0) 899 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:21:14.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:14 smithi073 bash[24935]: audit 2023-12-06T04:21:13.592249+0000 mon.smithi073 (mon.0) 900 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.zwmpko"}]: dispatch 2023-12-06T04:21:14.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:14 smithi110 bash[28336]: audit 2023-12-06T04:21:13.234291+0000 mon.smithi073 (mon.0) 899 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:21:14.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:14 smithi110 bash[28336]: audit 2023-12-06T04:21:13.592249+0000 mon.smithi073 (mon.0) 900 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.zwmpko"}]: dispatch 2023-12-06T04:21:15.180 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:21:15.180 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:20:05.302157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.hmvctj on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-hmvctj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.hmvctj\nDeploy daemon haproxy.nfs.foo.smithi110.hmvctj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.488076Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qxciev on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qxciev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qxciev\nDeploy daemon haproxy.nfs.foo.smithi073.qxciev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:20:09.490210Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsaghe on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:13.593618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\nDeploy daemon haproxy.nfs.foo.smithi110.zwmpko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: cephadm 2023-12-06T04:21:13.591093+0000 mgr.smithi073.zlngfn (mgr.14182) 883 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko 2023-12-06T04:21:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:21:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko 2023-12-06T04:21:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko 2023-12-06T04:21:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:21:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko 2023-12-06T04:21:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.zwmpko ... 2023-12-06T04:21:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:21:15.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:21:15.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:21:15.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:15.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:21:15.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:21:15.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:21:15.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:21:15.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:21:15.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko 2023-12-06T04:21:15.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:21:15.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko 2023-12-06T04:21:15.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko 2023-12-06T04:21:15.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:21:15.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko 2023-12-06T04:21:15.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.zwmpko ... 2023-12-06T04:21:15.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:15.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:21:15.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:21:15.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:21:15.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:15.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: cephadm 2023-12-06T04:21:13.591507+0000 mgr.smithi073.zlngfn (mgr.14182) 884 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.zwmpko 2023-12-06T04:21:15.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: cephadm 2023-12-06T04:21:13.593938+0000 mgr.smithi073.zlngfn (mgr.14182) 885 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko 2023-12-06T04:21:15.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:21:15.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko 2023-12-06T04:21:15.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko 2023-12-06T04:21:15.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:21:15.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko 2023-12-06T04:21:15.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.zwmpko ... 2023-12-06T04:21:15.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:15.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:21:15.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:21:15.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:21:15.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:15.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: cephadm 2023-12-06T04:21:13.598921+0000 mgr.smithi073.zlngfn (mgr.14182) 886 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.usrgkw on smithi073 2023-12-06T04:21:15.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:15 smithi073 bash[24935]: cluster 2023-12-06T04:21:13.778036+0000 mgr.smithi073.zlngfn (mgr.14182) 887 : cluster [DBG] pgmap v598: 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 2023-12-06T04:21:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: cephadm 2023-12-06T04:21:13.591093+0000 mgr.smithi073.zlngfn (mgr.14182) 883 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko 2023-12-06T04:21:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:21:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko 2023-12-06T04:21:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko 2023-12-06T04:21:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:21:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko 2023-12-06T04:21:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.zwmpko ... 2023-12-06T04:21:15.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:21:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:21:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:21:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:21:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:21:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:21:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:21:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:21:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko 2023-12-06T04:21:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:21:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko 2023-12-06T04:21:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko 2023-12-06T04:21:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:21:15.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko 2023-12-06T04:21:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.zwmpko ... 2023-12-06T04:21:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:21:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:21:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:21:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: cephadm 2023-12-06T04:21:13.591507+0000 mgr.smithi073.zlngfn (mgr.14182) 884 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.zwmpko 2023-12-06T04:21:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: cephadm 2023-12-06T04:21:13.593938+0000 mgr.smithi073.zlngfn (mgr.14182) 885 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko 2023-12-06T04:21:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:21:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko 2023-12-06T04:21:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko 2023-12-06T04:21:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:21:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko 2023-12-06T04:21:15.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.zwmpko ... 2023-12-06T04:21:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:21:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:21:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:21:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: cephadm 2023-12-06T04:21:13.598921+0000 mgr.smithi073.zlngfn (mgr.14182) 886 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.usrgkw on smithi073 2023-12-06T04:21:15.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:15 smithi110 bash[28336]: cluster 2023-12-06T04:21:13.778036+0000 mgr.smithi073.zlngfn (mgr.14182) 887 : cluster [DBG] pgmap v598: 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 2023-12-06T04:21:15.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:16.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:16 smithi073 bash[24935]: audit 2023-12-06T04:21:15.169573+0000 mgr.smithi073.zlngfn (mgr.14182) 888 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:16.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:16 smithi110 bash[28336]: audit 2023-12-06T04:21:15.169573+0000 mgr.smithi073.zlngfn (mgr.14182) 888 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:16.960 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:17.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:17 smithi073 bash[24935]: cluster 2023-12-06T04:21:15.778516+0000 mgr.smithi073.zlngfn (mgr.14182) 889 : cluster [DBG] pgmap v599: 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 2023-12-06T04:21:17.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:17 smithi110 bash[28336]: cluster 2023-12-06T04:21:15.778516+0000 mgr.smithi073.zlngfn (mgr.14182) 889 : cluster [DBG] pgmap v599: 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 2023-12-06T04:21:18.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:18 smithi073 bash[24935]: audit 2023-12-06T04:21:17.831725+0000 mon.smithi073 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.usrgkw"}]: dispatch 2023-12-06T04:21:18.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:18 smithi110 bash[28336]: audit 2023-12-06T04:21:17.831725+0000 mon.smithi073 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.usrgkw"}]: dispatch 2023-12-06T04:21:19.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: cluster 2023-12-06T04:21:17.779282+0000 mgr.smithi073.zlngfn (mgr.14182) 890 : cluster [DBG] pgmap v600: 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 2023-12-06T04:21:19.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: cephadm 2023-12-06T04:21:17.830632+0000 mgr.smithi073.zlngfn (mgr.14182) 891 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw 2023-12-06T04:21:19.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:21:19.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw 2023-12-06T04:21:19.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw 2023-12-06T04:21:19.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:21:19.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw 2023-12-06T04:21:19.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.usrgkw ... 2023-12-06T04:21:19.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:19.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:21:19.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:21:19.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:21:19.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:19.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:21:19.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:21:19.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:21:19.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:21:19.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:21:19.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw 2023-12-06T04:21:19.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:21:19.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw 2023-12-06T04:21:19.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw 2023-12-06T04:21:19.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:21:19.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw 2023-12-06T04:21:19.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.usrgkw ... 2023-12-06T04:21:19.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:19.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:21:19.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:21:19.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:21:19.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:19.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: cephadm 2023-12-06T04:21:17.831192+0000 mgr.smithi073.zlngfn (mgr.14182) 892 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.usrgkw 2023-12-06T04:21:19.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: cephadm 2023-12-06T04:21:17.832641+0000 mgr.smithi073.zlngfn (mgr.14182) 893 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.usrgkw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw 2023-12-06T04:21:19.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:21:19.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw 2023-12-06T04:21:19.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw 2023-12-06T04:21:19.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:21:19.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw 2023-12-06T04:21:19.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.usrgkw ... 2023-12-06T04:21:19.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:19.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:21:19.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:21:19.583 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:21:19.583 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:19.583 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: cephadm 2023-12-06T04:21:17.836300+0000 mgr.smithi073.zlngfn (mgr.14182) 894 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.xjwwrj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:21:19.583 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: cephadm 2023-12-06T04:21:17.838279+0000 mgr.smithi073.zlngfn (mgr.14182) 895 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:21:19.583 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: cluster 2023-12-06T04:21:17.839233+0000 mgr.smithi073.zlngfn (mgr.14182) 896 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:21:19.583 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:19 smithi073 bash[24935]: cluster 2023-12-06T04:21:18.255638+0000 mon.smithi073 (mon.0) 902 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:21:19.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: cluster 2023-12-06T04:21:17.779282+0000 mgr.smithi073.zlngfn (mgr.14182) 890 : cluster [DBG] pgmap v600: 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 2023-12-06T04:21:19.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: cephadm 2023-12-06T04:21:17.830632+0000 mgr.smithi073.zlngfn (mgr.14182) 891 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw 2023-12-06T04:21:19.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:21:19.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw 2023-12-06T04:21:19.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw 2023-12-06T04:21:19.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:21:19.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw 2023-12-06T04:21:19.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.usrgkw ... 2023-12-06T04:21:19.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:19.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:21:19.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:21:19.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:21:19.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:19.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:21:19.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:21:19.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:21:19.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:21:19.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:21:19.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw 2023-12-06T04:21:19.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:21:19.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw 2023-12-06T04:21:19.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw 2023-12-06T04:21:19.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:21:19.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw 2023-12-06T04:21:19.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.usrgkw ... 2023-12-06T04:21:19.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:19.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:21:19.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:21:19.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:21:19.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:19.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: cephadm 2023-12-06T04:21:17.831192+0000 mgr.smithi073.zlngfn (mgr.14182) 892 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.usrgkw 2023-12-06T04:21:19.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: cephadm 2023-12-06T04:21:17.832641+0000 mgr.smithi073.zlngfn (mgr.14182) 893 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.usrgkw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw 2023-12-06T04:21:19.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:21:19.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw 2023-12-06T04:21:19.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw 2023-12-06T04:21:19.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:21:19.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw 2023-12-06T04:21:19.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.usrgkw ... 2023-12-06T04:21:19.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:19.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:21:19.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:21:19.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:21:19.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:19.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: cephadm 2023-12-06T04:21:17.836300+0000 mgr.smithi073.zlngfn (mgr.14182) 894 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.xjwwrj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:21:19.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: cephadm 2023-12-06T04:21:17.838279+0000 mgr.smithi073.zlngfn (mgr.14182) 895 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:21:19.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: cluster 2023-12-06T04:21:17.839233+0000 mgr.smithi073.zlngfn (mgr.14182) 896 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:21:19.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:19 smithi110 bash[28336]: cluster 2023-12-06T04:21:18.255638+0000 mon.smithi073 (mon.0) 902 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:21:20.670 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:21:20.671 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:13.593618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\nDeploy daemon haproxy.nfs.foo.smithi110.zwmpko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.832427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.usrgkw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\nDeploy daemon haproxy.nfs.foo.smithi073.usrgkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.836178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.xjwwrj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:21.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:21.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:21 smithi073 bash[24935]: cluster 2023-12-06T04:21:19.840605+0000 mgr.smithi073.zlngfn (mgr.14182) 897 : cluster [DBG] pgmap v602: 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 2023-12-06T04:21:21.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:21 smithi073 bash[24935]: audit 2023-12-06T04:21:20.250308+0000 mon.smithi073 (mon.0) 903 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:21:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:21 smithi110 bash[28336]: cluster 2023-12-06T04:21:19.840605+0000 mgr.smithi073.zlngfn (mgr.14182) 897 : cluster [DBG] pgmap v602: 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 2023-12-06T04:21:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:21 smithi110 bash[28336]: audit 2023-12-06T04:21:20.250308+0000 mon.smithi073 (mon.0) 903 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:21:22.443 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:22.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:22 smithi073 bash[24935]: audit 2023-12-06T04:21:20.658572+0000 mgr.smithi073.zlngfn (mgr.14182) 898 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:22.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:22 smithi110 bash[28336]: audit 2023-12-06T04:21:20.658572+0000 mgr.smithi073.zlngfn (mgr.14182) 898 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:23.552 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:23 smithi073 bash[24935]: cluster 2023-12-06T04:21:21.841507+0000 mgr.smithi073.zlngfn (mgr.14182) 899 : cluster [DBG] pgmap v603: 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 2023-12-06T04:21:23.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:23 smithi110 bash[28336]: cluster 2023-12-06T04:21:21.841507+0000 mgr.smithi073.zlngfn (mgr.14182) 899 : cluster [DBG] pgmap v603: 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 2023-12-06T04:21:25.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:25 smithi073 bash[24935]: cluster 2023-12-06T04:21:23.842745+0000 mgr.smithi073.zlngfn (mgr.14182) 900 : cluster [DBG] pgmap v604: 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 2023-12-06T04:21:25.652 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:21:25.652 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:13.593618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\nDeploy daemon haproxy.nfs.foo.smithi110.zwmpko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.832427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.usrgkw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\nDeploy daemon haproxy.nfs.foo.smithi073.usrgkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.836178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.xjwwrj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:25.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:25 smithi110 bash[28336]: cluster 2023-12-06T04:21:23.842745+0000 mgr.smithi073.zlngfn (mgr.14182) 900 : cluster [DBG] pgmap v604: 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 2023-12-06T04:21:26.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:27.453 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:27.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:27 smithi073 bash[24935]: audit 2023-12-06T04:21:25.642406+0000 mgr.smithi073.zlngfn (mgr.14182) 901 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:27.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:27 smithi073 bash[24935]: cluster 2023-12-06T04:21:25.843803+0000 mgr.smithi073.zlngfn (mgr.14182) 902 : cluster [DBG] pgmap v605: 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 2023-12-06T04:21:27.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:27 smithi110 bash[28336]: audit 2023-12-06T04:21:25.642406+0000 mgr.smithi073.zlngfn (mgr.14182) 901 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:27.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:27 smithi110 bash[28336]: cluster 2023-12-06T04:21:25.843803+0000 mgr.smithi073.zlngfn (mgr.14182) 902 : cluster [DBG] pgmap v605: 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 2023-12-06T04:21:29.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:29 smithi073 bash[24935]: cluster 2023-12-06T04:21:27.844917+0000 mgr.smithi073.zlngfn (mgr.14182) 903 : cluster [DBG] pgmap v606: 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 2023-12-06T04:21:29.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:29 smithi073 bash[24935]: audit 2023-12-06T04:21:28.236946+0000 mon.smithi073 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:21:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:29 smithi110 bash[28336]: cluster 2023-12-06T04:21:27.844917+0000 mgr.smithi073.zlngfn (mgr.14182) 903 : cluster [DBG] pgmap v606: 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 2023-12-06T04:21:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:29 smithi110 bash[28336]: audit 2023-12-06T04:21:28.236946+0000 mon.smithi073 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:21:30.599 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:21:30.599 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:13.593618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\nDeploy daemon haproxy.nfs.foo.smithi110.zwmpko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.832427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.usrgkw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\nDeploy daemon haproxy.nfs.foo.smithi073.usrgkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.836178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.xjwwrj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:31.277 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:31.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:31 smithi073 bash[24935]: cluster 2023-12-06T04:21:29.846416+0000 mgr.smithi073.zlngfn (mgr.14182) 904 : 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 2023-12-06T04:21:31.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:31 smithi110 bash[28336]: cluster 2023-12-06T04:21:29.846416+0000 mgr.smithi073.zlngfn (mgr.14182) 904 : 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 2023-12-06T04:21:32.278 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:32.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:32 smithi073 bash[24935]: audit 2023-12-06T04:21:30.588843+0000 mgr.smithi073.zlngfn (mgr.14182) 905 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:32.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:32 smithi110 bash[28336]: audit 2023-12-06T04:21:30.588843+0000 mgr.smithi073.zlngfn (mgr.14182) 905 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:33.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:33 smithi073 bash[24935]: cluster 2023-12-06T04:21:31.847785+0000 mgr.smithi073.zlngfn (mgr.14182) 906 : 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 2023-12-06T04:21:33.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:33 smithi110 bash[28336]: cluster 2023-12-06T04:21:31.847785+0000 mgr.smithi073.zlngfn (mgr.14182) 906 : 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 2023-12-06T04:21:35.306 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:21:35.306 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:13.593618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\nDeploy daemon haproxy.nfs.foo.smithi110.zwmpko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.832427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.usrgkw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\nDeploy daemon haproxy.nfs.foo.smithi073.usrgkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.836178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.xjwwrj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:35.532 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:35 smithi073 bash[24935]: cluster 2023-12-06T04:21:33.849242+0000 mgr.smithi073.zlngfn (mgr.14182) 907 : 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 2023-12-06T04:21:35.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:35 smithi110 bash[28336]: cluster 2023-12-06T04:21:33.849242+0000 mgr.smithi073.zlngfn (mgr.14182) 907 : 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 2023-12-06T04:21:36.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:36.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:36 smithi073 bash[24935]: audit 2023-12-06T04:21:35.293423+0000 mgr.smithi073.zlngfn (mgr.14182) 908 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:36.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:36 smithi110 bash[28336]: audit 2023-12-06T04:21:35.293423+0000 mgr.smithi073.zlngfn (mgr.14182) 908 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:37.048 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:37.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:37 smithi073 bash[24935]: cluster 2023-12-06T04:21:35.850289+0000 mgr.smithi073.zlngfn (mgr.14182) 909 : 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 2023-12-06T04:21:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:37 smithi110 bash[28336]: cluster 2023-12-06T04:21:35.850289+0000 mgr.smithi073.zlngfn (mgr.14182) 909 : 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 2023-12-06T04:21:39.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:39 smithi073 bash[24935]: cluster 2023-12-06T04:21:37.850917+0000 mgr.smithi073.zlngfn (mgr.14182) 910 : 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 2023-12-06T04:21:39.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:39 smithi110 bash[28336]: cluster 2023-12-06T04:21:37.850917+0000 mgr.smithi073.zlngfn (mgr.14182) 910 : 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 2023-12-06T04:21:40.283 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:21:40.283 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:13.593618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\nDeploy daemon haproxy.nfs.foo.smithi110.zwmpko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.832427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.usrgkw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\nDeploy daemon haproxy.nfs.foo.smithi073.usrgkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.836178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.xjwwrj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:41.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:41.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:41 smithi073 bash[24935]: cluster 2023-12-06T04:21:39.852308+0000 mgr.smithi073.zlngfn (mgr.14182) 911 : 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 2023-12-06T04:21:41.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:41 smithi073 bash[24935]: audit 2023-12-06T04:21:40.272140+0000 mgr.smithi073.zlngfn (mgr.14182) 912 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:41.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:41 smithi110 bash[28336]: cluster 2023-12-06T04:21:39.852308+0000 mgr.smithi073.zlngfn (mgr.14182) 911 : 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 2023-12-06T04:21:41.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:41 smithi110 bash[28336]: audit 2023-12-06T04:21:40.272140+0000 mgr.smithi073.zlngfn (mgr.14182) 912 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:42.093 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:43.513 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:43 smithi073 bash[24935]: cluster 2023-12-06T04:21:41.853266+0000 mgr.smithi073.zlngfn (mgr.14182) 913 : 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 2023-12-06T04:21:43.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:43 smithi110 bash[28336]: cluster 2023-12-06T04:21:41.853266+0000 mgr.smithi073.zlngfn (mgr.14182) 913 : 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 2023-12-06T04:21:45.231 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:21:45.231 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:13.593618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\nDeploy daemon haproxy.nfs.foo.smithi110.zwmpko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.832427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.usrgkw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\nDeploy daemon haproxy.nfs.foo.smithi073.usrgkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.836178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.xjwwrj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:45.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:45 smithi073 bash[24935]: cluster 2023-12-06T04:21:43.854715+0000 mgr.smithi073.zlngfn (mgr.14182) 914 : 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 2023-12-06T04:21:45.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:45 smithi110 bash[28336]: cluster 2023-12-06T04:21:43.854715+0000 mgr.smithi073.zlngfn (mgr.14182) 914 : 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 2023-12-06T04:21:45.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:46.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:46 smithi073 bash[24935]: audit 2023-12-06T04:21:45.220835+0000 mgr.smithi073.zlngfn (mgr.14182) 915 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:46 smithi110 bash[28336]: audit 2023-12-06T04:21:45.220835+0000 mgr.smithi073.zlngfn (mgr.14182) 915 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:46.973 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:47.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:47 smithi073 bash[24935]: cluster 2023-12-06T04:21:45.855778+0000 mgr.smithi073.zlngfn (mgr.14182) 916 : 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 2023-12-06T04:21:47.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:47 smithi110 bash[28336]: cluster 2023-12-06T04:21:45.855778+0000 mgr.smithi073.zlngfn (mgr.14182) 916 : 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 2023-12-06T04:21:49.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:49 smithi073 bash[24935]: cluster 2023-12-06T04:21:47.856595+0000 mgr.smithi073.zlngfn (mgr.14182) 917 : 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 2023-12-06T04:21:49.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:49 smithi110 bash[28336]: cluster 2023-12-06T04:21:47.856595+0000 mgr.smithi073.zlngfn (mgr.14182) 917 : 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 2023-12-06T04:21:50.245 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:21:50.246 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:13.593618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\nDeploy daemon haproxy.nfs.foo.smithi110.zwmpko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.832427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.usrgkw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\nDeploy daemon haproxy.nfs.foo.smithi073.usrgkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.836178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.xjwwrj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:51.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:51.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:51 smithi073 bash[24935]: cluster 2023-12-06T04:21:49.857977+0000 mgr.smithi073.zlngfn (mgr.14182) 918 : 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 2023-12-06T04:21:51.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:51 smithi073 bash[24935]: audit 2023-12-06T04:21:50.234318+0000 mgr.smithi073.zlngfn (mgr.14182) 919 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:51.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:51 smithi110 bash[28336]: cluster 2023-12-06T04:21:49.857977+0000 mgr.smithi073.zlngfn (mgr.14182) 918 : 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 2023-12-06T04:21:51.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:51 smithi110 bash[28336]: audit 2023-12-06T04:21:50.234318+0000 mgr.smithi073.zlngfn (mgr.14182) 919 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:52.007 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:53.480 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:53 smithi073 bash[24935]: cluster 2023-12-06T04:21:51.859022+0000 mgr.smithi073.zlngfn (mgr.14182) 920 : 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 2023-12-06T04:21:53.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:53 smithi110 bash[28336]: cluster 2023-12-06T04:21:51.859022+0000 mgr.smithi073.zlngfn (mgr.14182) 920 : 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 2023-12-06T04:21:55.199 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:21:55.199 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:13.593618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\nDeploy daemon haproxy.nfs.foo.smithi110.zwmpko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.832427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.usrgkw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\nDeploy daemon haproxy.nfs.foo.smithi073.usrgkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.836178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.xjwwrj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:55.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:55 smithi073 bash[24935]: cluster 2023-12-06T04:21:53.860324+0000 mgr.smithi073.zlngfn (mgr.14182) 921 : 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 2023-12-06T04:21:55.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:55 smithi110 bash[28336]: cluster 2023-12-06T04:21:53.860324+0000 mgr.smithi073.zlngfn (mgr.14182) 921 : 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 2023-12-06T04:21:55.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:56.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:56 smithi110 bash[28336]: audit 2023-12-06T04:21:55.188025+0000 mgr.smithi073.zlngfn (mgr.14182) 922 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:56.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:56 smithi073 bash[24935]: audit 2023-12-06T04:21:55.188025+0000 mgr.smithi073.zlngfn (mgr.14182) 922 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:56.962 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:57.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:57 smithi073 bash[24935]: cluster 2023-12-06T04:21:55.861310+0000 mgr.smithi073.zlngfn (mgr.14182) 923 : 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 2023-12-06T04:21:57.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:57 smithi110 bash[28336]: cluster 2023-12-06T04:21:55.861310+0000 mgr.smithi073.zlngfn (mgr.14182) 923 : 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 2023-12-06T04:21:59.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:21:59 smithi110 bash[28336]: cluster 2023-12-06T04:21:57.862445+0000 mgr.smithi073.zlngfn (mgr.14182) 924 : 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 2023-12-06T04:21:59.783 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:21:59 smithi073 bash[24935]: cluster 2023-12-06T04:21:57.862445+0000 mgr.smithi073.zlngfn (mgr.14182) 924 : 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 2023-12-06T04:22:00.207 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:22:00.207 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:13.593618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\nDeploy daemon haproxy.nfs.foo.smithi110.zwmpko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.832427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.usrgkw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\nDeploy daemon haproxy.nfs.foo.smithi073.usrgkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.836178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.xjwwrj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:01.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:01 smithi110 bash[28336]: cluster 2023-12-06T04:21:59.863993+0000 mgr.smithi073.zlngfn (mgr.14182) 925 : 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 2023-12-06T04:22:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:01 smithi110 bash[28336]: audit 2023-12-06T04:22:00.196388+0000 mgr.smithi073.zlngfn (mgr.14182) 926 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:01.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:01 smithi073 bash[24935]: cluster 2023-12-06T04:21:59.863993+0000 mgr.smithi073.zlngfn (mgr.14182) 925 : 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 2023-12-06T04:22:01.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:01 smithi073 bash[24935]: audit 2023-12-06T04:22:00.196388+0000 mgr.smithi073.zlngfn (mgr.14182) 926 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:02.013 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:03.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:03 smithi110 bash[28336]: cluster 2023-12-06T04:22:01.865058+0000 mgr.smithi073.zlngfn (mgr.14182) 927 : 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 2023-12-06T04:22:03.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:03 smithi073 bash[24935]: cluster 2023-12-06T04:22:01.865058+0000 mgr.smithi073.zlngfn (mgr.14182) 927 : 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 2023-12-06T04:22:05.262 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:22:05.262 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:13.593618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\nDeploy daemon haproxy.nfs.foo.smithi110.zwmpko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.832427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.usrgkw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\nDeploy daemon haproxy.nfs.foo.smithi073.usrgkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.836178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.xjwwrj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:05.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:05 smithi073 bash[24935]: cluster 2023-12-06T04:22:03.866397+0000 mgr.smithi073.zlngfn (mgr.14182) 928 : 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 2023-12-06T04:22:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:05 smithi110 bash[28336]: cluster 2023-12-06T04:22:03.866397+0000 mgr.smithi073.zlngfn (mgr.14182) 928 : 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 2023-12-06T04:22:05.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:06.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:06 smithi110 bash[28336]: audit 2023-12-06T04:22:05.250659+0000 mgr.smithi073.zlngfn (mgr.14182) 929 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:06.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:06 smithi073 bash[24935]: audit 2023-12-06T04:22:05.250659+0000 mgr.smithi073.zlngfn (mgr.14182) 929 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:06.993 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:07.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:07 smithi073 bash[24935]: cluster 2023-12-06T04:22:05.867445+0000 mgr.smithi073.zlngfn (mgr.14182) 930 : 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 2023-12-06T04:22:07.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:07 smithi110 bash[28336]: cluster 2023-12-06T04:22:05.867445+0000 mgr.smithi073.zlngfn (mgr.14182) 930 : 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 2023-12-06T04:22:09.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:09 smithi110 bash[28336]: cluster 2023-12-06T04:22:07.868406+0000 mgr.smithi073.zlngfn (mgr.14182) 931 : 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 2023-12-06T04:22:09.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:09 smithi073 bash[24935]: cluster 2023-12-06T04:22:07.868406+0000 mgr.smithi073.zlngfn (mgr.14182) 931 : 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 2023-12-06T04:22:10.283 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:22:10.283 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:13.593618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\nDeploy daemon haproxy.nfs.foo.smithi110.zwmpko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.832427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.usrgkw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\nDeploy daemon haproxy.nfs.foo.smithi073.usrgkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.836178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.xjwwrj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:11.055 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:11.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:11 smithi110 bash[28336]: cluster 2023-12-06T04:22:09.869679+0000 mgr.smithi073.zlngfn (mgr.14182) 932 : 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 2023-12-06T04:22:11.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:11 smithi110 bash[28336]: audit 2023-12-06T04:22:10.277134+0000 mgr.smithi073.zlngfn (mgr.14182) 933 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:11.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:11 smithi073 bash[24935]: cluster 2023-12-06T04:22:09.869679+0000 mgr.smithi073.zlngfn (mgr.14182) 932 : 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 2023-12-06T04:22:11.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:11 smithi073 bash[24935]: audit 2023-12-06T04:22:10.277134+0000 mgr.smithi073.zlngfn (mgr.14182) 933 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:12.055 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:13.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:13 smithi110 bash[28336]: cluster 2023-12-06T04:22:11.870696+0000 mgr.smithi073.zlngfn (mgr.14182) 934 : 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 2023-12-06T04:22:13.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:13 smithi073 bash[24935]: cluster 2023-12-06T04:22:11.870696+0000 mgr.smithi073.zlngfn (mgr.14182) 934 : 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 2023-12-06T04:22:15.062 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:22:15.063 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:13.593618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\nDeploy daemon haproxy.nfs.foo.smithi110.zwmpko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.832427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.usrgkw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\nDeploy daemon haproxy.nfs.foo.smithi073.usrgkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.836178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.xjwwrj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:15.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:15 smithi110 bash[28336]: cluster 2023-12-06T04:22:13.871588+0000 mgr.smithi073.zlngfn (mgr.14182) 935 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:22:15.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:15 smithi073 bash[24935]: cluster 2023-12-06T04:22:13.871588+0000 mgr.smithi073.zlngfn (mgr.14182) 935 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:22:15.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:16.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:16 smithi110 bash[28336]: audit 2023-12-06T04:22:15.052221+0000 mgr.smithi073.zlngfn (mgr.14182) 936 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:16.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:16 smithi073 bash[24935]: audit 2023-12-06T04:22:15.052221+0000 mgr.smithi073.zlngfn (mgr.14182) 936 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:16.896 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:17.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:17 smithi110 bash[28336]: cluster 2023-12-06T04:22:15.872301+0000 mgr.smithi073.zlngfn (mgr.14182) 937 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:22:17.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:17 smithi073 bash[24935]: cluster 2023-12-06T04:22:15.872301+0000 mgr.smithi073.zlngfn (mgr.14182) 937 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:22:18.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:18 smithi110 bash[28336]: audit 2023-12-06T04:22:17.842133+0000 mon.smithi073 (mon.0) 905 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:22:18.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:18 smithi110 bash[28336]: audit 2023-12-06T04:22:18.101973+0000 mon.smithi073 (mon.0) 906 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:22:18.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:18 smithi110 bash[28336]: audit 2023-12-06T04:22:18.365384+0000 mon.smithi073 (mon.0) 907 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:22:18.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:18 smithi110 bash[28336]: audit 2023-12-06T04:22:18.366730+0000 mon.smithi073 (mon.0) 908 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:22:18.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:18 smithi110 bash[28336]: audit 2023-12-06T04:22:18.372465+0000 mon.smithi073 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:22:18.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:18 smithi110 bash[28336]: audit 2023-12-06T04:22:18.379975+0000 mon.smithi073 (mon.0) 910 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:22:18.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:18 smithi110 bash[28336]: audit 2023-12-06T04:22:18.390872+0000 mon.smithi073 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:22:18.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:18 smithi073 bash[24935]: audit 2023-12-06T04:22:17.842133+0000 mon.smithi073 (mon.0) 905 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:22:18.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:18 smithi073 bash[24935]: audit 2023-12-06T04:22:18.101973+0000 mon.smithi073 (mon.0) 906 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:22:18.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:18 smithi073 bash[24935]: audit 2023-12-06T04:22:18.365384+0000 mon.smithi073 (mon.0) 907 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:22:18.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:18 smithi073 bash[24935]: audit 2023-12-06T04:22:18.366730+0000 mon.smithi073 (mon.0) 908 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:22:18.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:18 smithi073 bash[24935]: audit 2023-12-06T04:22:18.372465+0000 mon.smithi073 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:22:18.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:18 smithi073 bash[24935]: audit 2023-12-06T04:22:18.379975+0000 mon.smithi073 (mon.0) 910 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:22:18.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:18 smithi073 bash[24935]: audit 2023-12-06T04:22:18.390872+0000 mon.smithi073 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:22:19.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:19 smithi110 bash[28336]: cluster 2023-12-06T04:22:17.873065+0000 mgr.smithi073.zlngfn (mgr.14182) 938 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:22:19.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:19 smithi110 bash[28336]: cluster 2023-12-06T04:22:18.373137+0000 mgr.smithi073.zlngfn (mgr.14182) 939 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 389 B/s rd, 0 op/s 2023-12-06T04:22:19.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:19 smithi110 bash[28336]: cephadm 2023-12-06T04:22:18.394896+0000 mgr.smithi073.zlngfn (mgr.14182) 940 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.txygbg on smithi110 2023-12-06T04:22:19.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:19 smithi110 bash[28336]: cluster 2023-12-06T04:22:18.409042+0000 mon.smithi073 (mon.0) 912 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:22:19.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:19 smithi110 bash[28336]: cluster 2023-12-06T04:22:18.409107+0000 mon.smithi073 (mon.0) 913 : cluster [INF] Cluster is now healthy 2023-12-06T04:22:19.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:19 smithi073 bash[24935]: cluster 2023-12-06T04:22:17.873065+0000 mgr.smithi073.zlngfn (mgr.14182) 938 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:22:19.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:19 smithi073 bash[24935]: cluster 2023-12-06T04:22:18.373137+0000 mgr.smithi073.zlngfn (mgr.14182) 939 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 389 B/s rd, 0 op/s 2023-12-06T04:22:19.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:19 smithi073 bash[24935]: cephadm 2023-12-06T04:22:18.394896+0000 mgr.smithi073.zlngfn (mgr.14182) 940 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.txygbg on smithi110 2023-12-06T04:22:19.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:19 smithi073 bash[24935]: cluster 2023-12-06T04:22:18.409042+0000 mon.smithi073 (mon.0) 912 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:22:19.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:19 smithi073 bash[24935]: cluster 2023-12-06T04:22:18.409107+0000 mon.smithi073 (mon.0) 913 : cluster [INF] Cluster is now healthy 2023-12-06T04:22:20.309 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:22:20.310 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:20:09.491733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kcixfc on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:13.593618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\nDeploy daemon haproxy.nfs.foo.smithi110.zwmpko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.832427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.usrgkw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\nDeploy daemon haproxy.nfs.foo.smithi073.usrgkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.836178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.xjwwrj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:21.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:21 smithi110 bash[28336]: audit 2023-12-06T04:22:20.300220+0000 mgr.smithi073.zlngfn (mgr.14182) 941 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:21 smithi110 bash[28336]: cluster 2023-12-06T04:22:20.374015+0000 mgr.smithi073.zlngfn (mgr.14182) 942 : 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 2023-12-06T04:22:21.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:21 smithi073 bash[24935]: audit 2023-12-06T04:22:20.300220+0000 mgr.smithi073.zlngfn (mgr.14182) 941 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:21.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:21 smithi073 bash[24935]: cluster 2023-12-06T04:22:20.374015+0000 mgr.smithi073.zlngfn (mgr.14182) 942 : 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 2023-12-06T04:22:22.106 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:22.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:22 smithi073 bash[24935]: audit 2023-12-06T04:22:22.232178+0000 mon.smithi073 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.txygbg"}]: dispatch 2023-12-06T04:22:22.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:22 smithi110 bash[28336]: audit 2023-12-06T04:22:22.232178+0000 mon.smithi073 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.txygbg"}]: dispatch 2023-12-06T04:22:23.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: cephadm 2023-12-06T04:22:22.231117+0000 mgr.smithi073.zlngfn (mgr.14182) 943 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg 2023-12-06T04:22:23.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:22:23.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg 2023-12-06T04:22:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg 2023-12-06T04:22:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:22:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg 2023-12-06T04:22:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.txygbg ... 2023-12-06T04:22:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:22:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:22:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:22:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:22:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:22:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:22:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:22:23.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:22:23.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg 2023-12-06T04:22:23.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:22:23.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg 2023-12-06T04:22:23.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg 2023-12-06T04:22:23.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:22:23.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg 2023-12-06T04:22:23.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.txygbg ... 2023-12-06T04:22:23.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:23.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:22:23.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:22:23.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:22:23.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:23.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: cephadm 2023-12-06T04:22:22.231595+0000 mgr.smithi073.zlngfn (mgr.14182) 944 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.txygbg 2023-12-06T04:22:23.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: cephadm 2023-12-06T04:22:22.233598+0000 mgr.smithi073.zlngfn (mgr.14182) 945 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg 2023-12-06T04:22:23.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:22:23.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg 2023-12-06T04:22:23.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg 2023-12-06T04:22:23.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:22:23.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg 2023-12-06T04:22:23.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.txygbg ... 2023-12-06T04:22:23.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:23.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:22:23.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:22:23.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:22:23.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:23.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: cephadm 2023-12-06T04:22:22.236429+0000 mgr.smithi073.zlngfn (mgr.14182) 946 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.xykrgc on smithi073 2023-12-06T04:22:23.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:23 smithi073 bash[24935]: cluster 2023-12-06T04:22:22.374781+0000 mgr.smithi073.zlngfn (mgr.14182) 947 : cluster [DBG] pgmap v634: 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 2023-12-06T04:22:23.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: cephadm 2023-12-06T04:22:22.231117+0000 mgr.smithi073.zlngfn (mgr.14182) 943 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg 2023-12-06T04:22:23.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:22:23.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg 2023-12-06T04:22:23.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg 2023-12-06T04:22:23.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:22:23.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg 2023-12-06T04:22:23.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.txygbg ... 2023-12-06T04:22:23.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:23.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:22:23.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:22:23.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:22:23.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:23.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:22:23.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:22:23.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:22:23.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:22:23.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:22:23.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg 2023-12-06T04:22:23.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:22:23.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg 2023-12-06T04:22:23.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg 2023-12-06T04:22:23.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:22:23.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg 2023-12-06T04:22:23.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.txygbg ... 2023-12-06T04:22:23.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:23.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:22:23.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:22:23.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:22:23.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:23.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: cephadm 2023-12-06T04:22:22.231595+0000 mgr.smithi073.zlngfn (mgr.14182) 944 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.txygbg 2023-12-06T04:22:23.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: cephadm 2023-12-06T04:22:22.233598+0000 mgr.smithi073.zlngfn (mgr.14182) 945 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg 2023-12-06T04:22:23.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:22:23.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg 2023-12-06T04:22:23.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg 2023-12-06T04:22:23.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:22:23.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg 2023-12-06T04:22:23.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.txygbg ... 2023-12-06T04:22:23.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:23.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:22:23.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:22:23.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:22:23.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:23.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: cephadm 2023-12-06T04:22:22.236429+0000 mgr.smithi073.zlngfn (mgr.14182) 946 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.xykrgc on smithi073 2023-12-06T04:22:23.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:23 smithi110 bash[28336]: cluster 2023-12-06T04:22:22.374781+0000 mgr.smithi073.zlngfn (mgr.14182) 947 : cluster [DBG] pgmap v634: 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 2023-12-06T04:22:25.541 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:22:25.541 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:13.593618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.zwmpko on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-zwmpko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.zwmpko\nDeploy daemon haproxy.nfs.foo.smithi110.zwmpko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.832427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.usrgkw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-usrgkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.usrgkw\nDeploy daemon haproxy.nfs.foo.smithi073.usrgkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:21:17.836178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.xjwwrj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:22.233454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\nDeploy daemon haproxy.nfs.foo.smithi110.txygbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:25.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:25 smithi073 bash[24935]: cluster 2023-12-06T04:22:24.375969+0000 mgr.smithi073.zlngfn (mgr.14182) 948 : cluster [DBG] pgmap v635: 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 2023-12-06T04:22:25.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:25 smithi110 bash[28336]: cluster 2023-12-06T04:22:24.375969+0000 mgr.smithi073.zlngfn (mgr.14182) 948 : cluster [DBG] pgmap v635: 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 2023-12-06T04:22:26.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:26.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:26 smithi073 bash[24935]: audit 2023-12-06T04:22:26.401026+0000 mon.smithi073 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.xykrgc"}]: dispatch 2023-12-06T04:22:26.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:26 smithi110 bash[28336]: audit 2023-12-06T04:22:26.401026+0000 mon.smithi073 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.xykrgc"}]: dispatch 2023-12-06T04:22:27.352 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:27.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: audit 2023-12-06T04:22:25.530999+0000 mgr.smithi073.zlngfn (mgr.14182) 949 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:27.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: cluster 2023-12-06T04:22:26.376578+0000 mgr.smithi073.zlngfn (mgr.14182) 950 : cluster [DBG] pgmap v636: 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 2023-12-06T04:22:27.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: cephadm 2023-12-06T04:22:26.400193+0000 mgr.smithi073.zlngfn (mgr.14182) 951 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc 2023-12-06T04:22:27.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:22:27.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc 2023-12-06T04:22:27.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc 2023-12-06T04:22:27.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:22:27.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc 2023-12-06T04:22:27.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.xykrgc ... 2023-12-06T04:22:27.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:27.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:22:27.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:22:27.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:22:27.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:27.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:22:27.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:22:27.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:22:27.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:22:27.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:22:27.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc 2023-12-06T04:22:27.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:22:27.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc 2023-12-06T04:22:27.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc 2023-12-06T04:22:27.458 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:22:27.458 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc 2023-12-06T04:22:27.458 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.xykrgc ... 2023-12-06T04:22:27.458 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:27.458 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:22:27.458 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:22:27.458 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:22:27.458 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:27.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: cephadm 2023-12-06T04:22:26.400412+0000 mgr.smithi073.zlngfn (mgr.14182) 952 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.xykrgc 2023-12-06T04:22:27.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: cephadm 2023-12-06T04:22:26.402722+0000 mgr.smithi073.zlngfn (mgr.14182) 953 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc 2023-12-06T04:22:27.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:22:27.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc 2023-12-06T04:22:27.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc 2023-12-06T04:22:27.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:22:27.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc 2023-12-06T04:22:27.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.xykrgc ... 2023-12-06T04:22:27.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:27.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:22:27.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:22:27.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:22:27.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:27.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: cephadm 2023-12-06T04:22:26.406224+0000 mgr.smithi073.zlngfn (mgr.14182) 954 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:22:27.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: cephadm 2023-12-06T04:22:26.409442+0000 mgr.smithi073.zlngfn (mgr.14182) 955 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:22:27.460 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: cluster 2023-12-06T04:22:26.410393+0000 mgr.smithi073.zlngfn (mgr.14182) 956 : cluster [DBG] pgmap v637: 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 2023-12-06T04:22:27.460 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:27 smithi073 bash[24935]: cluster 2023-12-06T04:22:26.440354+0000 mon.smithi073 (mon.0) 916 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:22:27.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: audit 2023-12-06T04:22:25.530999+0000 mgr.smithi073.zlngfn (mgr.14182) 949 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:27.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: cluster 2023-12-06T04:22:26.376578+0000 mgr.smithi073.zlngfn (mgr.14182) 950 : cluster [DBG] pgmap v636: 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 2023-12-06T04:22:27.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: cephadm 2023-12-06T04:22:26.400193+0000 mgr.smithi073.zlngfn (mgr.14182) 951 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc 2023-12-06T04:22:27.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:22:27.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc 2023-12-06T04:22:27.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc 2023-12-06T04:22:27.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:22:27.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc 2023-12-06T04:22:27.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.xykrgc ... 2023-12-06T04:22:27.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:27.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:22:27.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:22:27.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:22:27.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:27.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:22:27.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:22:27.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:22:27.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:22:27.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:22:27.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc 2023-12-06T04:22:27.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:22:27.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc 2023-12-06T04:22:27.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc 2023-12-06T04:22:27.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:22:27.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc 2023-12-06T04:22:27.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.xykrgc ... 2023-12-06T04:22:27.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:27.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:22:27.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:22:27.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:22:27.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:27.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: cephadm 2023-12-06T04:22:26.400412+0000 mgr.smithi073.zlngfn (mgr.14182) 952 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.xykrgc 2023-12-06T04:22:27.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: cephadm 2023-12-06T04:22:26.402722+0000 mgr.smithi073.zlngfn (mgr.14182) 953 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc 2023-12-06T04:22:27.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:22:27.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc 2023-12-06T04:22:27.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc 2023-12-06T04:22:27.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:22:27.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc 2023-12-06T04:22:27.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.xykrgc ... 2023-12-06T04:22:27.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:27.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:22:27.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:22:27.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:22:27.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:22:27.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: cephadm 2023-12-06T04:22:26.406224+0000 mgr.smithi073.zlngfn (mgr.14182) 954 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:22:27.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: cephadm 2023-12-06T04:22:26.409442+0000 mgr.smithi073.zlngfn (mgr.14182) 955 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:22:27.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: cluster 2023-12-06T04:22:26.410393+0000 mgr.smithi073.zlngfn (mgr.14182) 956 : cluster [DBG] pgmap v637: 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 2023-12-06T04:22:27.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:27 smithi110 bash[28336]: cluster 2023-12-06T04:22:26.440354+0000 mon.smithi073 (mon.0) 916 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:22:29.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:29 smithi110 bash[28336]: cluster 2023-12-06T04:22:28.411774+0000 mgr.smithi073.zlngfn (mgr.14182) 957 : 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 2023-12-06T04:22:29.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:29 smithi073 bash[24935]: cluster 2023-12-06T04:22:28.411774+0000 mgr.smithi073.zlngfn (mgr.14182) 957 : 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 2023-12-06T04:22:30.546 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:22:30.546 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:22.233454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\nDeploy daemon haproxy.nfs.foo.smithi110.txygbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.402513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\nDeploy daemon haproxy.nfs.foo.smithi073.xykrgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.406034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:31.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:31.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:31 smithi073 bash[24935]: audit 2023-12-06T04:22:30.299939+0000 mon.smithi073 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:22:31.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:31 smithi073 bash[24935]: cluster 2023-12-06T04:22:30.412960+0000 mgr.smithi073.zlngfn (mgr.14182) 958 : 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 2023-12-06T04:22:31.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:31 smithi110 bash[28336]: audit 2023-12-06T04:22:30.299939+0000 mon.smithi073 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:22:31.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:31 smithi110 bash[28336]: cluster 2023-12-06T04:22:30.412960+0000 mgr.smithi073.zlngfn (mgr.14182) 958 : 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 2023-12-06T04:22:32.311 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:32.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:32 smithi073 bash[24935]: audit 2023-12-06T04:22:30.536364+0000 mgr.smithi073.zlngfn (mgr.14182) 959 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:32.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:32 smithi110 bash[28336]: audit 2023-12-06T04:22:30.536364+0000 mgr.smithi073.zlngfn (mgr.14182) 959 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:33.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:33 smithi073 bash[24935]: cluster 2023-12-06T04:22:32.414017+0000 mgr.smithi073.zlngfn (mgr.14182) 960 : cluster [DBG] pgmap v640: 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 2023-12-06T04:22:33.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:33 smithi110 bash[28336]: cluster 2023-12-06T04:22:32.414017+0000 mgr.smithi073.zlngfn (mgr.14182) 960 : cluster [DBG] pgmap v640: 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 2023-12-06T04:22:35.621 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:22:35.621 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:22.233454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\nDeploy daemon haproxy.nfs.foo.smithi110.txygbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.402513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\nDeploy daemon haproxy.nfs.foo.smithi073.xykrgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.406034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:35.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:35 smithi073 bash[24935]: cluster 2023-12-06T04:22:34.415458+0000 mgr.smithi073.zlngfn (mgr.14182) 961 : cluster [DBG] pgmap v641: 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 2023-12-06T04:22:35.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:35 smithi110 bash[28336]: cluster 2023-12-06T04:22:34.415458+0000 mgr.smithi073.zlngfn (mgr.14182) 961 : cluster [DBG] pgmap v641: 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 2023-12-06T04:22:36.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:37.392 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:37.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:37 smithi073 bash[24935]: audit 2023-12-06T04:22:35.611365+0000 mgr.smithi073.zlngfn (mgr.14182) 962 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:37.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:37 smithi073 bash[24935]: cluster 2023-12-06T04:22:36.416479+0000 mgr.smithi073.zlngfn (mgr.14182) 963 : cluster [DBG] pgmap v642: 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 2023-12-06T04:22:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:37 smithi110 bash[28336]: audit 2023-12-06T04:22:35.611365+0000 mgr.smithi073.zlngfn (mgr.14182) 962 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:37 smithi110 bash[28336]: cluster 2023-12-06T04:22:36.416479+0000 mgr.smithi073.zlngfn (mgr.14182) 963 : cluster [DBG] pgmap v642: 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 2023-12-06T04:22:39.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:39 smithi110 bash[28336]: cluster 2023-12-06T04:22:38.417884+0000 mgr.smithi073.zlngfn (mgr.14182) 964 : cluster [DBG] pgmap v643: 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 2023-12-06T04:22:39.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:39 smithi073 bash[24935]: cluster 2023-12-06T04:22:38.417884+0000 mgr.smithi073.zlngfn (mgr.14182) 964 : cluster [DBG] pgmap v643: 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 2023-12-06T04:22:40.690 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:22:40.690 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:22.233454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\nDeploy daemon haproxy.nfs.foo.smithi110.txygbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.402513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\nDeploy daemon haproxy.nfs.foo.smithi073.xykrgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.406034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:41.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:41.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:41 smithi110 bash[28336]: cluster 2023-12-06T04:22:40.419130+0000 mgr.smithi073.zlngfn (mgr.14182) 965 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:22:41.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:41 smithi073 bash[24935]: cluster 2023-12-06T04:22:40.419130+0000 mgr.smithi073.zlngfn (mgr.14182) 965 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:22:42.371 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:42.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:42 smithi073 bash[24935]: audit 2023-12-06T04:22:40.679087+0000 mgr.smithi073.zlngfn (mgr.14182) 966 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:42.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:42 smithi110 bash[28336]: audit 2023-12-06T04:22:40.679087+0000 mgr.smithi073.zlngfn (mgr.14182) 966 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:43.755 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:43 smithi073 bash[24935]: cluster 2023-12-06T04:22:42.420219+0000 mgr.smithi073.zlngfn (mgr.14182) 967 : 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 2023-12-06T04:22:43.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:43 smithi110 bash[28336]: cluster 2023-12-06T04:22:42.420219+0000 mgr.smithi073.zlngfn (mgr.14182) 967 : 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 2023-12-06T04:22:45.478 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:22:45.478 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:22.233454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\nDeploy daemon haproxy.nfs.foo.smithi110.txygbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.402513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\nDeploy daemon haproxy.nfs.foo.smithi073.xykrgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.406034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:45.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:45 smithi073 bash[24935]: cluster 2023-12-06T04:22:44.421364+0000 mgr.smithi073.zlngfn (mgr.14182) 968 : 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 2023-12-06T04:22:45.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:45 smithi110 bash[28336]: cluster 2023-12-06T04:22:44.421364+0000 mgr.smithi073.zlngfn (mgr.14182) 968 : 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 2023-12-06T04:22:46.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:46.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:46 smithi073 bash[24935]: audit 2023-12-06T04:22:45.468207+0000 mgr.smithi073.zlngfn (mgr.14182) 969 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:46.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:46 smithi110 bash[28336]: audit 2023-12-06T04:22:45.468207+0000 mgr.smithi073.zlngfn (mgr.14182) 969 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:47.222 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:47.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:47 smithi073 bash[24935]: cluster 2023-12-06T04:22:46.422425+0000 mgr.smithi073.zlngfn (mgr.14182) 970 : 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 2023-12-06T04:22:47.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:47 smithi110 bash[28336]: cluster 2023-12-06T04:22:46.422425+0000 mgr.smithi073.zlngfn (mgr.14182) 970 : 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 2023-12-06T04:22:49.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:49 smithi110 bash[28336]: cluster 2023-12-06T04:22:48.423833+0000 mgr.smithi073.zlngfn (mgr.14182) 971 : cluster [DBG] pgmap v648: 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 2023-12-06T04:22:49.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:49 smithi073 bash[24935]: cluster 2023-12-06T04:22:48.423833+0000 mgr.smithi073.zlngfn (mgr.14182) 971 : cluster [DBG] pgmap v648: 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 2023-12-06T04:22:50.550 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:22:50.550 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:22.233454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\nDeploy daemon haproxy.nfs.foo.smithi110.txygbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.402513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\nDeploy daemon haproxy.nfs.foo.smithi073.xykrgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.406034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:51.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:51.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:51 smithi110 bash[28336]: cluster 2023-12-06T04:22:50.424903+0000 mgr.smithi073.zlngfn (mgr.14182) 972 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:22:51.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:51 smithi073 bash[24935]: cluster 2023-12-06T04:22:50.424903+0000 mgr.smithi073.zlngfn (mgr.14182) 972 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:22:52.345 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:52.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:52 smithi073 bash[24935]: audit 2023-12-06T04:22:50.538069+0000 mgr.smithi073.zlngfn (mgr.14182) 973 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:52.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:52 smithi110 bash[28336]: audit 2023-12-06T04:22:50.538069+0000 mgr.smithi073.zlngfn (mgr.14182) 973 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:53.795 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:53 smithi073 bash[24935]: cluster 2023-12-06T04:22:52.425976+0000 mgr.smithi073.zlngfn (mgr.14182) 974 : 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 2023-12-06T04:22:53.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:53 smithi110 bash[28336]: cluster 2023-12-06T04:22:52.425976+0000 mgr.smithi073.zlngfn (mgr.14182) 974 : 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 2023-12-06T04:22:55.495 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:22:55.495 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:22.233454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\nDeploy daemon haproxy.nfs.foo.smithi110.txygbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.402513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\nDeploy daemon haproxy.nfs.foo.smithi073.xykrgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.406034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:55.753 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:55 smithi073 bash[24935]: cluster 2023-12-06T04:22:54.427516+0000 mgr.smithi073.zlngfn (mgr.14182) 975 : 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 2023-12-06T04:22:55.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:55 smithi110 bash[28336]: cluster 2023-12-06T04:22:54.427516+0000 mgr.smithi073.zlngfn (mgr.14182) 975 : 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 2023-12-06T04:22:56.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:56.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:56 smithi073 bash[24935]: audit 2023-12-06T04:22:55.485951+0000 mgr.smithi073.zlngfn (mgr.14182) 976 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:56.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:56 smithi110 bash[28336]: audit 2023-12-06T04:22:55.485951+0000 mgr.smithi073.zlngfn (mgr.14182) 976 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:57.265 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:57.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:57 smithi073 bash[24935]: cluster 2023-12-06T04:22:56.428510+0000 mgr.smithi073.zlngfn (mgr.14182) 977 : 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 2023-12-06T04:22:57.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:57 smithi110 bash[28336]: cluster 2023-12-06T04:22:56.428510+0000 mgr.smithi073.zlngfn (mgr.14182) 977 : 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 2023-12-06T04:22:59.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:22:59 smithi110 bash[28336]: cluster 2023-12-06T04:22:58.429672+0000 mgr.smithi073.zlngfn (mgr.14182) 978 : cluster [DBG] pgmap v653: 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 2023-12-06T04:22:59.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:22:59 smithi073 bash[24935]: cluster 2023-12-06T04:22:58.429672+0000 mgr.smithi073.zlngfn (mgr.14182) 978 : cluster [DBG] pgmap v653: 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 2023-12-06T04:23:00.573 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:23:00.574 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:22.233454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\nDeploy daemon haproxy.nfs.foo.smithi110.txygbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.402513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\nDeploy daemon haproxy.nfs.foo.smithi073.xykrgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.406034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:01.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:01.788 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:01 smithi110 bash[28336]: cluster 2023-12-06T04:23:00.430750+0000 mgr.smithi073.zlngfn (mgr.14182) 979 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:23:01.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:01 smithi073 bash[24935]: cluster 2023-12-06T04:23:00.430750+0000 mgr.smithi073.zlngfn (mgr.14182) 979 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:23:02.330 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:02.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:02 smithi073 bash[24935]: audit 2023-12-06T04:23:00.564292+0000 mgr.smithi073.zlngfn (mgr.14182) 980 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:02.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:02 smithi110 bash[28336]: audit 2023-12-06T04:23:00.564292+0000 mgr.smithi073.zlngfn (mgr.14182) 980 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:03.802 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:03 smithi073 bash[24935]: cluster 2023-12-06T04:23:02.431780+0000 mgr.smithi073.zlngfn (mgr.14182) 981 : 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 2023-12-06T04:23:03.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:03 smithi110 bash[28336]: cluster 2023-12-06T04:23:02.431780+0000 mgr.smithi073.zlngfn (mgr.14182) 981 : 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 2023-12-06T04:23:05.588 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:23:05.588 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:22.233454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\nDeploy daemon haproxy.nfs.foo.smithi110.txygbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.402513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\nDeploy daemon haproxy.nfs.foo.smithi073.xykrgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.406034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:05.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:05 smithi073 bash[24935]: cluster 2023-12-06T04:23:04.433231+0000 mgr.smithi073.zlngfn (mgr.14182) 982 : 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 2023-12-06T04:23:05.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:05 smithi110 bash[28336]: cluster 2023-12-06T04:23:04.433231+0000 mgr.smithi073.zlngfn (mgr.14182) 982 : 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 2023-12-06T04:23:06.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:07.338 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:07.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:07 smithi073 bash[24935]: audit 2023-12-06T04:23:05.579066+0000 mgr.smithi073.zlngfn (mgr.14182) 983 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:07.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:07 smithi073 bash[24935]: cluster 2023-12-06T04:23:06.434087+0000 mgr.smithi073.zlngfn (mgr.14182) 984 : 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 2023-12-06T04:23:07.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:07 smithi110 bash[28336]: audit 2023-12-06T04:23:05.579066+0000 mgr.smithi073.zlngfn (mgr.14182) 983 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:07.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:07 smithi110 bash[28336]: cluster 2023-12-06T04:23:06.434087+0000 mgr.smithi073.zlngfn (mgr.14182) 984 : 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 2023-12-06T04:23:09.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:09 smithi110 bash[28336]: cluster 2023-12-06T04:23:08.434969+0000 mgr.smithi073.zlngfn (mgr.14182) 985 : cluster [DBG] pgmap v658: 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 2023-12-06T04:23:09.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:09 smithi073 bash[24935]: cluster 2023-12-06T04:23:08.434969+0000 mgr.smithi073.zlngfn (mgr.14182) 985 : cluster [DBG] pgmap v658: 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 2023-12-06T04:23:10.532 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:23:10.532 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:22.233454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\nDeploy daemon haproxy.nfs.foo.smithi110.txygbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.402513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\nDeploy daemon haproxy.nfs.foo.smithi073.xykrgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.406034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:11.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:11.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:11 smithi073 bash[24935]: cluster 2023-12-06T04:23:10.436038+0000 mgr.smithi073.zlngfn (mgr.14182) 986 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:23:11.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:11 smithi073 bash[24935]: audit 2023-12-06T04:23:10.522531+0000 mgr.smithi073.zlngfn (mgr.14182) 987 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:11.788 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:11 smithi110 bash[28336]: cluster 2023-12-06T04:23:10.436038+0000 mgr.smithi073.zlngfn (mgr.14182) 986 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:23:11.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:11 smithi110 bash[28336]: audit 2023-12-06T04:23:10.522531+0000 mgr.smithi073.zlngfn (mgr.14182) 987 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:12.324 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:13.758 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:13 smithi073 bash[24935]: cluster 2023-12-06T04:23:12.436763+0000 mgr.smithi073.zlngfn (mgr.14182) 988 : 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 2023-12-06T04:23:13.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:13 smithi110 bash[28336]: cluster 2023-12-06T04:23:12.436763+0000 mgr.smithi073.zlngfn (mgr.14182) 988 : 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 2023-12-06T04:23:15.530 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:23:15.530 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:22.233454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\nDeploy daemon haproxy.nfs.foo.smithi110.txygbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.402513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\nDeploy daemon haproxy.nfs.foo.smithi073.xykrgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.406034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:15.766 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:15 smithi073 bash[24935]: cluster 2023-12-06T04:23:14.438193+0000 mgr.smithi073.zlngfn (mgr.14182) 989 : 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 2023-12-06T04:23:15.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:15 smithi110 bash[28336]: cluster 2023-12-06T04:23:14.438193+0000 mgr.smithi073.zlngfn (mgr.14182) 989 : 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 2023-12-06T04:23:16.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:16.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:16 smithi073 bash[24935]: audit 2023-12-06T04:23:15.520536+0000 mgr.smithi073.zlngfn (mgr.14182) 990 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:16.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:16 smithi110 bash[28336]: audit 2023-12-06T04:23:15.520536+0000 mgr.smithi073.zlngfn (mgr.14182) 990 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:17.311 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:17.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:17 smithi073 bash[24935]: cluster 2023-12-06T04:23:16.439239+0000 mgr.smithi073.zlngfn (mgr.14182) 991 : 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 2023-12-06T04:23:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:17 smithi110 bash[28336]: cluster 2023-12-06T04:23:16.439239+0000 mgr.smithi073.zlngfn (mgr.14182) 991 : 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 2023-12-06T04:23:19.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:19 smithi110 bash[28336]: cluster 2023-12-06T04:23:18.440568+0000 mgr.smithi073.zlngfn (mgr.14182) 992 : cluster [DBG] pgmap v663: 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 2023-12-06T04:23:19.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:19 smithi073 bash[24935]: cluster 2023-12-06T04:23:18.440568+0000 mgr.smithi073.zlngfn (mgr.14182) 992 : cluster [DBG] pgmap v663: 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 2023-12-06T04:23:20.530 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:23:20.530 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:22.233454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\nDeploy daemon haproxy.nfs.foo.smithi110.txygbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.402513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\nDeploy daemon haproxy.nfs.foo.smithi073.xykrgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.406034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:21.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:21.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:21 smithi110 bash[28336]: cluster 2023-12-06T04:23:20.441753+0000 mgr.smithi073.zlngfn (mgr.14182) 993 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:23:21.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:21 smithi110 bash[28336]: audit 2023-12-06T04:23:20.517887+0000 mgr.smithi073.zlngfn (mgr.14182) 994 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:21.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:21 smithi073 bash[24935]: cluster 2023-12-06T04:23:20.441753+0000 mgr.smithi073.zlngfn (mgr.14182) 993 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:23:21.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:21 smithi073 bash[24935]: audit 2023-12-06T04:23:20.517887+0000 mgr.smithi073.zlngfn (mgr.14182) 994 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:22.238 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:23.773 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:23 smithi073 bash[24935]: cluster 2023-12-06T04:23:22.442340+0000 mgr.smithi073.zlngfn (mgr.14182) 995 : 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 2023-12-06T04:23:23.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:23 smithi110 bash[28336]: cluster 2023-12-06T04:23:22.442340+0000 mgr.smithi073.zlngfn (mgr.14182) 995 : 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 2023-12-06T04:23:25.486 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:23:25.486 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:22.233454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\nDeploy daemon haproxy.nfs.foo.smithi110.txygbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.402513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\nDeploy daemon haproxy.nfs.foo.smithi073.xykrgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.406034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:25.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:25 smithi073 bash[24935]: cluster 2023-12-06T04:23:24.443806+0000 mgr.smithi073.zlngfn (mgr.14182) 996 : 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 2023-12-06T04:23:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:25 smithi110 bash[28336]: cluster 2023-12-06T04:23:24.443806+0000 mgr.smithi073.zlngfn (mgr.14182) 996 : 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 2023-12-06T04:23:26.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:26.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:26 smithi073 bash[24935]: audit 2023-12-06T04:23:25.479451+0000 mgr.smithi073.zlngfn (mgr.14182) 997 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:26.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:26 smithi073 bash[24935]: audit 2023-12-06T04:23:26.414513+0000 mon.smithi073 (mon.0) 918 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:23:26.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:26 smithi110 bash[28336]: audit 2023-12-06T04:23:25.479451+0000 mgr.smithi073.zlngfn (mgr.14182) 997 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:26.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:26 smithi110 bash[28336]: audit 2023-12-06T04:23:26.414513+0000 mon.smithi073 (mon.0) 918 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:23:27.273 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:27.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:27 smithi073 bash[24935]: cluster 2023-12-06T04:23:26.444662+0000 mgr.smithi073.zlngfn (mgr.14182) 998 : 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 2023-12-06T04:23:27.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:27 smithi110 bash[28336]: cluster 2023-12-06T04:23:26.444662+0000 mgr.smithi073.zlngfn (mgr.14182) 998 : 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 2023-12-06T04:23:29.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:29 smithi110 bash[28336]: cluster 2023-12-06T04:23:28.445990+0000 mgr.smithi073.zlngfn (mgr.14182) 999 : cluster [DBG] pgmap v668: 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 2023-12-06T04:23:29.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:29 smithi073 bash[24935]: cluster 2023-12-06T04:23:28.445990+0000 mgr.smithi073.zlngfn (mgr.14182) 999 : cluster [DBG] pgmap v668: 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 2023-12-06T04:23:30.576 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:23:30.576 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:13:11.269623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:13:10.687701Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:13:11.269985Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:22.233454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\nDeploy daemon haproxy.nfs.foo.smithi110.txygbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.402513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\nDeploy daemon haproxy.nfs.foo.smithi073.xykrgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.406034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:13:10.688656Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:13:10.687902Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:13:10.688034Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:13:10.688759Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:13:10.688142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:13:10.688245Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:13:11.270340Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:31.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:31.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:31 smithi110 bash[28336]: cluster 2023-12-06T04:23:30.447119+0000 mgr.smithi073.zlngfn (mgr.14182) 1000 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:23:31.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:31 smithi073 bash[24935]: cluster 2023-12-06T04:23:30.447119+0000 mgr.smithi073.zlngfn (mgr.14182) 1000 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:23:32.337 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:32.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:32 smithi073 bash[24935]: audit 2023-12-06T04:23:30.566040+0000 mgr.smithi073.zlngfn (mgr.14182) 1001 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:32.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:32 smithi073 bash[24935]: audit 2023-12-06T04:23:32.091882+0000 mon.smithi073 (mon.0) 919 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:23:32.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:32 smithi110 bash[28336]: audit 2023-12-06T04:23:30.566040+0000 mgr.smithi073.zlngfn (mgr.14182) 1001 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:32.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:32 smithi110 bash[28336]: audit 2023-12-06T04:23:32.091882+0000 mon.smithi073 (mon.0) 919 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:23:33.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:33 smithi073 bash[24935]: cluster 2023-12-06T04:23:32.448240+0000 mgr.smithi073.zlngfn (mgr.14182) 1002 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:23:33.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:33 smithi110 bash[28336]: cluster 2023-12-06T04:23:32.448240+0000 mgr.smithi073.zlngfn (mgr.14182) 1002 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:23:35.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:35 smithi073 bash[24935]: audit 2023-12-06T04:23:34.251384+0000 mon.smithi073 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:23:35.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:35 smithi073 bash[24935]: cluster 2023-12-06T04:23:34.449777+0000 mgr.smithi073.zlngfn (mgr.14182) 1003 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:23:35.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:35 smithi073 bash[24935]: audit 2023-12-06T04:23:34.541613+0000 mon.smithi073 (mon.0) 921 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:23:35.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:35 smithi073 bash[24935]: audit 2023-12-06T04:23:34.543181+0000 mon.smithi073 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:23:35.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:35 smithi073 bash[24935]: audit 2023-12-06T04:23:34.549894+0000 mon.smithi073 (mon.0) 923 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:23:35.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:35 smithi073 bash[24935]: audit 2023-12-06T04:23:34.554808+0000 mon.smithi073 (mon.0) 924 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:23:35.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:35 smithi073 bash[24935]: audit 2023-12-06T04:23:34.566241+0000 mon.smithi073 (mon.0) 925 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:23:35.635 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:23:35.636 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:17.838168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.aqgkye on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:22.233454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\nDeploy daemon haproxy.nfs.foo.smithi110.txygbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.402513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\nDeploy daemon haproxy.nfs.foo.smithi073.xykrgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.406034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:35.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:35 smithi110 bash[28336]: audit 2023-12-06T04:23:34.251384+0000 mon.smithi073 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:23:35.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:35 smithi110 bash[28336]: cluster 2023-12-06T04:23:34.449777+0000 mgr.smithi073.zlngfn (mgr.14182) 1003 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:23:35.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:35 smithi110 bash[28336]: audit 2023-12-06T04:23:34.541613+0000 mon.smithi073 (mon.0) 921 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:23:35.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:35 smithi110 bash[28336]: audit 2023-12-06T04:23:34.543181+0000 mon.smithi073 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:23:35.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:35 smithi110 bash[28336]: audit 2023-12-06T04:23:34.549894+0000 mon.smithi073 (mon.0) 923 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:23:35.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:35 smithi110 bash[28336]: audit 2023-12-06T04:23:34.554808+0000 mon.smithi073 (mon.0) 924 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:23:35.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:35 smithi110 bash[28336]: audit 2023-12-06T04:23:34.566241+0000 mon.smithi073 (mon.0) 925 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:23:36.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:36.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:36 smithi073 bash[24935]: cluster 2023-12-06T04:23:34.550505+0000 mgr.smithi073.zlngfn (mgr.14182) 1004 : 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 2023-12-06T04:23:36.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:36 smithi073 bash[24935]: cephadm 2023-12-06T04:23:34.569272+0000 mgr.smithi073.zlngfn (mgr.14182) 1005 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.xuiblg on smithi110 2023-12-06T04:23:36.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:36 smithi073 bash[24935]: cluster 2023-12-06T04:23:35.249789+0000 mon.smithi073 (mon.0) 926 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:23:36.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:36 smithi073 bash[24935]: cluster 2023-12-06T04:23:35.249842+0000 mon.smithi073 (mon.0) 927 : cluster [INF] Cluster is now healthy 2023-12-06T04:23:36.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:36 smithi110 bash[28336]: cluster 2023-12-06T04:23:34.550505+0000 mgr.smithi073.zlngfn (mgr.14182) 1004 : 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 2023-12-06T04:23:36.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:36 smithi110 bash[28336]: cephadm 2023-12-06T04:23:34.569272+0000 mgr.smithi073.zlngfn (mgr.14182) 1005 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.xuiblg on smithi110 2023-12-06T04:23:36.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:36 smithi110 bash[28336]: cluster 2023-12-06T04:23:35.249789+0000 mon.smithi073 (mon.0) 926 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:23:36.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:36 smithi110 bash[28336]: cluster 2023-12-06T04:23:35.249842+0000 mon.smithi073 (mon.0) 927 : cluster [INF] Cluster is now healthy 2023-12-06T04:23:37.383 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:37.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:37 smithi073 bash[24935]: audit 2023-12-06T04:23:35.625935+0000 mgr.smithi073.zlngfn (mgr.14182) 1006 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:37.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:37 smithi110 bash[28336]: audit 2023-12-06T04:23:35.625935+0000 mgr.smithi073.zlngfn (mgr.14182) 1006 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:38.567 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:38 smithi073 bash[24935]: cluster 2023-12-06T04:23:36.551106+0000 mgr.smithi073.zlngfn (mgr.14182) 1007 : 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 2023-12-06T04:23:38.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:38 smithi110 bash[28336]: cluster 2023-12-06T04:23:36.551106+0000 mgr.smithi073.zlngfn (mgr.14182) 1007 : 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 2023-12-06T04:23:39.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: cephadm 2023-12-06T04:23:38.494011+0000 mgr.smithi073.zlngfn (mgr.14182) 1008 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg 2023-12-06T04:23:39.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:23:39.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg 2023-12-06T04:23:39.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg 2023-12-06T04:23:39.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:23:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg 2023-12-06T04:23:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.xuiblg ... 2023-12-06T04:23:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:23:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:23:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:23:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:23:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:23:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:23:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:23:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:23:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg 2023-12-06T04:23:39.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:23:39.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg 2023-12-06T04:23:39.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg 2023-12-06T04:23:39.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:23:39.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg 2023-12-06T04:23:39.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.xuiblg ... 2023-12-06T04:23:39.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:39.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:23:39.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:23:39.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:23:39.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:39.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: cephadm 2023-12-06T04:23:38.494271+0000 mgr.smithi073.zlngfn (mgr.14182) 1009 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.xuiblg 2023-12-06T04:23:39.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: audit 2023-12-06T04:23:38.494785+0000 mon.smithi073 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.xuiblg"}]: dispatch 2023-12-06T04:23:39.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: cephadm 2023-12-06T04:23:38.495970+0000 mgr.smithi073.zlngfn (mgr.14182) 1010 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg 2023-12-06T04:23:39.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:23:39.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg 2023-12-06T04:23:39.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg 2023-12-06T04:23:39.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:23:39.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg 2023-12-06T04:23:39.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.xuiblg ... 2023-12-06T04:23:39.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:39.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:23:39.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:23:39.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:23:39.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:39.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:39 smithi073 bash[24935]: cephadm 2023-12-06T04:23:38.498969+0000 mgr.smithi073.zlngfn (mgr.14182) 1011 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.njmtfn on smithi073 2023-12-06T04:23:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: cephadm 2023-12-06T04:23:38.494011+0000 mgr.smithi073.zlngfn (mgr.14182) 1008 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg 2023-12-06T04:23:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:23:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg 2023-12-06T04:23:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg 2023-12-06T04:23:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:23:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg 2023-12-06T04:23:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.xuiblg ... 2023-12-06T04:23:39.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:23:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:23:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:23:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:23:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:23:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:23:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:23:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:23:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg 2023-12-06T04:23:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:23:39.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg 2023-12-06T04:23:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg 2023-12-06T04:23:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:23:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg 2023-12-06T04:23:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.xuiblg ... 2023-12-06T04:23:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:23:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:23:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:23:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: cephadm 2023-12-06T04:23:38.494271+0000 mgr.smithi073.zlngfn (mgr.14182) 1009 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.xuiblg 2023-12-06T04:23:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: audit 2023-12-06T04:23:38.494785+0000 mon.smithi073 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.xuiblg"}]: dispatch 2023-12-06T04:23:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: cephadm 2023-12-06T04:23:38.495970+0000 mgr.smithi073.zlngfn (mgr.14182) 1010 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg 2023-12-06T04:23:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:23:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg 2023-12-06T04:23:39.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg 2023-12-06T04:23:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:23:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg 2023-12-06T04:23:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.xuiblg ... 2023-12-06T04:23:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:23:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:23:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:23:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:39.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:39 smithi110 bash[28336]: cephadm 2023-12-06T04:23:38.498969+0000 mgr.smithi073.zlngfn (mgr.14182) 1011 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.njmtfn on smithi073 2023-12-06T04:23:40.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:40 smithi073 bash[24935]: cluster 2023-12-06T04:23:38.552068+0000 mgr.smithi073.zlngfn (mgr.14182) 1012 : cluster [DBG] pgmap v674: 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 2023-12-06T04:23:40.631 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:23:40.631 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:22:22.233454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.txygbg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-txygbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.txygbg\nDeploy daemon haproxy.nfs.foo.smithi110.txygbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.402513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xykrgc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-xykrgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.xykrgc\nDeploy daemon haproxy.nfs.foo.smithi073.xykrgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:22:26.406034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tpitef on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:38.495792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\nDeploy daemon haproxy.nfs.foo.smithi110.xuiblg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:40.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:40 smithi110 bash[28336]: cluster 2023-12-06T04:23:38.552068+0000 mgr.smithi073.zlngfn (mgr.14182) 1012 : cluster [DBG] pgmap v674: 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 2023-12-06T04:23:41.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:42.448 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:42.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:42 smithi073 bash[24935]: cluster 2023-12-06T04:23:40.552940+0000 mgr.smithi073.zlngfn (mgr.14182) 1013 : cluster [DBG] pgmap v675: 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 2023-12-06T04:23:42.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:42 smithi073 bash[24935]: audit 2023-12-06T04:23:40.620712+0000 mgr.smithi073.zlngfn (mgr.14182) 1014 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:42.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:42 smithi110 bash[28336]: cluster 2023-12-06T04:23:40.552940+0000 mgr.smithi073.zlngfn (mgr.14182) 1013 : cluster [DBG] pgmap v675: 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 2023-12-06T04:23:42.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:42 smithi110 bash[28336]: audit 2023-12-06T04:23:40.620712+0000 mgr.smithi073.zlngfn (mgr.14182) 1014 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: cephadm 2023-12-06T04:23:42.526999+0000 mgr.smithi073.zlngfn (mgr.14182) 1015 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn 2023-12-06T04:23:43.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:23:43.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn 2023-12-06T04:23:43.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn 2023-12-06T04:23:43.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:23:43.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn 2023-12-06T04:23:43.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.njmtfn ... 2023-12-06T04:23:43.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:43.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:23:43.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:23:43.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:23:43.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:43.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:23:43.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:23:43.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:23:43.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:23:43.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:23:43.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn 2023-12-06T04:23:43.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:23:43.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn 2023-12-06T04:23:43.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn 2023-12-06T04:23:43.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:23:43.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn 2023-12-06T04:23:43.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.njmtfn ... 2023-12-06T04:23:43.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:43.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:23:43.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:23:43.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:23:43.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:43.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: cephadm 2023-12-06T04:23:42.527488+0000 mgr.smithi073.zlngfn (mgr.14182) 1016 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.njmtfn 2023-12-06T04:23:43.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: audit 2023-12-06T04:23:42.527943+0000 mon.smithi073 (mon.0) 929 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.njmtfn"}]: dispatch 2023-12-06T04:23:43.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: cephadm 2023-12-06T04:23:42.529153+0000 mgr.smithi073.zlngfn (mgr.14182) 1017 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.njmtfn on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn 2023-12-06T04:23:43.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:23:43.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn 2023-12-06T04:23:43.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn 2023-12-06T04:23:43.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:23:43.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn 2023-12-06T04:23:43.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.njmtfn ... 2023-12-06T04:23:43.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:43.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:23:43.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:23:43.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:23:43.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:43.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: cephadm 2023-12-06T04:23:42.533361+0000 mgr.smithi073.zlngfn (mgr.14182) 1018 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.bnhqfr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:23:43.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: cephadm 2023-12-06T04:23:42.535263+0000 mgr.smithi073.zlngfn (mgr.14182) 1019 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:23:43.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: cluster 2023-12-06T04:23:42.536609+0000 mgr.smithi073.zlngfn (mgr.14182) 1020 : cluster [DBG] pgmap v676: 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 2023-12-06T04:23:43.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:43 smithi073 bash[24935]: audit 2023-12-06T04:23:43.242334+0000 mon.smithi073 (mon.0) 930 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:23:43.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: cephadm 2023-12-06T04:23:42.526999+0000 mgr.smithi073.zlngfn (mgr.14182) 1015 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn 2023-12-06T04:23:43.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:23:43.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn 2023-12-06T04:23:43.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn 2023-12-06T04:23:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:23:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn 2023-12-06T04:23:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.njmtfn ... 2023-12-06T04:23:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:23:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:23:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:23:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:23:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:23:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:23:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:23:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:23:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn 2023-12-06T04:23:43.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:23:43.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn 2023-12-06T04:23:43.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn 2023-12-06T04:23:43.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:23:43.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn 2023-12-06T04:23:43.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.njmtfn ... 2023-12-06T04:23:43.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:43.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:23:43.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:23:43.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:23:43.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:43.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: cephadm 2023-12-06T04:23:42.527488+0000 mgr.smithi073.zlngfn (mgr.14182) 1016 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.njmtfn 2023-12-06T04:23:43.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: audit 2023-12-06T04:23:42.527943+0000 mon.smithi073 (mon.0) 929 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.njmtfn"}]: dispatch 2023-12-06T04:23:43.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: cephadm 2023-12-06T04:23:42.529153+0000 mgr.smithi073.zlngfn (mgr.14182) 1017 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.njmtfn on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn 2023-12-06T04:23:43.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:23:43.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn 2023-12-06T04:23:43.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn 2023-12-06T04:23:43.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:23:43.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn 2023-12-06T04:23:43.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.njmtfn ... 2023-12-06T04:23:43.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:43.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:23:43.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:23:43.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:23:43.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:23:43.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: cephadm 2023-12-06T04:23:42.533361+0000 mgr.smithi073.zlngfn (mgr.14182) 1018 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.bnhqfr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:23:43.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: cephadm 2023-12-06T04:23:42.535263+0000 mgr.smithi073.zlngfn (mgr.14182) 1019 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:23:43.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: cluster 2023-12-06T04:23:42.536609+0000 mgr.smithi073.zlngfn (mgr.14182) 1020 : cluster [DBG] pgmap v676: 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 2023-12-06T04:23:43.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:43 smithi110 bash[28336]: audit 2023-12-06T04:23:43.242334+0000 mon.smithi073 (mon.0) 930 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:23:44.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:44 smithi073 bash[24935]: cluster 2023-12-06T04:23:43.285361+0000 mon.smithi073 (mon.0) 931 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:23:44.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:44 smithi110 bash[28336]: cluster 2023-12-06T04:23:43.285361+0000 mon.smithi073 (mon.0) 931 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:23:45.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:45 smithi073 bash[24935]: cluster 2023-12-06T04:23:44.537879+0000 mgr.smithi073.zlngfn (mgr.14182) 1021 : cluster [DBG] pgmap v677: 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 2023-12-06T04:23:45.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:45 smithi110 bash[28336]: cluster 2023-12-06T04:23:44.537879+0000 mgr.smithi073.zlngfn (mgr.14182) 1021 : cluster [DBG] pgmap v677: 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 2023-12-06T04:23:45.902 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:23:45.902 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:38.495792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\nDeploy daemon haproxy.nfs.foo.smithi110.xuiblg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.528903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.njmtfn on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\nDeploy daemon haproxy.nfs.foo.smithi073.njmtfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.533176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bnhqfr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:46.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:46 smithi073 bash[24935]: audit 2023-12-06T04:23:45.351676+0000 mon.smithi073 (mon.0) 932 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:23:46.709 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:46 smithi110 bash[28336]: audit 2023-12-06T04:23:45.351676+0000 mon.smithi073 (mon.0) 932 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:23:47.713 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:47.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:47 smithi110 bash[28336]: audit 2023-12-06T04:23:45.889344+0000 mgr.smithi073.zlngfn (mgr.14182) 1022 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:47.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:47 smithi110 bash[28336]: cluster 2023-12-06T04:23:46.538632+0000 mgr.smithi073.zlngfn (mgr.14182) 1023 : 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 2023-12-06T04:23:47.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:47 smithi073 bash[24935]: audit 2023-12-06T04:23:45.889344+0000 mgr.smithi073.zlngfn (mgr.14182) 1022 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:47.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:47 smithi073 bash[24935]: cluster 2023-12-06T04:23:46.538632+0000 mgr.smithi073.zlngfn (mgr.14182) 1023 : 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 2023-12-06T04:23:49.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:49 smithi110 bash[28336]: cluster 2023-12-06T04:23:48.539794+0000 mgr.smithi073.zlngfn (mgr.14182) 1024 : cluster [DBG] pgmap v679: 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 2023-12-06T04:23:49.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:49 smithi073 bash[24935]: cluster 2023-12-06T04:23:48.539794+0000 mgr.smithi073.zlngfn (mgr.14182) 1024 : cluster [DBG] pgmap v679: 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 2023-12-06T04:23:50.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:50 smithi110 bash[28336]: cluster 2023-12-06T04:23:50.540511+0000 mgr.smithi073.zlngfn (mgr.14182) 1025 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:23:51.071 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:23:51.071 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:38.495792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\nDeploy daemon haproxy.nfs.foo.smithi110.xuiblg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.528903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.njmtfn on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\nDeploy daemon haproxy.nfs.foo.smithi073.njmtfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.533176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bnhqfr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:51.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:50 smithi073 bash[24935]: cluster 2023-12-06T04:23:50.540511+0000 mgr.smithi073.zlngfn (mgr.14182) 1025 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:23:51.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:51.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:51 smithi110 bash[28336]: audit 2023-12-06T04:23:51.059619+0000 mgr.smithi073.zlngfn (mgr.14182) 1026 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:52.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:51 smithi073 bash[24935]: audit 2023-12-06T04:23:51.059619+0000 mgr.smithi073.zlngfn (mgr.14182) 1026 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:52.847 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:52.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:52 smithi110 bash[28336]: cluster 2023-12-06T04:23:52.541548+0000 mgr.smithi073.zlngfn (mgr.14182) 1027 : 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 2023-12-06T04:23:53.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:52 smithi073 bash[24935]: cluster 2023-12-06T04:23:52.541548+0000 mgr.smithi073.zlngfn (mgr.14182) 1027 : 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 2023-12-06T04:23:54.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:54 smithi110 bash[28336]: cluster 2023-12-06T04:23:54.542866+0000 mgr.smithi073.zlngfn (mgr.14182) 1028 : 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 2023-12-06T04:23:55.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:54 smithi073 bash[24935]: cluster 2023-12-06T04:23:54.542866+0000 mgr.smithi073.zlngfn (mgr.14182) 1028 : 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 2023-12-06T04:23:56.135 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:23:56.136 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:38.495792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\nDeploy daemon haproxy.nfs.foo.smithi110.xuiblg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.528903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.njmtfn on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\nDeploy daemon haproxy.nfs.foo.smithi073.njmtfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.533176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bnhqfr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:56.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:56 smithi073 bash[24935]: audit 2023-12-06T04:23:56.125476+0000 mgr.smithi073.zlngfn (mgr.14182) 1029 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:56.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:56 smithi073 bash[24935]: cluster 2023-12-06T04:23:56.543582+0000 mgr.smithi073.zlngfn (mgr.14182) 1030 : 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 2023-12-06T04:23:56.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:56.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:56 smithi110 bash[28336]: audit 2023-12-06T04:23:56.125476+0000 mgr.smithi073.zlngfn (mgr.14182) 1029 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:56.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:56 smithi110 bash[28336]: cluster 2023-12-06T04:23:56.543582+0000 mgr.smithi073.zlngfn (mgr.14182) 1030 : 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 2023-12-06T04:23:57.943 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:59.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:59 smithi073 bash[24935]: audit 2023-12-06T04:23:58.240809+0000 mon.smithi073 (mon.0) 933 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:23:59.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:23:59 smithi073 bash[24935]: cluster 2023-12-06T04:23:58.544807+0000 mgr.smithi073.zlngfn (mgr.14182) 1031 : cluster [DBG] pgmap v684: 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 2023-12-06T04:23:59.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:59 smithi110 bash[28336]: audit 2023-12-06T04:23:58.240809+0000 mon.smithi073 (mon.0) 933 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:23:59.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:23:59 smithi110 bash[28336]: cluster 2023-12-06T04:23:58.544807+0000 mgr.smithi073.zlngfn (mgr.14182) 1031 : cluster [DBG] pgmap v684: 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 2023-12-06T04:24:00.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:00 smithi110 bash[28336]: cluster 2023-12-06T04:24:00.545912+0000 mgr.smithi073.zlngfn (mgr.14182) 1032 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:24:01.052 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:24:01.052 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:38.495792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\nDeploy daemon haproxy.nfs.foo.smithi110.xuiblg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.528903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.njmtfn on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\nDeploy daemon haproxy.nfs.foo.smithi073.njmtfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.533176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bnhqfr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:01.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:00 smithi073 bash[24935]: cluster 2023-12-06T04:24:00.545912+0000 mgr.smithi073.zlngfn (mgr.14182) 1032 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:24:01.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:01.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:01 smithi110 bash[28336]: audit 2023-12-06T04:24:01.042694+0000 mgr.smithi073.zlngfn (mgr.14182) 1033 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:02.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:01 smithi073 bash[24935]: audit 2023-12-06T04:24:01.042694+0000 mgr.smithi073.zlngfn (mgr.14182) 1033 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:02.818 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:02.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:02 smithi110 bash[28336]: cluster 2023-12-06T04:24:02.546969+0000 mgr.smithi073.zlngfn (mgr.14182) 1034 : 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 2023-12-06T04:24:03.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:02 smithi073 bash[24935]: cluster 2023-12-06T04:24:02.546969+0000 mgr.smithi073.zlngfn (mgr.14182) 1034 : 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 2023-12-06T04:24:04.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:04 smithi110 bash[28336]: cluster 2023-12-06T04:24:04.548315+0000 mgr.smithi073.zlngfn (mgr.14182) 1035 : 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 2023-12-06T04:24:05.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:04 smithi073 bash[24935]: cluster 2023-12-06T04:24:04.548315+0000 mgr.smithi073.zlngfn (mgr.14182) 1035 : 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 2023-12-06T04:24:06.083 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:24:06.083 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:38.495792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\nDeploy daemon haproxy.nfs.foo.smithi110.xuiblg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.528903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.njmtfn on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\nDeploy daemon haproxy.nfs.foo.smithi073.njmtfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.533176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bnhqfr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:06.783 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:06 smithi073 bash[24935]: audit 2023-12-06T04:24:06.072739+0000 mgr.smithi073.zlngfn (mgr.14182) 1036 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:06.783 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:06 smithi073 bash[24935]: cluster 2023-12-06T04:24:06.549382+0000 mgr.smithi073.zlngfn (mgr.14182) 1037 : 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 2023-12-06T04:24:06.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:06.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:06 smithi110 bash[28336]: audit 2023-12-06T04:24:06.072739+0000 mgr.smithi073.zlngfn (mgr.14182) 1036 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:06.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:06 smithi110 bash[28336]: cluster 2023-12-06T04:24:06.549382+0000 mgr.smithi073.zlngfn (mgr.14182) 1037 : 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 2023-12-06T04:24:07.786 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:10.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:10 smithi110 bash[28336]: cluster 2023-12-06T04:24:08.550759+0000 mgr.smithi073.zlngfn (mgr.14182) 1038 : cluster [DBG] pgmap v689: 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 2023-12-06T04:24:10.546 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:10 smithi073 bash[24935]: cluster 2023-12-06T04:24:08.550759+0000 mgr.smithi073.zlngfn (mgr.14182) 1038 : cluster [DBG] pgmap v689: 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 2023-12-06T04:24:11.008 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:24:11.008 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:38.495792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\nDeploy daemon haproxy.nfs.foo.smithi110.xuiblg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.528903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.njmtfn on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\nDeploy daemon haproxy.nfs.foo.smithi073.njmtfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.533176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bnhqfr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:11.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:12.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:12 smithi110 bash[28336]: cluster 2023-12-06T04:24:10.551584+0000 mgr.smithi073.zlngfn (mgr.14182) 1039 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:24:12.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:12 smithi110 bash[28336]: audit 2023-12-06T04:24:10.998361+0000 mgr.smithi073.zlngfn (mgr.14182) 1040 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:12.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:12 smithi073 bash[24935]: cluster 2023-12-06T04:24:10.551584+0000 mgr.smithi073.zlngfn (mgr.14182) 1039 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:24:12.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:12 smithi073 bash[24935]: audit 2023-12-06T04:24:10.998361+0000 mgr.smithi073.zlngfn (mgr.14182) 1040 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:12.695 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:14.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:14 smithi110 bash[28336]: cluster 2023-12-06T04:24:12.552604+0000 mgr.smithi073.zlngfn (mgr.14182) 1041 : 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 2023-12-06T04:24:14.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:14 smithi073 bash[24935]: cluster 2023-12-06T04:24:12.552604+0000 mgr.smithi073.zlngfn (mgr.14182) 1041 : 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 2023-12-06T04:24:15.872 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:24:15.872 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:38.495792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\nDeploy daemon haproxy.nfs.foo.smithi110.xuiblg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.528903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.njmtfn on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\nDeploy daemon haproxy.nfs.foo.smithi073.njmtfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.533176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bnhqfr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:16.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:16 smithi110 bash[28336]: cluster 2023-12-06T04:24:14.553986+0000 mgr.smithi073.zlngfn (mgr.14182) 1042 : 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 2023-12-06T04:24:16.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:16 smithi073 bash[24935]: cluster 2023-12-06T04:24:14.553986+0000 mgr.smithi073.zlngfn (mgr.14182) 1042 : 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 2023-12-06T04:24:16.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:17.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:17 smithi110 bash[28336]: audit 2023-12-06T04:24:15.861683+0000 mgr.smithi073.zlngfn (mgr.14182) 1043 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:17.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:17 smithi073 bash[24935]: audit 2023-12-06T04:24:15.861683+0000 mgr.smithi073.zlngfn (mgr.14182) 1043 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:17.627 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:18.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:18 smithi110 bash[28336]: cluster 2023-12-06T04:24:16.554585+0000 mgr.smithi073.zlngfn (mgr.14182) 1044 : 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 2023-12-06T04:24:18.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:18 smithi073 bash[24935]: cluster 2023-12-06T04:24:16.554585+0000 mgr.smithi073.zlngfn (mgr.14182) 1044 : 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 2023-12-06T04:24:20.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:20 smithi073 bash[24935]: cluster 2023-12-06T04:24:18.555759+0000 mgr.smithi073.zlngfn (mgr.14182) 1045 : cluster [DBG] pgmap v694: 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 2023-12-06T04:24:20.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:20 smithi110 bash[28336]: cluster 2023-12-06T04:24:18.555759+0000 mgr.smithi073.zlngfn (mgr.14182) 1045 : cluster [DBG] pgmap v694: 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 2023-12-06T04:24:20.805 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:24:20.806 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:38.495792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\nDeploy daemon haproxy.nfs.foo.smithi110.xuiblg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.528903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.njmtfn on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\nDeploy daemon haproxy.nfs.foo.smithi073.njmtfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.533176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bnhqfr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:21.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:22.551 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:22.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:22 smithi073 bash[24935]: cluster 2023-12-06T04:24:20.556896+0000 mgr.smithi073.zlngfn (mgr.14182) 1046 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:24:22.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:22 smithi073 bash[24935]: audit 2023-12-06T04:24:20.798425+0000 mgr.smithi073.zlngfn (mgr.14182) 1047 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:22.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:22 smithi110 bash[28336]: cluster 2023-12-06T04:24:20.556896+0000 mgr.smithi073.zlngfn (mgr.14182) 1046 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:24:22.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:22 smithi110 bash[28336]: audit 2023-12-06T04:24:20.798425+0000 mgr.smithi073.zlngfn (mgr.14182) 1047 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:24.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:24 smithi073 bash[24935]: cluster 2023-12-06T04:24:22.557969+0000 mgr.smithi073.zlngfn (mgr.14182) 1048 : 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 2023-12-06T04:24:24.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:24 smithi110 bash[28336]: cluster 2023-12-06T04:24:22.557969+0000 mgr.smithi073.zlngfn (mgr.14182) 1048 : 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 2023-12-06T04:24:25.619 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:24:25.619 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:38.495792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\nDeploy daemon haproxy.nfs.foo.smithi110.xuiblg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.528903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.njmtfn on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\nDeploy daemon haproxy.nfs.foo.smithi073.njmtfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.533176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bnhqfr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:26.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:26.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:26 smithi073 bash[24935]: cluster 2023-12-06T04:24:24.559193+0000 mgr.smithi073.zlngfn (mgr.14182) 1049 : 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 2023-12-06T04:24:26.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:26 smithi110 bash[28336]: cluster 2023-12-06T04:24:24.559193+0000 mgr.smithi073.zlngfn (mgr.14182) 1049 : 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 2023-12-06T04:24:27.391 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:27.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:27 smithi073 bash[24935]: audit 2023-12-06T04:24:25.607376+0000 mgr.smithi073.zlngfn (mgr.14182) 1050 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:27.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:27 smithi110 bash[28336]: audit 2023-12-06T04:24:25.607376+0000 mgr.smithi073.zlngfn (mgr.14182) 1050 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:28.549 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:28 smithi073 bash[24935]: cluster 2023-12-06T04:24:26.560129+0000 mgr.smithi073.zlngfn (mgr.14182) 1051 : 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 2023-12-06T04:24:28.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:28 smithi110 bash[28336]: cluster 2023-12-06T04:24:26.560129+0000 mgr.smithi073.zlngfn (mgr.14182) 1051 : 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 2023-12-06T04:24:30.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:30 smithi073 bash[24935]: cluster 2023-12-06T04:24:28.561544+0000 mgr.smithi073.zlngfn (mgr.14182) 1052 : cluster [DBG] pgmap v699: 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 2023-12-06T04:24:30.595 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:24:30.595 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:38.495792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\nDeploy daemon haproxy.nfs.foo.smithi110.xuiblg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.528903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.njmtfn on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\nDeploy daemon haproxy.nfs.foo.smithi073.njmtfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.533176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bnhqfr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:30.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:30 smithi110 bash[28336]: cluster 2023-12-06T04:24:28.561544+0000 mgr.smithi073.zlngfn (mgr.14182) 1052 : cluster [DBG] pgmap v699: 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 2023-12-06T04:24:31.364 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:32.365 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:32.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:32 smithi073 bash[24935]: cluster 2023-12-06T04:24:30.562603+0000 mgr.smithi073.zlngfn (mgr.14182) 1053 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:24:32.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:32 smithi073 bash[24935]: audit 2023-12-06T04:24:30.583647+0000 mgr.smithi073.zlngfn (mgr.14182) 1054 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:32.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:32 smithi110 bash[28336]: cluster 2023-12-06T04:24:30.562603+0000 mgr.smithi073.zlngfn (mgr.14182) 1053 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:24:32.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:32 smithi110 bash[28336]: audit 2023-12-06T04:24:30.583647+0000 mgr.smithi073.zlngfn (mgr.14182) 1054 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:34.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:34 smithi073 bash[24935]: cluster 2023-12-06T04:24:32.563227+0000 mgr.smithi073.zlngfn (mgr.14182) 1055 : 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 2023-12-06T04:24:34.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:34 smithi110 bash[28336]: cluster 2023-12-06T04:24:32.563227+0000 mgr.smithi073.zlngfn (mgr.14182) 1055 : 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 2023-12-06T04:24:35.649 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:24:35.649 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:38.495792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\nDeploy daemon haproxy.nfs.foo.smithi110.xuiblg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.528903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.njmtfn on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\nDeploy daemon haproxy.nfs.foo.smithi073.njmtfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.533176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bnhqfr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:36.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:36.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:36 smithi073 bash[24935]: cluster 2023-12-06T04:24:34.564480+0000 mgr.smithi073.zlngfn (mgr.14182) 1056 : 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 2023-12-06T04:24:36.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:36 smithi110 bash[28336]: cluster 2023-12-06T04:24:34.564480+0000 mgr.smithi073.zlngfn (mgr.14182) 1056 : 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 2023-12-06T04:24:37.461 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:37.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:37 smithi073 bash[24935]: audit 2023-12-06T04:24:35.639038+0000 mgr.smithi073.zlngfn (mgr.14182) 1057 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:37 smithi110 bash[28336]: audit 2023-12-06T04:24:35.639038+0000 mgr.smithi073.zlngfn (mgr.14182) 1057 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:38.543 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:38 smithi073 bash[24935]: cluster 2023-12-06T04:24:36.565413+0000 mgr.smithi073.zlngfn (mgr.14182) 1058 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:24:38.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:38 smithi110 bash[28336]: cluster 2023-12-06T04:24:36.565413+0000 mgr.smithi073.zlngfn (mgr.14182) 1058 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:24:40.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:40 smithi073 bash[24935]: cluster 2023-12-06T04:24:38.566567+0000 mgr.smithi073.zlngfn (mgr.14182) 1059 : cluster [DBG] pgmap v704: 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 2023-12-06T04:24:40.654 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:24:40.654 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:38.495792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\nDeploy daemon haproxy.nfs.foo.smithi110.xuiblg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.528903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.njmtfn on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\nDeploy daemon haproxy.nfs.foo.smithi073.njmtfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.533176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bnhqfr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:40.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:40 smithi110 bash[28336]: cluster 2023-12-06T04:24:38.566567+0000 mgr.smithi073.zlngfn (mgr.14182) 1059 : cluster [DBG] pgmap v704: 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 2023-12-06T04:24:41.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:42.407 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:42.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:42 smithi073 bash[24935]: cluster 2023-12-06T04:24:40.567617+0000 mgr.smithi073.zlngfn (mgr.14182) 1060 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:24:42.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:42 smithi073 bash[24935]: audit 2023-12-06T04:24:40.642109+0000 mgr.smithi073.zlngfn (mgr.14182) 1061 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:42.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:42 smithi110 bash[28336]: cluster 2023-12-06T04:24:40.567617+0000 mgr.smithi073.zlngfn (mgr.14182) 1060 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:24:42.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:42 smithi110 bash[28336]: audit 2023-12-06T04:24:40.642109+0000 mgr.smithi073.zlngfn (mgr.14182) 1061 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:43 smithi073 bash[24935]: audit 2023-12-06T04:24:42.539518+0000 mon.smithi073 (mon.0) 934 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:24:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:43 smithi073 bash[24935]: audit 2023-12-06T04:24:42.811603+0000 mon.smithi073 (mon.0) 935 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:24:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:43 smithi073 bash[24935]: audit 2023-12-06T04:24:43.108929+0000 mon.smithi073 (mon.0) 936 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:24:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:43 smithi073 bash[24935]: audit 2023-12-06T04:24:43.110715+0000 mon.smithi073 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:24:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:43 smithi073 bash[24935]: audit 2023-12-06T04:24:43.120452+0000 mon.smithi073 (mon.0) 938 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:24:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:43 smithi073 bash[24935]: audit 2023-12-06T04:24:43.128960+0000 mon.smithi073 (mon.0) 939 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:24:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:43 smithi073 bash[24935]: audit 2023-12-06T04:24:43.144936+0000 mon.smithi073 (mon.0) 940 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:24:43.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:43 smithi110 bash[28336]: audit 2023-12-06T04:24:42.539518+0000 mon.smithi073 (mon.0) 934 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:24:43.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:43 smithi110 bash[28336]: audit 2023-12-06T04:24:42.811603+0000 mon.smithi073 (mon.0) 935 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:24:43.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:43 smithi110 bash[28336]: audit 2023-12-06T04:24:43.108929+0000 mon.smithi073 (mon.0) 936 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:24:43.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:43 smithi110 bash[28336]: audit 2023-12-06T04:24:43.110715+0000 mon.smithi073 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:24:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:43 smithi110 bash[28336]: audit 2023-12-06T04:24:43.120452+0000 mon.smithi073 (mon.0) 938 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:24:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:43 smithi110 bash[28336]: audit 2023-12-06T04:24:43.128960+0000 mon.smithi073 (mon.0) 939 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:24:43.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:43 smithi110 bash[28336]: audit 2023-12-06T04:24:43.144936+0000 mon.smithi073 (mon.0) 940 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:24:44.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:44 smithi073 bash[24935]: cluster 2023-12-06T04:24:42.568369+0000 mgr.smithi073.zlngfn (mgr.14182) 1062 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:24:44.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:44 smithi073 bash[24935]: cluster 2023-12-06T04:24:43.121416+0000 mgr.smithi073.zlngfn (mgr.14182) 1063 : cluster [DBG] pgmap v707: 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 2023-12-06T04:24:44.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:44 smithi073 bash[24935]: cephadm 2023-12-06T04:24:43.149741+0000 mgr.smithi073.zlngfn (mgr.14182) 1064 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.myoqsz on smithi110 2023-12-06T04:24:44.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:44 smithi073 bash[24935]: cluster 2023-12-06T04:24:43.293167+0000 mon.smithi073 (mon.0) 941 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:24:44.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:44 smithi073 bash[24935]: cluster 2023-12-06T04:24:43.293219+0000 mon.smithi073 (mon.0) 942 : cluster [INF] Cluster is now healthy 2023-12-06T04:24:44.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:44 smithi110 bash[28336]: cluster 2023-12-06T04:24:42.568369+0000 mgr.smithi073.zlngfn (mgr.14182) 1062 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:24:44.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:44 smithi110 bash[28336]: cluster 2023-12-06T04:24:43.121416+0000 mgr.smithi073.zlngfn (mgr.14182) 1063 : cluster [DBG] pgmap v707: 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 2023-12-06T04:24:44.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:44 smithi110 bash[28336]: cephadm 2023-12-06T04:24:43.149741+0000 mgr.smithi073.zlngfn (mgr.14182) 1064 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.myoqsz on smithi110 2023-12-06T04:24:44.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:44 smithi110 bash[28336]: cluster 2023-12-06T04:24:43.293167+0000 mon.smithi073 (mon.0) 941 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:24:44.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:44 smithi110 bash[28336]: cluster 2023-12-06T04:24:43.293219+0000 mon.smithi073 (mon.0) 942 : cluster [INF] Cluster is now healthy 2023-12-06T04:24:45.599 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:24:45.599 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:22:26.409332Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.riruxz on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:38.495792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\nDeploy daemon haproxy.nfs.foo.smithi110.xuiblg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.528903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.njmtfn on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\nDeploy daemon haproxy.nfs.foo.smithi073.njmtfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.533176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bnhqfr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:46.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:46.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:46 smithi073 bash[24935]: cluster 2023-12-06T04:24:45.122442+0000 mgr.smithi073.zlngfn (mgr.14182) 1065 : cluster [DBG] pgmap v708: 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 2023-12-06T04:24:46.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:46 smithi110 bash[28336]: cluster 2023-12-06T04:24:45.122442+0000 mgr.smithi073.zlngfn (mgr.14182) 1065 : cluster [DBG] pgmap v708: 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 2023-12-06T04:24:47.379 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:47 smithi073 bash[24935]: audit 2023-12-06T04:24:45.588097+0000 mgr.smithi073.zlngfn (mgr.14182) 1066 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:47.379 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:47 smithi073 bash[24935]: audit 2023-12-06T04:24:47.114080+0000 mon.smithi073 (mon.0) 943 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.myoqsz"}]: dispatch 2023-12-06T04:24:47.420 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:47.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:47 smithi110 bash[28336]: audit 2023-12-06T04:24:45.588097+0000 mgr.smithi073.zlngfn (mgr.14182) 1066 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:47.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:47 smithi110 bash[28336]: audit 2023-12-06T04:24:47.114080+0000 mon.smithi073 (mon.0) 943 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.myoqsz"}]: dispatch 2023-12-06T04:24:48.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: cephadm 2023-12-06T04:24:47.112952+0000 mgr.smithi073.zlngfn (mgr.14182) 1067 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz 2023-12-06T04:24:48.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:24:48.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz 2023-12-06T04:24:48.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz 2023-12-06T04:24:48.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:24:48.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz 2023-12-06T04:24:48.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.myoqsz ... 2023-12-06T04:24:48.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:48.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:24:48.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:24:48.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:24:48.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:48.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:24:48.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:24:48.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:24:48.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:24:48.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:24:48.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz 2023-12-06T04:24:48.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:24:48.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz 2023-12-06T04:24:48.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz 2023-12-06T04:24:48.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:24:48.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz 2023-12-06T04:24:48.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.myoqsz ... 2023-12-06T04:24:48.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:48.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:24:48.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:24:48.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:24:48.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:48.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: cephadm 2023-12-06T04:24:47.113502+0000 mgr.smithi073.zlngfn (mgr.14182) 1068 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.myoqsz 2023-12-06T04:24:48.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: cephadm 2023-12-06T04:24:47.115811+0000 mgr.smithi073.zlngfn (mgr.14182) 1069 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.myoqsz on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz 2023-12-06T04:24:48.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:24:48.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz 2023-12-06T04:24:48.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz 2023-12-06T04:24:48.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:24:48.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz 2023-12-06T04:24:48.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.myoqsz ... 2023-12-06T04:24:48.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:48.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:24:48.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:24:48.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:24:48.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:48.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: cephadm 2023-12-06T04:24:47.119749+0000 mgr.smithi073.zlngfn (mgr.14182) 1070 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.elraee on smithi073 2023-12-06T04:24:48.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:48 smithi073 bash[24935]: cluster 2023-12-06T04:24:47.122986+0000 mgr.smithi073.zlngfn (mgr.14182) 1071 : cluster [DBG] pgmap v709: 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 2023-12-06T04:24:48.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: cephadm 2023-12-06T04:24:47.112952+0000 mgr.smithi073.zlngfn (mgr.14182) 1067 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz 2023-12-06T04:24:48.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:24:48.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz 2023-12-06T04:24:48.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz 2023-12-06T04:24:48.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:24:48.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz 2023-12-06T04:24:48.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.myoqsz ... 2023-12-06T04:24:48.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:48.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:24:48.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:24:48.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:24:48.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:48.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:24:48.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:24:48.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:24:48.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:24:48.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:24:48.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz 2023-12-06T04:24:48.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:24:48.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz 2023-12-06T04:24:48.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz 2023-12-06T04:24:48.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:24:48.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz 2023-12-06T04:24:48.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.myoqsz ... 2023-12-06T04:24:48.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:48.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:24:48.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:24:48.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:24:48.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:48.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: cephadm 2023-12-06T04:24:47.113502+0000 mgr.smithi073.zlngfn (mgr.14182) 1068 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.myoqsz 2023-12-06T04:24:48.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: cephadm 2023-12-06T04:24:47.115811+0000 mgr.smithi073.zlngfn (mgr.14182) 1069 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.myoqsz on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz 2023-12-06T04:24:48.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:24:48.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz 2023-12-06T04:24:48.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz 2023-12-06T04:24:48.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:24:48.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz 2023-12-06T04:24:48.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.myoqsz ... 2023-12-06T04:24:48.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:48.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:24:48.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:24:48.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:24:48.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:48.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: cephadm 2023-12-06T04:24:47.119749+0000 mgr.smithi073.zlngfn (mgr.14182) 1070 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.elraee on smithi073 2023-12-06T04:24:48.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:48 smithi110 bash[28336]: cluster 2023-12-06T04:24:47.122986+0000 mgr.smithi073.zlngfn (mgr.14182) 1071 : cluster [DBG] pgmap v709: 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 2023-12-06T04:24:50.469 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:50 smithi073 bash[24935]: cluster 2023-12-06T04:24:49.124012+0000 mgr.smithi073.zlngfn (mgr.14182) 1072 : cluster [DBG] pgmap v710: 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 2023-12-06T04:24:50.658 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:24:50.658 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:23:38.495792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.xuiblg on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-xuiblg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.xuiblg\nDeploy daemon haproxy.nfs.foo.smithi110.xuiblg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.528903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.njmtfn on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-njmtfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.njmtfn\nDeploy daemon haproxy.nfs.foo.smithi073.njmtfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:23:42.533176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bnhqfr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:47.115522Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.myoqsz on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\nDeploy daemon haproxy.nfs.foo.smithi110.myoqsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:50.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:50 smithi110 bash[28336]: cluster 2023-12-06T04:24:49.124012+0000 mgr.smithi073.zlngfn (mgr.14182) 1072 : cluster [DBG] pgmap v710: 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 2023-12-06T04:24:51.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:51.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:51 smithi110 bash[28336]: audit 2023-12-06T04:24:50.946707+0000 mon.smithi073 (mon.0) 944 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.elraee"}]: dispatch 2023-12-06T04:24:51.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:51 smithi073 bash[24935]: audit 2023-12-06T04:24:50.946707+0000 mon.smithi073 (mon.0) 944 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.elraee"}]: dispatch 2023-12-06T04:24:52.515 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:52.712 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: audit 2023-12-06T04:24:50.644291+0000 mgr.smithi073.zlngfn (mgr.14182) 1073 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:52.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: cephadm 2023-12-06T04:24:50.945974+0000 mgr.smithi073.zlngfn (mgr.14182) 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee 2023-12-06T04:24:52.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:24:52.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee 2023-12-06T04:24:52.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee 2023-12-06T04:24:52.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:24:52.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee 2023-12-06T04:24:52.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.elraee ... 2023-12-06T04:24:52.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:52.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:24:52.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:24:52.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:24:52.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:52.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:24:52.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:24:52.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:24:52.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:24:52.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:24:52.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee 2023-12-06T04:24:52.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:24:52.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee 2023-12-06T04:24:52.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee 2023-12-06T04:24:52.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:24:52.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee 2023-12-06T04:24:52.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.elraee ... 2023-12-06T04:24:52.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:52.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:24:52.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:24:52.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:24:52.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:52.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: cephadm 2023-12-06T04:24:50.946200+0000 mgr.smithi073.zlngfn (mgr.14182) 1075 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.elraee 2023-12-06T04:24:52.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: cephadm 2023-12-06T04:24:50.948018+0000 mgr.smithi073.zlngfn (mgr.14182) 1076 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.elraee on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee 2023-12-06T04:24:52.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:24:52.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee 2023-12-06T04:24:52.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee 2023-12-06T04:24:52.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:24:52.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee 2023-12-06T04:24:52.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.elraee ... 2023-12-06T04:24:52.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:52.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:24:52.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:24:52.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:24:52.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:52.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: cephadm 2023-12-06T04:24:50.950024+0000 mgr.smithi073.zlngfn (mgr.14182) 1077 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.mhflaa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:24:52.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: cephadm 2023-12-06T04:24:50.951627+0000 mgr.smithi073.zlngfn (mgr.14182) 1078 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:24:52.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: cluster 2023-12-06T04:24:50.952488+0000 mgr.smithi073.zlngfn (mgr.14182) 1079 : cluster [DBG] pgmap v711: 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 2023-12-06T04:24:52.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:52 smithi073 bash[24935]: cluster 2023-12-06T04:24:51.325650+0000 mon.smithi073 (mon.0) 945 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:24:52.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: audit 2023-12-06T04:24:50.644291+0000 mgr.smithi073.zlngfn (mgr.14182) 1073 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:52.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: cephadm 2023-12-06T04:24:50.945974+0000 mgr.smithi073.zlngfn (mgr.14182) 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee 2023-12-06T04:24:52.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:24:52.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee 2023-12-06T04:24:52.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee 2023-12-06T04:24:52.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:24:52.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee 2023-12-06T04:24:52.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.elraee ... 2023-12-06T04:24:52.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:52.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:24:52.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:24:52.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:24:52.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:52.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:24:52.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:24:52.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:24:52.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:24:52.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:24:52.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee 2023-12-06T04:24:52.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:24:52.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee 2023-12-06T04:24:52.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee 2023-12-06T04:24:52.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:24:52.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee 2023-12-06T04:24:52.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.elraee ... 2023-12-06T04:24:52.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:52.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:24:52.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:24:52.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:24:52.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:52.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: cephadm 2023-12-06T04:24:50.946200+0000 mgr.smithi073.zlngfn (mgr.14182) 1075 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.elraee 2023-12-06T04:24:52.718 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: cephadm 2023-12-06T04:24:50.948018+0000 mgr.smithi073.zlngfn (mgr.14182) 1076 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.elraee on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee 2023-12-06T04:24:52.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:24:52.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee 2023-12-06T04:24:52.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee 2023-12-06T04:24:52.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:24:52.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee 2023-12-06T04:24:52.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.elraee ... 2023-12-06T04:24:52.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:52.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:24:52.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:24:52.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:24:52.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:52.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: cephadm 2023-12-06T04:24:50.950024+0000 mgr.smithi073.zlngfn (mgr.14182) 1077 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.mhflaa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:24:52.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: cephadm 2023-12-06T04:24:50.951627+0000 mgr.smithi073.zlngfn (mgr.14182) 1078 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:24:52.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: cluster 2023-12-06T04:24:50.952488+0000 mgr.smithi073.zlngfn (mgr.14182) 1079 : cluster [DBG] pgmap v711: 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 2023-12-06T04:24:52.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:52 smithi110 bash[28336]: cluster 2023-12-06T04:24:51.325650+0000 mon.smithi073 (mon.0) 945 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:24:54.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:54 smithi073 bash[24935]: cluster 2023-12-06T04:24:52.953134+0000 mgr.smithi073.zlngfn (mgr.14182) 1080 : cluster [DBG] pgmap v712: 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 2023-12-06T04:24:54.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:54 smithi110 bash[28336]: cluster 2023-12-06T04:24:52.953134+0000 mgr.smithi073.zlngfn (mgr.14182) 1080 : cluster [DBG] pgmap v712: 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 2023-12-06T04:24:55.831 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:24:55.831 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:47.115522Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.myoqsz on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\nDeploy daemon haproxy.nfs.foo.smithi110.myoqsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.947871Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.elraee on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\nDeploy daemon haproxy.nfs.foo.smithi073.elraee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.949927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mhflaa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:56.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:56.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:56 smithi110 bash[28336]: cluster 2023-12-06T04:24:54.954461+0000 mgr.smithi073.zlngfn (mgr.14182) 1081 : cluster [DBG] pgmap v713: 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 2023-12-06T04:24:56.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:56 smithi110 bash[28336]: audit 2023-12-06T04:24:55.396828+0000 mon.smithi073 (mon.0) 946 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:24:56.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:56 smithi073 bash[24935]: cluster 2023-12-06T04:24:54.954461+0000 mgr.smithi073.zlngfn (mgr.14182) 1081 : cluster [DBG] pgmap v713: 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 2023-12-06T04:24:56.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:56 smithi073 bash[24935]: audit 2023-12-06T04:24:55.396828+0000 mon.smithi073 (mon.0) 946 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:24:57.621 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:57.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:57 smithi073 bash[24935]: audit 2023-12-06T04:24:55.825181+0000 mgr.smithi073.zlngfn (mgr.14182) 1082 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:57.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:57 smithi110 bash[28336]: audit 2023-12-06T04:24:55.825181+0000 mgr.smithi073.zlngfn (mgr.14182) 1082 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:58.694 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:24:58 smithi073 bash[24935]: cluster 2023-12-06T04:24:56.955473+0000 mgr.smithi073.zlngfn (mgr.14182) 1083 : cluster [DBG] pgmap v714: 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 2023-12-06T04:24:58.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:24:58 smithi110 bash[28336]: cluster 2023-12-06T04:24:56.955473+0000 mgr.smithi073.zlngfn (mgr.14182) 1083 : cluster [DBG] pgmap v714: 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 2023-12-06T04:25:00.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:00 smithi110 bash[28336]: cluster 2023-12-06T04:24:58.956827+0000 mgr.smithi073.zlngfn (mgr.14182) 1084 : cluster [DBG] pgmap v715: 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 2023-12-06T04:25:00.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:00 smithi073 bash[24935]: cluster 2023-12-06T04:24:58.956827+0000 mgr.smithi073.zlngfn (mgr.14182) 1084 : cluster [DBG] pgmap v715: 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 2023-12-06T04:25:00.840 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:25:00.840 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:47.115522Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.myoqsz on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\nDeploy daemon haproxy.nfs.foo.smithi110.myoqsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.947871Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.elraee on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\nDeploy daemon haproxy.nfs.foo.smithi073.elraee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.949927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mhflaa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:01.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:02.652 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:02.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:02 smithi110 bash[28336]: audit 2023-12-06T04:25:00.830676+0000 mgr.smithi073.zlngfn (mgr.14182) 1085 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:02.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:02 smithi110 bash[28336]: cluster 2023-12-06T04:25:00.957532+0000 mgr.smithi073.zlngfn (mgr.14182) 1086 : cluster [DBG] pgmap v716: 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 2023-12-06T04:25:02.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:02 smithi073 bash[24935]: audit 2023-12-06T04:25:00.830676+0000 mgr.smithi073.zlngfn (mgr.14182) 1085 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:02.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:02 smithi073 bash[24935]: cluster 2023-12-06T04:25:00.957532+0000 mgr.smithi073.zlngfn (mgr.14182) 1086 : cluster [DBG] pgmap v716: 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 2023-12-06T04:25:04.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:04 smithi110 bash[28336]: cluster 2023-12-06T04:25:02.958144+0000 mgr.smithi073.zlngfn (mgr.14182) 1087 : 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 2023-12-06T04:25:04.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:04 smithi073 bash[24935]: cluster 2023-12-06T04:25:02.958144+0000 mgr.smithi073.zlngfn (mgr.14182) 1087 : 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 2023-12-06T04:25:05.910 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:25:05.910 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:47.115522Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.myoqsz on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\nDeploy daemon haproxy.nfs.foo.smithi110.myoqsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.947871Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.elraee on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\nDeploy daemon haproxy.nfs.foo.smithi073.elraee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.949927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mhflaa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:06.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:06.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:06 smithi110 bash[28336]: cluster 2023-12-06T04:25:04.959466+0000 mgr.smithi073.zlngfn (mgr.14182) 1088 : 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 2023-12-06T04:25:06.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:06 smithi073 bash[24935]: cluster 2023-12-06T04:25:04.959466+0000 mgr.smithi073.zlngfn (mgr.14182) 1088 : 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 2023-12-06T04:25:07.685 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:07.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:07 smithi073 bash[24935]: audit 2023-12-06T04:25:05.897598+0000 mgr.smithi073.zlngfn (mgr.14182) 1089 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:07.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:07 smithi110 bash[28336]: audit 2023-12-06T04:25:05.897598+0000 mgr.smithi073.zlngfn (mgr.14182) 1089 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:08 smithi110 bash[28336]: cluster 2023-12-06T04:25:06.960494+0000 mgr.smithi073.zlngfn (mgr.14182) 1090 : 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 2023-12-06T04:25:08.777 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:08 smithi073 bash[24935]: cluster 2023-12-06T04:25:06.960494+0000 mgr.smithi073.zlngfn (mgr.14182) 1090 : 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 2023-12-06T04:25:10.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:10 smithi110 bash[28336]: cluster 2023-12-06T04:25:08.961834+0000 mgr.smithi073.zlngfn (mgr.14182) 1091 : cluster [DBG] pgmap v720: 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 2023-12-06T04:25:10.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:10 smithi073 bash[24935]: cluster 2023-12-06T04:25:08.961834+0000 mgr.smithi073.zlngfn (mgr.14182) 1091 : cluster [DBG] pgmap v720: 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 2023-12-06T04:25:10.938 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:25:10.939 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:47.115522Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.myoqsz on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\nDeploy daemon haproxy.nfs.foo.smithi110.myoqsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.947871Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.elraee on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\nDeploy daemon haproxy.nfs.foo.smithi073.elraee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.949927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mhflaa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:11.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:12.684 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:12.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:12 smithi110 bash[28336]: audit 2023-12-06T04:25:10.927275+0000 mgr.smithi073.zlngfn (mgr.14182) 1092 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:12.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:12 smithi110 bash[28336]: cluster 2023-12-06T04:25:10.962856+0000 mgr.smithi073.zlngfn (mgr.14182) 1093 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:25:12.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:12 smithi073 bash[24935]: audit 2023-12-06T04:25:10.927275+0000 mgr.smithi073.zlngfn (mgr.14182) 1092 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:12.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:12 smithi073 bash[24935]: cluster 2023-12-06T04:25:10.962856+0000 mgr.smithi073.zlngfn (mgr.14182) 1093 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:25:14.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:14 smithi073 bash[24935]: cluster 2023-12-06T04:25:12.963845+0000 mgr.smithi073.zlngfn (mgr.14182) 1094 : 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 2023-12-06T04:25:14.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:14 smithi110 bash[28336]: cluster 2023-12-06T04:25:12.963845+0000 mgr.smithi073.zlngfn (mgr.14182) 1094 : 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 2023-12-06T04:25:15.836 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:25:15.836 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:47.115522Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.myoqsz on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\nDeploy daemon haproxy.nfs.foo.smithi110.myoqsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.947871Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.elraee on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\nDeploy daemon haproxy.nfs.foo.smithi073.elraee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.949927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mhflaa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:16.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:16.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:16 smithi073 bash[24935]: cluster 2023-12-06T04:25:14.965278+0000 mgr.smithi073.zlngfn (mgr.14182) 1095 : 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 2023-12-06T04:25:16.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:16 smithi110 bash[28336]: cluster 2023-12-06T04:25:14.965278+0000 mgr.smithi073.zlngfn (mgr.14182) 1095 : 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 2023-12-06T04:25:17.598 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:17.793 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:17 smithi073 bash[24935]: audit 2023-12-06T04:25:15.823011+0000 mgr.smithi073.zlngfn (mgr.14182) 1096 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:17 smithi110 bash[28336]: audit 2023-12-06T04:25:15.823011+0000 mgr.smithi073.zlngfn (mgr.14182) 1096 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:18.780 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:18 smithi073 bash[24935]: cluster 2023-12-06T04:25:16.966341+0000 mgr.smithi073.zlngfn (mgr.14182) 1097 : 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 2023-12-06T04:25:18.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:18 smithi110 bash[28336]: cluster 2023-12-06T04:25:16.966341+0000 mgr.smithi073.zlngfn (mgr.14182) 1097 : 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 2023-12-06T04:25:20.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:20 smithi073 bash[24935]: cluster 2023-12-06T04:25:18.967679+0000 mgr.smithi073.zlngfn (mgr.14182) 1098 : cluster [DBG] pgmap v725: 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 2023-12-06T04:25:20.719 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:25:20.719 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:47.115522Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.myoqsz on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\nDeploy daemon haproxy.nfs.foo.smithi110.myoqsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.947871Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.elraee on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\nDeploy daemon haproxy.nfs.foo.smithi073.elraee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.949927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mhflaa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:20.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:20 smithi110 bash[28336]: cluster 2023-12-06T04:25:18.967679+0000 mgr.smithi073.zlngfn (mgr.14182) 1098 : cluster [DBG] pgmap v725: 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 2023-12-06T04:25:21.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:22.476 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:22.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:22 smithi073 bash[24935]: audit 2023-12-06T04:25:20.708669+0000 mgr.smithi073.zlngfn (mgr.14182) 1099 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:22.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:22 smithi073 bash[24935]: cluster 2023-12-06T04:25:20.968289+0000 mgr.smithi073.zlngfn (mgr.14182) 1100 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:25:22.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:22 smithi110 bash[28336]: audit 2023-12-06T04:25:20.708669+0000 mgr.smithi073.zlngfn (mgr.14182) 1099 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:22.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:22 smithi110 bash[28336]: cluster 2023-12-06T04:25:20.968289+0000 mgr.smithi073.zlngfn (mgr.14182) 1100 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:25:24.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:24 smithi073 bash[24935]: cluster 2023-12-06T04:25:22.968905+0000 mgr.smithi073.zlngfn (mgr.14182) 1101 : 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 2023-12-06T04:25:24.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:24 smithi110 bash[28336]: cluster 2023-12-06T04:25:22.968905+0000 mgr.smithi073.zlngfn (mgr.14182) 1101 : 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 2023-12-06T04:25:25.774 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:25:25.774 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:47.115522Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.myoqsz on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\nDeploy daemon haproxy.nfs.foo.smithi110.myoqsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.947871Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.elraee on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\nDeploy daemon haproxy.nfs.foo.smithi073.elraee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.949927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mhflaa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:26.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:26.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:26 smithi073 bash[24935]: cluster 2023-12-06T04:25:24.970251+0000 mgr.smithi073.zlngfn (mgr.14182) 1102 : 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 2023-12-06T04:25:26.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:26 smithi110 bash[28336]: cluster 2023-12-06T04:25:24.970251+0000 mgr.smithi073.zlngfn (mgr.14182) 1102 : 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 2023-12-06T04:25:27.550 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:27.751 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:27 smithi073 bash[24935]: audit 2023-12-06T04:25:25.764718+0000 mgr.smithi073.zlngfn (mgr.14182) 1103 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:27.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:27 smithi110 bash[28336]: audit 2023-12-06T04:25:25.764718+0000 mgr.smithi073.zlngfn (mgr.14182) 1103 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:28.804 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:28 smithi073 bash[24935]: cluster 2023-12-06T04:25:26.971264+0000 mgr.smithi073.zlngfn (mgr.14182) 1104 : 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 2023-12-06T04:25:28.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:28 smithi110 bash[28336]: cluster 2023-12-06T04:25:26.971264+0000 mgr.smithi073.zlngfn (mgr.14182) 1104 : 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 2023-12-06T04:25:30.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:30 smithi073 bash[24935]: cluster 2023-12-06T04:25:28.972242+0000 mgr.smithi073.zlngfn (mgr.14182) 1105 : cluster [DBG] pgmap v730: 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 2023-12-06T04:25:30.864 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:25:30.865 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:47.115522Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.myoqsz on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\nDeploy daemon haproxy.nfs.foo.smithi110.myoqsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.947871Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.elraee on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\nDeploy daemon haproxy.nfs.foo.smithi073.elraee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.949927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mhflaa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:30.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:30 smithi110 bash[28336]: cluster 2023-12-06T04:25:28.972242+0000 mgr.smithi073.zlngfn (mgr.14182) 1105 : cluster [DBG] pgmap v730: 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 2023-12-06T04:25:31.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:32.606 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:32.803 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:32 smithi073 bash[24935]: audit 2023-12-06T04:25:30.854568+0000 mgr.smithi073.zlngfn (mgr.14182) 1106 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:32.803 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:32 smithi073 bash[24935]: cluster 2023-12-06T04:25:30.973241+0000 mgr.smithi073.zlngfn (mgr.14182) 1107 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:25:32.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:32 smithi110 bash[28336]: audit 2023-12-06T04:25:30.854568+0000 mgr.smithi073.zlngfn (mgr.14182) 1106 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:32.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:32 smithi110 bash[28336]: cluster 2023-12-06T04:25:30.973241+0000 mgr.smithi073.zlngfn (mgr.14182) 1107 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:25:34.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:34 smithi073 bash[24935]: cluster 2023-12-06T04:25:32.974410+0000 mgr.smithi073.zlngfn (mgr.14182) 1108 : 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 2023-12-06T04:25:34.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:34 smithi110 bash[28336]: cluster 2023-12-06T04:25:32.974410+0000 mgr.smithi073.zlngfn (mgr.14182) 1108 : 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 2023-12-06T04:25:35.765 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:25:35.766 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:47.115522Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.myoqsz on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\nDeploy daemon haproxy.nfs.foo.smithi110.myoqsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.947871Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.elraee on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\nDeploy daemon haproxy.nfs.foo.smithi073.elraee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.949927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mhflaa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:36.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:36.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:36 smithi073 bash[24935]: cluster 2023-12-06T04:25:34.975801+0000 mgr.smithi073.zlngfn (mgr.14182) 1109 : 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 2023-12-06T04:25:36.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:36 smithi110 bash[28336]: cluster 2023-12-06T04:25:34.975801+0000 mgr.smithi073.zlngfn (mgr.14182) 1109 : 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 2023-12-06T04:25:37.537 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:37.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:37 smithi073 bash[24935]: audit 2023-12-06T04:25:35.760108+0000 mgr.smithi073.zlngfn (mgr.14182) 1110 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:37 smithi110 bash[28336]: audit 2023-12-06T04:25:35.760108+0000 mgr.smithi073.zlngfn (mgr.14182) 1110 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:38.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:38 smithi073 bash[24935]: cluster 2023-12-06T04:25:36.976815+0000 mgr.smithi073.zlngfn (mgr.14182) 1111 : 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 2023-12-06T04:25:38.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:38 smithi110 bash[28336]: cluster 2023-12-06T04:25:36.976815+0000 mgr.smithi073.zlngfn (mgr.14182) 1111 : 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 2023-12-06T04:25:40.586 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:25:40.586 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:47.115522Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.myoqsz on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\nDeploy daemon haproxy.nfs.foo.smithi110.myoqsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.947871Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.elraee on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\nDeploy daemon haproxy.nfs.foo.smithi073.elraee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.949927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mhflaa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:40.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:40 smithi073 bash[24935]: cluster 2023-12-06T04:25:38.978230+0000 mgr.smithi073.zlngfn (mgr.14182) 1112 : cluster [DBG] pgmap v735: 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 2023-12-06T04:25:40.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:40 smithi110 bash[28336]: cluster 2023-12-06T04:25:38.978230+0000 mgr.smithi073.zlngfn (mgr.14182) 1112 : cluster [DBG] pgmap v735: 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 2023-12-06T04:25:41.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:42.359 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:42 smithi073 bash[24935]: audit 2023-12-06T04:25:40.580107+0000 mgr.smithi073.zlngfn (mgr.14182) 1113 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:42 smithi073 bash[24935]: cluster 2023-12-06T04:25:40.979244+0000 mgr.smithi073.zlngfn (mgr.14182) 1114 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:25:42.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:42 smithi110 bash[28336]: audit 2023-12-06T04:25:40.580107+0000 mgr.smithi073.zlngfn (mgr.14182) 1113 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:42.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:42 smithi110 bash[28336]: cluster 2023-12-06T04:25:40.979244+0000 mgr.smithi073.zlngfn (mgr.14182) 1114 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:25:44.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:44 smithi073 bash[24935]: cluster 2023-12-06T04:25:42.979989+0000 mgr.smithi073.zlngfn (mgr.14182) 1115 : 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 2023-12-06T04:25:44.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:44 smithi110 bash[28336]: cluster 2023-12-06T04:25:42.979989+0000 mgr.smithi073.zlngfn (mgr.14182) 1115 : 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 2023-12-06T04:25:45.563 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:25:45.563 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:47.115522Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.myoqsz on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\nDeploy daemon haproxy.nfs.foo.smithi110.myoqsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.947871Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.elraee on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\nDeploy daemon haproxy.nfs.foo.smithi073.elraee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.949927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mhflaa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:45.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:45 smithi110 bash[28336]: cluster 2023-12-06T04:25:44.981311+0000 mgr.smithi073.zlngfn (mgr.14182) 1116 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:25:46.100 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:45 smithi110 bash[28336]: audit 2023-12-06T04:25:45.555165+0000 mgr.smithi073.zlngfn (mgr.14182) 1117 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:46.101 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:45 smithi073 bash[24935]: cluster 2023-12-06T04:25:44.981311+0000 mgr.smithi073.zlngfn (mgr.14182) 1116 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:25:46.101 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:45 smithi073 bash[24935]: audit 2023-12-06T04:25:45.555165+0000 mgr.smithi073.zlngfn (mgr.14182) 1117 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:46.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:47.291 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:48.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:48 smithi073 bash[24935]: cluster 2023-12-06T04:25:46.982291+0000 mgr.smithi073.zlngfn (mgr.14182) 1118 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:25:48.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:48 smithi110 bash[28336]: cluster 2023-12-06T04:25:46.982291+0000 mgr.smithi073.zlngfn (mgr.14182) 1118 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:25:50.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:50 smithi073 bash[24935]: cluster 2023-12-06T04:25:48.983675+0000 mgr.smithi073.zlngfn (mgr.14182) 1119 : cluster [DBG] pgmap v740: 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 2023-12-06T04:25:50.439 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:25:50.439 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:23:42.535156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nrleag on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:47.115522Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.myoqsz on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\nDeploy daemon haproxy.nfs.foo.smithi110.myoqsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.947871Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.elraee on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\nDeploy daemon haproxy.nfs.foo.smithi073.elraee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.949927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mhflaa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:50.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:50 smithi110 bash[28336]: cluster 2023-12-06T04:25:48.983675+0000 mgr.smithi073.zlngfn (mgr.14182) 1119 : cluster [DBG] pgmap v740: 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 2023-12-06T04:25:51.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:51.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:51 smithi073 bash[24935]: audit 2023-12-06T04:25:50.430307+0000 mgr.smithi073.zlngfn (mgr.14182) 1120 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:51.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:51 smithi073 bash[24935]: audit 2023-12-06T04:25:50.955342+0000 mon.smithi073 (mon.0) 947 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:25:51.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:51 smithi110 bash[28336]: audit 2023-12-06T04:25:50.430307+0000 mgr.smithi073.zlngfn (mgr.14182) 1120 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:51.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:51 smithi110 bash[28336]: audit 2023-12-06T04:25:50.955342+0000 mon.smithi073 (mon.0) 947 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:25:52.212 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:52.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:52 smithi073 bash[24935]: cluster 2023-12-06T04:25:50.984654+0000 mgr.smithi073.zlngfn (mgr.14182) 1121 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:25:52.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:52 smithi073 bash[24935]: audit 2023-12-06T04:25:51.233495+0000 mon.smithi073 (mon.0) 948 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:25:52.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:52 smithi073 bash[24935]: audit 2023-12-06T04:25:51.234746+0000 mon.smithi073 (mon.0) 949 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:25:52.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:52 smithi073 bash[24935]: audit 2023-12-06T04:25:51.242074+0000 mon.smithi073 (mon.0) 950 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:25:52.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:52 smithi073 bash[24935]: cluster 2023-12-06T04:25:51.242981+0000 mgr.smithi073.zlngfn (mgr.14182) 1122 : cluster [DBG] pgmap v742: 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 2023-12-06T04:25:52.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:52 smithi073 bash[24935]: audit 2023-12-06T04:25:51.248739+0000 mon.smithi073 (mon.0) 951 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:25:52.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:52 smithi073 bash[24935]: audit 2023-12-06T04:25:51.258568+0000 mon.smithi073 (mon.0) 952 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:25:52.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:52 smithi073 bash[24935]: cephadm 2023-12-06T04:25:51.261182+0000 mgr.smithi073.zlngfn (mgr.14182) 1123 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.thmpvp on smithi110 2023-12-06T04:25:52.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:52 smithi110 bash[28336]: cluster 2023-12-06T04:25:50.984654+0000 mgr.smithi073.zlngfn (mgr.14182) 1121 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:25:52.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:52 smithi110 bash[28336]: audit 2023-12-06T04:25:51.233495+0000 mon.smithi073 (mon.0) 948 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:25:52.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:52 smithi110 bash[28336]: audit 2023-12-06T04:25:51.234746+0000 mon.smithi073 (mon.0) 949 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:25:52.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:52 smithi110 bash[28336]: audit 2023-12-06T04:25:51.242074+0000 mon.smithi073 (mon.0) 950 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:25:52.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:52 smithi110 bash[28336]: cluster 2023-12-06T04:25:51.242981+0000 mgr.smithi073.zlngfn (mgr.14182) 1122 : cluster [DBG] pgmap v742: 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 2023-12-06T04:25:52.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:52 smithi110 bash[28336]: audit 2023-12-06T04:25:51.248739+0000 mon.smithi073 (mon.0) 951 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:25:52.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:52 smithi110 bash[28336]: audit 2023-12-06T04:25:51.258568+0000 mon.smithi073 (mon.0) 952 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:25:52.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:52 smithi110 bash[28336]: cephadm 2023-12-06T04:25:51.261182+0000 mgr.smithi073.zlngfn (mgr.14182) 1123 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.thmpvp on smithi110 2023-12-06T04:25:53.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:53 smithi073 bash[24935]: cluster 2023-12-06T04:25:52.238714+0000 mon.smithi073 (mon.0) 953 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:25:53.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:53 smithi073 bash[24935]: cluster 2023-12-06T04:25:52.238771+0000 mon.smithi073 (mon.0) 954 : cluster [INF] Cluster is now healthy 2023-12-06T04:25:53.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:53 smithi110 bash[28336]: cluster 2023-12-06T04:25:52.238714+0000 mon.smithi073 (mon.0) 953 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:25:53.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:53 smithi110 bash[28336]: cluster 2023-12-06T04:25:52.238771+0000 mon.smithi073 (mon.0) 954 : cluster [INF] Cluster is now healthy 2023-12-06T04:25:54.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:54 smithi073 bash[24935]: cluster 2023-12-06T04:25:53.243622+0000 mgr.smithi073.zlngfn (mgr.14182) 1124 : cluster [DBG] pgmap v743: 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 2023-12-06T04:25:54.706 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:54 smithi110 bash[28336]: cluster 2023-12-06T04:25:53.243622+0000 mgr.smithi073.zlngfn (mgr.14182) 1124 : cluster [DBG] pgmap v743: 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 2023-12-06T04:25:55.405 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:25:55.405 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:47.115522Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.myoqsz on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-myoqsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.myoqsz\nDeploy daemon haproxy.nfs.foo.smithi110.myoqsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.947871Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.elraee on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-elraee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.elraee\nDeploy daemon haproxy.nfs.foo.smithi073.elraee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:50.949927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mhflaa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:55.204453Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\nDeploy daemon haproxy.nfs.foo.smithi110.thmpvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:55.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:55 smithi110 bash[28336]: audit 2023-12-06T04:25:55.203409+0000 mon.smithi073 (mon.0) 955 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.thmpvp"}]: dispatch 2023-12-06T04:25:55.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:55 smithi073 bash[24935]: audit 2023-12-06T04:25:55.203409+0000 mon.smithi073 (mon.0) 955 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.thmpvp"}]: dispatch 2023-12-06T04:25:56.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:56.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: cephadm 2023-12-06T04:25:55.202489+0000 mgr.smithi073.zlngfn (mgr.14182) 1125 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp 2023-12-06T04:25:56.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:25:56.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp 2023-12-06T04:25:56.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp 2023-12-06T04:25:56.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:25:56.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp 2023-12-06T04:25:56.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.thmpvp ... 2023-12-06T04:25:56.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:25:56.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:25:56.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:25:56.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:25:56.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:25:56.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:25:56.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:25:56.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:25:56.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:25:56.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:25:56.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp 2023-12-06T04:25:56.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:25:56.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp 2023-12-06T04:25:56.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp 2023-12-06T04:25:56.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:25:56.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp 2023-12-06T04:25:56.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.thmpvp ... 2023-12-06T04:25:56.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:25:56.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:25:56.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:25:56.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:25:56.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:25:56.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: cephadm 2023-12-06T04:25:55.202911+0000 mgr.smithi073.zlngfn (mgr.14182) 1126 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.thmpvp 2023-12-06T04:25:56.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: cephadm 2023-12-06T04:25:55.204727+0000 mgr.smithi073.zlngfn (mgr.14182) 1127 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp 2023-12-06T04:25:56.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:25:56.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp 2023-12-06T04:25:56.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp 2023-12-06T04:25:56.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:25:56.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp 2023-12-06T04:25:56.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.thmpvp ... 2023-12-06T04:25:56.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:25:56.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:25:56.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:25:56.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:25:56.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:25:56.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: cephadm 2023-12-06T04:25:55.209388+0000 mgr.smithi073.zlngfn (mgr.14182) 1128 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.qyyigx on smithi073 2023-12-06T04:25:56.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: cluster 2023-12-06T04:25:55.244547+0000 mgr.smithi073.zlngfn (mgr.14182) 1129 : cluster [DBG] pgmap v744: 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 2023-12-06T04:25:56.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:56 smithi073 bash[24935]: audit 2023-12-06T04:25:55.396385+0000 mgr.smithi073.zlngfn (mgr.14182) 1130 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:56.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: cephadm 2023-12-06T04:25:55.202489+0000 mgr.smithi073.zlngfn (mgr.14182) 1125 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp 2023-12-06T04:25:56.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:25:56.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp 2023-12-06T04:25:56.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp 2023-12-06T04:25:56.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:25:56.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp 2023-12-06T04:25:56.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.thmpvp ... 2023-12-06T04:25:56.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:25:56.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:25:56.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:25:56.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:25:56.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:25:56.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:25:56.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:25:56.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:25:56.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:25:56.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:25:56.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp 2023-12-06T04:25:56.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:25:56.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp 2023-12-06T04:25:56.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp 2023-12-06T04:25:56.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:25:56.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp 2023-12-06T04:25:56.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.thmpvp ... 2023-12-06T04:25:56.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:25:56.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:25:56.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:25:56.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:25:56.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:25:56.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: cephadm 2023-12-06T04:25:55.202911+0000 mgr.smithi073.zlngfn (mgr.14182) 1126 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.thmpvp 2023-12-06T04:25:56.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: cephadm 2023-12-06T04:25:55.204727+0000 mgr.smithi073.zlngfn (mgr.14182) 1127 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp 2023-12-06T04:25:56.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:25:56.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp 2023-12-06T04:25:56.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp 2023-12-06T04:25:56.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:25:56.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp 2023-12-06T04:25:56.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.thmpvp ... 2023-12-06T04:25:56.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:25:56.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:25:56.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:25:56.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:25:56.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:25:56.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: cephadm 2023-12-06T04:25:55.209388+0000 mgr.smithi073.zlngfn (mgr.14182) 1128 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.qyyigx on smithi073 2023-12-06T04:25:56.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: cluster 2023-12-06T04:25:55.244547+0000 mgr.smithi073.zlngfn (mgr.14182) 1129 : cluster [DBG] pgmap v744: 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 2023-12-06T04:25:56.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:56 smithi110 bash[28336]: audit 2023-12-06T04:25:55.396385+0000 mgr.smithi073.zlngfn (mgr.14182) 1130 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:57.205 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:58.533 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:58 smithi073 bash[24935]: cluster 2023-12-06T04:25:57.245301+0000 mgr.smithi073.zlngfn (mgr.14182) 1131 : cluster [DBG] pgmap v745: 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 2023-12-06T04:25:58.533 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:25:58 smithi073 bash[24935]: audit 2023-12-06T04:25:58.244100+0000 mon.smithi073 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:25:58.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:58 smithi110 bash[28336]: cluster 2023-12-06T04:25:57.245301+0000 mgr.smithi073.zlngfn (mgr.14182) 1131 : cluster [DBG] pgmap v745: 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 2023-12-06T04:25:58.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:25:58 smithi110 bash[28336]: audit 2023-12-06T04:25:58.244100+0000 mon.smithi073 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:26:00.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: cluster 2023-12-06T04:25:59.246352+0000 mgr.smithi073.zlngfn (mgr.14182) 1132 : cluster [DBG] pgmap v746: 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 2023-12-06T04:26:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: cephadm 2023-12-06T04:25:59.260013+0000 mgr.smithi073.zlngfn (mgr.14182) 1133 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx 2023-12-06T04:26:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:26:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx 2023-12-06T04:26:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx 2023-12-06T04:26:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:26:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx 2023-12-06T04:26:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.qyyigx ... 2023-12-06T04:26:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:26:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:26:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:26:00.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:26:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:26:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:26:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:26:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:26:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx 2023-12-06T04:26:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:26:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx 2023-12-06T04:26:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx 2023-12-06T04:26:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:26:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx 2023-12-06T04:26:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.qyyigx ... 2023-12-06T04:26:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:26:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:26:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:26:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: cephadm 2023-12-06T04:25:59.260236+0000 mgr.smithi073.zlngfn (mgr.14182) 1134 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.qyyigx 2023-12-06T04:26:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: audit 2023-12-06T04:25:59.260599+0000 mon.smithi073 (mon.0) 957 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.qyyigx"}]: dispatch 2023-12-06T04:26:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: cephadm 2023-12-06T04:25:59.261462+0000 mgr.smithi073.zlngfn (mgr.14182) 1135 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.qyyigx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx 2023-12-06T04:26:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:26:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx 2023-12-06T04:26:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx 2023-12-06T04:26:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:26:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx 2023-12-06T04:26:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.qyyigx ... 2023-12-06T04:26:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:00.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:26:00.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:26:00.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:26:00.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:00.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: cephadm 2023-12-06T04:25:59.263266+0000 mgr.smithi073.zlngfn (mgr.14182) 1136 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.hvtnjg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:26:00.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: cephadm 2023-12-06T04:25:59.264775+0000 mgr.smithi073.zlngfn (mgr.14182) 1137 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:26:00.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:00 smithi073 bash[24935]: cluster 2023-12-06T04:25:59.265580+0000 mgr.smithi073.zlngfn (mgr.14182) 1138 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 247 B/s rd, 0 op/s 2023-12-06T04:26:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: cluster 2023-12-06T04:25:59.246352+0000 mgr.smithi073.zlngfn (mgr.14182) 1132 : cluster [DBG] pgmap v746: 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 2023-12-06T04:26:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: cephadm 2023-12-06T04:25:59.260013+0000 mgr.smithi073.zlngfn (mgr.14182) 1133 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx 2023-12-06T04:26:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:26:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx 2023-12-06T04:26:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx 2023-12-06T04:26:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:26:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx 2023-12-06T04:26:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.qyyigx ... 2023-12-06T04:26:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:26:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:26:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:26:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:26:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:26:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:26:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:26:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:26:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx 2023-12-06T04:26:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:26:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx 2023-12-06T04:26:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx 2023-12-06T04:26:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:26:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx 2023-12-06T04:26:00.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.qyyigx ... 2023-12-06T04:26:00.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:00.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:26:00.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:26:00.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:26:00.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:00.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: cephadm 2023-12-06T04:25:59.260236+0000 mgr.smithi073.zlngfn (mgr.14182) 1134 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.qyyigx 2023-12-06T04:26:00.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: audit 2023-12-06T04:25:59.260599+0000 mon.smithi073 (mon.0) 957 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.qyyigx"}]: dispatch 2023-12-06T04:26:00.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: cephadm 2023-12-06T04:25:59.261462+0000 mgr.smithi073.zlngfn (mgr.14182) 1135 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.qyyigx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx 2023-12-06T04:26:00.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:26:00.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx 2023-12-06T04:26:00.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx 2023-12-06T04:26:00.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:26:00.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx 2023-12-06T04:26:00.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.qyyigx ... 2023-12-06T04:26:00.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:00.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:26:00.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:26:00.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:26:00.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:00.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: cephadm 2023-12-06T04:25:59.263266+0000 mgr.smithi073.zlngfn (mgr.14182) 1136 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.hvtnjg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:26:00.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: cephadm 2023-12-06T04:25:59.264775+0000 mgr.smithi073.zlngfn (mgr.14182) 1137 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:26:00.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:00 smithi110 bash[28336]: cluster 2023-12-06T04:25:59.265580+0000 mgr.smithi073.zlngfn (mgr.14182) 1138 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 247 B/s rd, 0 op/s 2023-12-06T04:26:00.737 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:26:00.737 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:55.204453Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\nDeploy daemon haproxy.nfs.foo.smithi110.thmpvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.261350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qyyigx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\nDeploy daemon haproxy.nfs.foo.smithi073.qyyigx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.263169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hvtnjg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:01.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:01.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:01 smithi073 bash[24935]: cluster 2023-12-06T04:26:00.257451+0000 mon.smithi073 (mon.0) 958 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:26:01.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:01 smithi073 bash[24935]: audit 2023-12-06T04:26:00.454719+0000 mon.smithi073 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:26:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:01 smithi110 bash[28336]: cluster 2023-12-06T04:26:00.257451+0000 mon.smithi073 (mon.0) 958 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:26:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:01 smithi110 bash[28336]: audit 2023-12-06T04:26:00.454719+0000 mon.smithi073 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:26:02.493 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:02.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:02 smithi110 bash[28336]: audit 2023-12-06T04:26:00.725974+0000 mgr.smithi073.zlngfn (mgr.14182) 1139 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:02.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:02 smithi110 bash[28336]: cluster 2023-12-06T04:26:01.266712+0000 mgr.smithi073.zlngfn (mgr.14182) 1140 : cluster [DBG] pgmap v748: 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 2023-12-06T04:26:02.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:02 smithi073 bash[24935]: audit 2023-12-06T04:26:00.725974+0000 mgr.smithi073.zlngfn (mgr.14182) 1139 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:02.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:02 smithi073 bash[24935]: cluster 2023-12-06T04:26:01.266712+0000 mgr.smithi073.zlngfn (mgr.14182) 1140 : cluster [DBG] pgmap v748: 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 2023-12-06T04:26:04.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:04 smithi073 bash[24935]: cluster 2023-12-06T04:26:03.267897+0000 mgr.smithi073.zlngfn (mgr.14182) 1141 : cluster [DBG] pgmap v749: 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 2023-12-06T04:26:04.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:04 smithi110 bash[28336]: cluster 2023-12-06T04:26:03.267897+0000 mgr.smithi073.zlngfn (mgr.14182) 1141 : cluster [DBG] pgmap v749: 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 2023-12-06T04:26:05.812 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:26:05.812 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:55.204453Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\nDeploy daemon haproxy.nfs.foo.smithi110.thmpvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.261350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qyyigx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\nDeploy daemon haproxy.nfs.foo.smithi073.qyyigx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.263169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hvtnjg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:06.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:06 smithi073 bash[24935]: cluster 2023-12-06T04:26:05.269282+0000 mgr.smithi073.zlngfn (mgr.14182) 1142 : cluster [DBG] pgmap v750: 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 2023-12-06T04:26:06.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:06.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:06 smithi110 bash[28336]: cluster 2023-12-06T04:26:05.269282+0000 mgr.smithi073.zlngfn (mgr.14182) 1142 : cluster [DBG] pgmap v750: 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 2023-12-06T04:26:07.655 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:07.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:07 smithi073 bash[24935]: audit 2023-12-06T04:26:05.806506+0000 mgr.smithi073.zlngfn (mgr.14182) 1143 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:07.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:07 smithi110 bash[28336]: audit 2023-12-06T04:26:05.806506+0000 mgr.smithi073.zlngfn (mgr.14182) 1143 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:08 smithi110 bash[28336]: cluster 2023-12-06T04:26:07.270350+0000 mgr.smithi073.zlngfn (mgr.14182) 1144 : cluster [DBG] pgmap v751: 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 2023-12-06T04:26:08.766 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:08 smithi073 bash[24935]: cluster 2023-12-06T04:26:07.270350+0000 mgr.smithi073.zlngfn (mgr.14182) 1144 : cluster [DBG] pgmap v751: 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 2023-12-06T04:26:10.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:10 smithi110 bash[28336]: cluster 2023-12-06T04:26:09.271706+0000 mgr.smithi073.zlngfn (mgr.14182) 1145 : cluster [DBG] pgmap v752: 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 2023-12-06T04:26:10.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:10 smithi073 bash[24935]: cluster 2023-12-06T04:26:09.271706+0000 mgr.smithi073.zlngfn (mgr.14182) 1145 : cluster [DBG] pgmap v752: 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 2023-12-06T04:26:10.937 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:26:10.937 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:55.204453Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\nDeploy daemon haproxy.nfs.foo.smithi110.thmpvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.261350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qyyigx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\nDeploy daemon haproxy.nfs.foo.smithi073.qyyigx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.263169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hvtnjg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:11.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:12.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:12 smithi110 bash[28336]: audit 2023-12-06T04:26:10.926534+0000 mgr.smithi073.zlngfn (mgr.14182) 1146 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:12.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:12 smithi110 bash[28336]: cluster 2023-12-06T04:26:11.272828+0000 mgr.smithi073.zlngfn (mgr.14182) 1147 : 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 2023-12-06T04:26:12.744 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:12.757 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:12 smithi073 bash[24935]: audit 2023-12-06T04:26:10.926534+0000 mgr.smithi073.zlngfn (mgr.14182) 1146 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:12.758 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:12 smithi073 bash[24935]: cluster 2023-12-06T04:26:11.272828+0000 mgr.smithi073.zlngfn (mgr.14182) 1147 : 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 2023-12-06T04:26:14.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:14 smithi073 bash[24935]: audit 2023-12-06T04:26:13.243324+0000 mon.smithi073 (mon.0) 960 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:26:14.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:14 smithi073 bash[24935]: cluster 2023-12-06T04:26:13.273440+0000 mgr.smithi073.zlngfn (mgr.14182) 1148 : 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 2023-12-06T04:26:14.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:14 smithi110 bash[28336]: audit 2023-12-06T04:26:13.243324+0000 mon.smithi073 (mon.0) 960 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:26:14.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:14 smithi110 bash[28336]: cluster 2023-12-06T04:26:13.273440+0000 mgr.smithi073.zlngfn (mgr.14182) 1148 : 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 2023-12-06T04:26:15.959 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:26:15.959 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:55.204453Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\nDeploy daemon haproxy.nfs.foo.smithi110.thmpvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.261350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qyyigx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\nDeploy daemon haproxy.nfs.foo.smithi073.qyyigx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.263169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hvtnjg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:16.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:16 smithi073 bash[24935]: cluster 2023-12-06T04:26:15.274208+0000 mgr.smithi073.zlngfn (mgr.14182) 1149 : 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 2023-12-06T04:26:16.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:16 smithi110 bash[28336]: cluster 2023-12-06T04:26:15.274208+0000 mgr.smithi073.zlngfn (mgr.14182) 1149 : 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 2023-12-06T04:26:16.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:17.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:17 smithi110 bash[28336]: audit 2023-12-06T04:26:15.952467+0000 mgr.smithi073.zlngfn (mgr.14182) 1150 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:17.728 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:17.739 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:17 smithi073 bash[24935]: audit 2023-12-06T04:26:15.952467+0000 mgr.smithi073.zlngfn (mgr.14182) 1150 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:18.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:18 smithi110 bash[28336]: cluster 2023-12-06T04:26:17.275207+0000 mgr.smithi073.zlngfn (mgr.14182) 1151 : 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 2023-12-06T04:26:18.775 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:18 smithi073 bash[24935]: cluster 2023-12-06T04:26:17.275207+0000 mgr.smithi073.zlngfn (mgr.14182) 1151 : 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 2023-12-06T04:26:20.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:20 smithi073 bash[24935]: cluster 2023-12-06T04:26:19.276595+0000 mgr.smithi073.zlngfn (mgr.14182) 1152 : 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 2023-12-06T04:26:20.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:20 smithi110 bash[28336]: cluster 2023-12-06T04:26:19.276595+0000 mgr.smithi073.zlngfn (mgr.14182) 1152 : 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 2023-12-06T04:26:20.991 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:26:20.991 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:55.204453Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\nDeploy daemon haproxy.nfs.foo.smithi110.thmpvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.261350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qyyigx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\nDeploy daemon haproxy.nfs.foo.smithi073.qyyigx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.263169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hvtnjg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:21.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:22.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:22 smithi110 bash[28336]: audit 2023-12-06T04:26:20.980623+0000 mgr.smithi073.zlngfn (mgr.14182) 1153 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:22.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:22 smithi110 bash[28336]: cluster 2023-12-06T04:26:21.277269+0000 mgr.smithi073.zlngfn (mgr.14182) 1154 : 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 2023-12-06T04:26:22.770 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:22.783 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:22 smithi073 bash[24935]: audit 2023-12-06T04:26:20.980623+0000 mgr.smithi073.zlngfn (mgr.14182) 1153 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:22.784 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:22 smithi073 bash[24935]: cluster 2023-12-06T04:26:21.277269+0000 mgr.smithi073.zlngfn (mgr.14182) 1154 : 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 2023-12-06T04:26:24.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:24 smithi073 bash[24935]: cluster 2023-12-06T04:26:23.277985+0000 mgr.smithi073.zlngfn (mgr.14182) 1155 : 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 2023-12-06T04:26:24.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:24 smithi110 bash[28336]: cluster 2023-12-06T04:26:23.277985+0000 mgr.smithi073.zlngfn (mgr.14182) 1155 : 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 2023-12-06T04:26:26.091 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:26:26.091 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:55.204453Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\nDeploy daemon haproxy.nfs.foo.smithi110.thmpvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.261350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qyyigx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\nDeploy daemon haproxy.nfs.foo.smithi073.qyyigx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.263169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hvtnjg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:26.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:26 smithi073 bash[24935]: cluster 2023-12-06T04:26:25.279234+0000 mgr.smithi073.zlngfn (mgr.14182) 1156 : 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 2023-12-06T04:26:26.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:26 smithi110 bash[28336]: cluster 2023-12-06T04:26:25.279234+0000 mgr.smithi073.zlngfn (mgr.14182) 1156 : 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 2023-12-06T04:26:26.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:27.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:27 smithi110 bash[28336]: audit 2023-12-06T04:26:26.079482+0000 mgr.smithi073.zlngfn (mgr.14182) 1157 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:27.826 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:27.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:27 smithi073 bash[24935]: audit 2023-12-06T04:26:26.079482+0000 mgr.smithi073.zlngfn (mgr.14182) 1157 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:28.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:28 smithi110 bash[28336]: cluster 2023-12-06T04:26:27.280572+0000 mgr.smithi073.zlngfn (mgr.14182) 1158 : 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 2023-12-06T04:26:28.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:28 smithi073 bash[24935]: cluster 2023-12-06T04:26:27.280572+0000 mgr.smithi073.zlngfn (mgr.14182) 1158 : 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 2023-12-06T04:26:30.605 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:30 smithi073 bash[24935]: cluster 2023-12-06T04:26:29.281658+0000 mgr.smithi073.zlngfn (mgr.14182) 1159 : 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 2023-12-06T04:26:30.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:30 smithi110 bash[28336]: cluster 2023-12-06T04:26:29.281658+0000 mgr.smithi073.zlngfn (mgr.14182) 1159 : 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 2023-12-06T04:26:30.985 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:26:30.986 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:55.204453Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\nDeploy daemon haproxy.nfs.foo.smithi110.thmpvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.261350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qyyigx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\nDeploy daemon haproxy.nfs.foo.smithi073.qyyigx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.263169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hvtnjg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:31.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:32.673 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:32.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:32 smithi073 bash[24935]: audit 2023-12-06T04:26:30.974719+0000 mgr.smithi073.zlngfn (mgr.14182) 1160 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:32.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:32 smithi073 bash[24935]: cluster 2023-12-06T04:26:31.282564+0000 mgr.smithi073.zlngfn (mgr.14182) 1161 : 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 2023-12-06T04:26:32.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:32 smithi110 bash[28336]: audit 2023-12-06T04:26:30.974719+0000 mgr.smithi073.zlngfn (mgr.14182) 1160 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:32.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:32 smithi110 bash[28336]: cluster 2023-12-06T04:26:31.282564+0000 mgr.smithi073.zlngfn (mgr.14182) 1161 : 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 2023-12-06T04:26:34.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:34 smithi073 bash[24935]: cluster 2023-12-06T04:26:33.283719+0000 mgr.smithi073.zlngfn (mgr.14182) 1162 : 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 2023-12-06T04:26:34.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:34 smithi110 bash[28336]: cluster 2023-12-06T04:26:33.283719+0000 mgr.smithi073.zlngfn (mgr.14182) 1162 : 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 2023-12-06T04:26:35.995 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:26:35.995 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:55.204453Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\nDeploy daemon haproxy.nfs.foo.smithi110.thmpvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.261350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qyyigx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\nDeploy daemon haproxy.nfs.foo.smithi073.qyyigx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.263169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hvtnjg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:36.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:36 smithi073 bash[24935]: cluster 2023-12-06T04:26:35.284989+0000 mgr.smithi073.zlngfn (mgr.14182) 1163 : 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 2023-12-06T04:26:36.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:36 smithi110 bash[28336]: cluster 2023-12-06T04:26:35.284989+0000 mgr.smithi073.zlngfn (mgr.14182) 1163 : 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 2023-12-06T04:26:36.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:37.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:37 smithi110 bash[28336]: audit 2023-12-06T04:26:35.984629+0000 mgr.smithi073.zlngfn (mgr.14182) 1164 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:37.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:37 smithi073 bash[24935]: audit 2023-12-06T04:26:35.984629+0000 mgr.smithi073.zlngfn (mgr.14182) 1164 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:37.850 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:38.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:38 smithi110 bash[28336]: cluster 2023-12-06T04:26:37.286035+0000 mgr.smithi073.zlngfn (mgr.14182) 1165 : 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 2023-12-06T04:26:38.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:38 smithi073 bash[24935]: cluster 2023-12-06T04:26:37.286035+0000 mgr.smithi073.zlngfn (mgr.14182) 1165 : 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 2023-12-06T04:26:40.690 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:40 smithi073 bash[24935]: cluster 2023-12-06T04:26:39.287372+0000 mgr.smithi073.zlngfn (mgr.14182) 1166 : 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 2023-12-06T04:26:40.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:40 smithi110 bash[28336]: cluster 2023-12-06T04:26:39.287372+0000 mgr.smithi073.zlngfn (mgr.14182) 1166 : 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 2023-12-06T04:26:41.096 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:26:41.096 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:55.204453Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\nDeploy daemon haproxy.nfs.foo.smithi110.thmpvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.261350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qyyigx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\nDeploy daemon haproxy.nfs.foo.smithi073.qyyigx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.263169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hvtnjg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:41.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:42.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:42 smithi110 bash[28336]: audit 2023-12-06T04:26:41.086565+0000 mgr.smithi073.zlngfn (mgr.14182) 1167 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:42.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:42 smithi110 bash[28336]: cluster 2023-12-06T04:26:41.288515+0000 mgr.smithi073.zlngfn (mgr.14182) 1168 : 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 2023-12-06T04:26:42.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:42 smithi073 bash[24935]: audit 2023-12-06T04:26:41.086565+0000 mgr.smithi073.zlngfn (mgr.14182) 1167 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:42 smithi073 bash[24935]: cluster 2023-12-06T04:26:41.288515+0000 mgr.smithi073.zlngfn (mgr.14182) 1168 : 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 2023-12-06T04:26:42.843 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:44.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:44 smithi073 bash[24935]: cluster 2023-12-06T04:26:43.289413+0000 mgr.smithi073.zlngfn (mgr.14182) 1169 : 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 2023-12-06T04:26:44.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:44 smithi110 bash[28336]: cluster 2023-12-06T04:26:43.289413+0000 mgr.smithi073.zlngfn (mgr.14182) 1169 : 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 2023-12-06T04:26:46.144 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:26:46.145 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:55.204453Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\nDeploy daemon haproxy.nfs.foo.smithi110.thmpvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.261350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qyyigx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\nDeploy daemon haproxy.nfs.foo.smithi073.qyyigx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.263169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hvtnjg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:46.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:46 smithi073 bash[24935]: cluster 2023-12-06T04:26:45.290605+0000 mgr.smithi073.zlngfn (mgr.14182) 1170 : 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 2023-12-06T04:26:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:46 smithi110 bash[28336]: cluster 2023-12-06T04:26:45.290605+0000 mgr.smithi073.zlngfn (mgr.14182) 1170 : 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 2023-12-06T04:26:46.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:47.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:47 smithi110 bash[28336]: audit 2023-12-06T04:26:46.138390+0000 mgr.smithi073.zlngfn (mgr.14182) 1171 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:47.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:47 smithi073 bash[24935]: audit 2023-12-06T04:26:46.138390+0000 mgr.smithi073.zlngfn (mgr.14182) 1171 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:47.921 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:48.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:48 smithi073 bash[24935]: cluster 2023-12-06T04:26:47.291373+0000 mgr.smithi073.zlngfn (mgr.14182) 1172 : 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 2023-12-06T04:26:48.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:48 smithi110 bash[28336]: cluster 2023-12-06T04:26:47.291373+0000 mgr.smithi073.zlngfn (mgr.14182) 1172 : 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 2023-12-06T04:26:50.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:50 smithi110 bash[28336]: cluster 2023-12-06T04:26:49.292753+0000 mgr.smithi073.zlngfn (mgr.14182) 1173 : 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 2023-12-06T04:26:50.760 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:50 smithi073 bash[24935]: cluster 2023-12-06T04:26:49.292753+0000 mgr.smithi073.zlngfn (mgr.14182) 1173 : 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 2023-12-06T04:26:51.170 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:26:51.170 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:55.204453Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\nDeploy daemon haproxy.nfs.foo.smithi110.thmpvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.261350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qyyigx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\nDeploy daemon haproxy.nfs.foo.smithi073.qyyigx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.263169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hvtnjg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:51.951 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:52.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:52 smithi110 bash[28336]: audit 2023-12-06T04:26:51.160953+0000 mgr.smithi073.zlngfn (mgr.14182) 1174 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:52.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:52 smithi110 bash[28336]: cluster 2023-12-06T04:26:51.293570+0000 mgr.smithi073.zlngfn (mgr.14182) 1175 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:26:52.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:52 smithi073 bash[24935]: audit 2023-12-06T04:26:51.160953+0000 mgr.smithi073.zlngfn (mgr.14182) 1174 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:52.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:52 smithi073 bash[24935]: cluster 2023-12-06T04:26:51.293570+0000 mgr.smithi073.zlngfn (mgr.14182) 1175 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:26:52.952 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:54.508 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:54 smithi073 bash[24935]: cluster 2023-12-06T04:26:53.294679+0000 mgr.smithi073.zlngfn (mgr.14182) 1176 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:26:54.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:54 smithi110 bash[28336]: cluster 2023-12-06T04:26:53.294679+0000 mgr.smithi073.zlngfn (mgr.14182) 1176 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:26:56.189 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:26:56.189 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:55.204453Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\nDeploy daemon haproxy.nfs.foo.smithi110.thmpvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.261350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qyyigx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\nDeploy daemon haproxy.nfs.foo.smithi073.qyyigx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.263169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hvtnjg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:56.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:56 smithi073 bash[24935]: cluster 2023-12-06T04:26:55.296093+0000 mgr.smithi073.zlngfn (mgr.14182) 1177 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:26:56.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:56 smithi110 bash[28336]: cluster 2023-12-06T04:26:55.296093+0000 mgr.smithi073.zlngfn (mgr.14182) 1177 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:26:56.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:57.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:57 smithi110 bash[28336]: audit 2023-12-06T04:26:56.183928+0000 mgr.smithi073.zlngfn (mgr.14182) 1178 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:57.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:57 smithi073 bash[24935]: audit 2023-12-06T04:26:56.183928+0000 mgr.smithi073.zlngfn (mgr.14182) 1178 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:57.941 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:58.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:58 smithi073 bash[24935]: cluster 2023-12-06T04:26:57.297175+0000 mgr.smithi073.zlngfn (mgr.14182) 1179 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:26:58.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:58 smithi110 bash[28336]: cluster 2023-12-06T04:26:57.297175+0000 mgr.smithi073.zlngfn (mgr.14182) 1179 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:26:59.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:26:59 smithi110 bash[28336]: audit 2023-12-06T04:26:59.270226+0000 mon.smithi073 (mon.0) 961 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:26:59.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:26:59 smithi073 bash[24935]: audit 2023-12-06T04:26:59.270226+0000 mon.smithi073 (mon.0) 961 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:27:00.711 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:00 smithi073 bash[24935]: cluster 2023-12-06T04:26:59.298433+0000 mgr.smithi073.zlngfn (mgr.14182) 1180 : cluster [DBG] pgmap v777: 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 2023-12-06T04:27:00.711 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:00 smithi073 bash[24935]: audit 2023-12-06T04:26:59.577858+0000 mon.smithi073 (mon.0) 962 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:27:00.711 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:00 smithi073 bash[24935]: audit 2023-12-06T04:26:59.579372+0000 mon.smithi073 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:27:00.712 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:00 smithi073 bash[24935]: audit 2023-12-06T04:26:59.586473+0000 mon.smithi073 (mon.0) 964 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:27:00.712 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:00 smithi073 bash[24935]: audit 2023-12-06T04:26:59.591699+0000 mon.smithi073 (mon.0) 965 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:27:00.712 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:00 smithi073 bash[24935]: audit 2023-12-06T04:26:59.606349+0000 mon.smithi073 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:27:00.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:00 smithi110 bash[28336]: cluster 2023-12-06T04:26:59.298433+0000 mgr.smithi073.zlngfn (mgr.14182) 1180 : cluster [DBG] pgmap v777: 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 2023-12-06T04:27:00.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:00 smithi110 bash[28336]: audit 2023-12-06T04:26:59.577858+0000 mon.smithi073 (mon.0) 962 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:27:00.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:00 smithi110 bash[28336]: audit 2023-12-06T04:26:59.579372+0000 mon.smithi073 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:27:00.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:00 smithi110 bash[28336]: audit 2023-12-06T04:26:59.586473+0000 mon.smithi073 (mon.0) 964 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:27:00.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:00 smithi110 bash[28336]: audit 2023-12-06T04:26:59.591699+0000 mon.smithi073 (mon.0) 965 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:27:00.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:00 smithi110 bash[28336]: audit 2023-12-06T04:26:59.606349+0000 mon.smithi073 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:27:01.134 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:27:01.134 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:50.951519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.gamdhf on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:55.204453Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\nDeploy daemon haproxy.nfs.foo.smithi110.thmpvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.261350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qyyigx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\nDeploy daemon haproxy.nfs.foo.smithi073.qyyigx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.263169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hvtnjg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:01.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:01 smithi073 bash[24935]: cluster 2023-12-06T04:26:59.587240+0000 mgr.smithi073.zlngfn (mgr.14182) 1181 : cluster [DBG] pgmap v778: 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 2023-12-06T04:27:01.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:01 smithi073 bash[24935]: cephadm 2023-12-06T04:26:59.609094+0000 mgr.smithi073.zlngfn (mgr.14182) 1182 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.odgfow on smithi110 2023-12-06T04:27:01.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:01 smithi073 bash[24935]: cluster 2023-12-06T04:27:00.584045+0000 mon.smithi073 (mon.0) 967 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:27:01.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:01 smithi073 bash[24935]: cluster 2023-12-06T04:27:00.584104+0000 mon.smithi073 (mon.0) 968 : cluster [INF] Cluster is now healthy 2023-12-06T04:27:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:01 smithi110 bash[28336]: cluster 2023-12-06T04:26:59.587240+0000 mgr.smithi073.zlngfn (mgr.14182) 1181 : cluster [DBG] pgmap v778: 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 2023-12-06T04:27:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:01 smithi110 bash[28336]: cephadm 2023-12-06T04:26:59.609094+0000 mgr.smithi073.zlngfn (mgr.14182) 1182 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.odgfow on smithi110 2023-12-06T04:27:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:01 smithi110 bash[28336]: cluster 2023-12-06T04:27:00.584045+0000 mon.smithi073 (mon.0) 967 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:27:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:01 smithi110 bash[28336]: cluster 2023-12-06T04:27:00.584104+0000 mon.smithi073 (mon.0) 968 : cluster [INF] Cluster is now healthy 2023-12-06T04:27:01.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:02.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:02 smithi110 bash[28336]: audit 2023-12-06T04:27:01.122733+0000 mgr.smithi073.zlngfn (mgr.14182) 1183 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:02.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:02 smithi073 bash[24935]: audit 2023-12-06T04:27:01.122733+0000 mgr.smithi073.zlngfn (mgr.14182) 1183 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:02.929 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:03.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:03 smithi110 bash[28336]: cluster 2023-12-06T04:27:01.587862+0000 mgr.smithi073.zlngfn (mgr.14182) 1184 : cluster [DBG] pgmap v779: 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 2023-12-06T04:27:03.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:03 smithi073 bash[24935]: cluster 2023-12-06T04:27:01.587862+0000 mgr.smithi073.zlngfn (mgr.14182) 1184 : cluster [DBG] pgmap v779: 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 2023-12-06T04:27:04.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:04 smithi110 bash[28336]: audit 2023-12-06T04:27:03.595394+0000 mon.smithi073 (mon.0) 969 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.odgfow"}]: dispatch 2023-12-06T04:27:04.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:04 smithi073 bash[24935]: audit 2023-12-06T04:27:03.595394+0000 mon.smithi073 (mon.0) 969 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.odgfow"}]: dispatch 2023-12-06T04:27:05.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: cluster 2023-12-06T04:27:03.588654+0000 mgr.smithi073.zlngfn (mgr.14182) 1185 : cluster [DBG] pgmap v780: 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 2023-12-06T04:27:05.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: cephadm 2023-12-06T04:27:03.594502+0000 mgr.smithi073.zlngfn (mgr.14182) 1186 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow 2023-12-06T04:27:05.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:27:05.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow 2023-12-06T04:27:05.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow 2023-12-06T04:27:05.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:27:05.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow 2023-12-06T04:27:05.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.odgfow ... 2023-12-06T04:27:05.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:05.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:27:05.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:27:05.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:27:05.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:05.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:27:05.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:27:05.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:27:05.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:27:05.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:27:05.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow 2023-12-06T04:27:05.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:27:05.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow 2023-12-06T04:27:05.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow 2023-12-06T04:27:05.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:27:05.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow 2023-12-06T04:27:05.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.odgfow ... 2023-12-06T04:27:05.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:05.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:27:05.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:27:05.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:27:05.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:05.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: cephadm 2023-12-06T04:27:03.594883+0000 mgr.smithi073.zlngfn (mgr.14182) 1187 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.odgfow 2023-12-06T04:27:05.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: cephadm 2023-12-06T04:27:03.596816+0000 mgr.smithi073.zlngfn (mgr.14182) 1188 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.odgfow on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow 2023-12-06T04:27:05.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:27:05.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow 2023-12-06T04:27:05.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow 2023-12-06T04:27:05.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:27:05.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow 2023-12-06T04:27:05.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.odgfow ... 2023-12-06T04:27:05.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:05.699 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:27:05.699 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:27:05.699 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:27:05.699 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:05.699 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:05 smithi073 bash[24935]: cephadm 2023-12-06T04:27:03.599164+0000 mgr.smithi073.zlngfn (mgr.14182) 1189 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.iscgie on smithi073 2023-12-06T04:27:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: cluster 2023-12-06T04:27:03.588654+0000 mgr.smithi073.zlngfn (mgr.14182) 1185 : cluster [DBG] pgmap v780: 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 2023-12-06T04:27:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: cephadm 2023-12-06T04:27:03.594502+0000 mgr.smithi073.zlngfn (mgr.14182) 1186 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow 2023-12-06T04:27:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:27:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow 2023-12-06T04:27:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow 2023-12-06T04:27:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:27:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow 2023-12-06T04:27:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.odgfow ... 2023-12-06T04:27:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:27:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:27:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:27:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:27:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:27:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:27:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:27:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:27:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow 2023-12-06T04:27:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:27:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow 2023-12-06T04:27:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow 2023-12-06T04:27:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:27:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow 2023-12-06T04:27:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.odgfow ... 2023-12-06T04:27:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:27:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:27:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:27:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: cephadm 2023-12-06T04:27:03.594883+0000 mgr.smithi073.zlngfn (mgr.14182) 1187 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.odgfow 2023-12-06T04:27:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: cephadm 2023-12-06T04:27:03.596816+0000 mgr.smithi073.zlngfn (mgr.14182) 1188 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.odgfow on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow 2023-12-06T04:27:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:27:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow 2023-12-06T04:27:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow 2023-12-06T04:27:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:27:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow 2023-12-06T04:27:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.odgfow ... 2023-12-06T04:27:05.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:05.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:27:05.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:27:05.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:27:05.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:05.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:05 smithi110 bash[28336]: cephadm 2023-12-06T04:27:03.599164+0000 mgr.smithi073.zlngfn (mgr.14182) 1189 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.iscgie on smithi073 2023-12-06T04:27:06.147 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:27:06.148 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:25:55.204453Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.thmpvp on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-thmpvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.thmpvp\nDeploy daemon haproxy.nfs.foo.smithi110.thmpvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.261350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qyyigx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qyyigx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qyyigx\nDeploy daemon haproxy.nfs.foo.smithi073.qyyigx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:25:59.263169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hvtnjg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:03.596625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.odgfow on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\nDeploy daemon haproxy.nfs.foo.smithi110.odgfow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:06.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:07.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:07 smithi073 bash[24935]: cluster 2023-12-06T04:27:05.589525+0000 mgr.smithi073.zlngfn (mgr.14182) 1190 : cluster [DBG] pgmap v781: 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 2023-12-06T04:27:07.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:07 smithi073 bash[24935]: audit 2023-12-06T04:27:06.137693+0000 mgr.smithi073.zlngfn (mgr.14182) 1191 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:07.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:07 smithi073 bash[24935]: audit 2023-12-06T04:27:07.338888+0000 mon.smithi073 (mon.0) 970 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.iscgie"}]: dispatch 2023-12-06T04:27:07.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:07 smithi110 bash[28336]: cluster 2023-12-06T04:27:05.589525+0000 mgr.smithi073.zlngfn (mgr.14182) 1190 : cluster [DBG] pgmap v781: 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 2023-12-06T04:27:07.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:07 smithi110 bash[28336]: audit 2023-12-06T04:27:06.137693+0000 mgr.smithi073.zlngfn (mgr.14182) 1191 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:07.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:07 smithi110 bash[28336]: audit 2023-12-06T04:27:07.338888+0000 mon.smithi073 (mon.0) 970 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.iscgie"}]: dispatch 2023-12-06T04:27:07.991 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:08.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: cephadm 2023-12-06T04:27:07.337654+0000 mgr.smithi073.zlngfn (mgr.14182) 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie 2023-12-06T04:27:08.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:27:08.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie 2023-12-06T04:27:08.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie 2023-12-06T04:27:08.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:27:08.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie 2023-12-06T04:27:08.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.iscgie ... 2023-12-06T04:27:08.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:08.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:27:08.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:27:08.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:27:08.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:08.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:27:08.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:27:08.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:27:08.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:27:08.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:27:08.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie 2023-12-06T04:27:08.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:27:08.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie 2023-12-06T04:27:08.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie 2023-12-06T04:27:08.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:27:08.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie 2023-12-06T04:27:08.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.iscgie ... 2023-12-06T04:27:08.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:08.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:27:08.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:27:08.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:27:08.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:08.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: cephadm 2023-12-06T04:27:07.338189+0000 mgr.smithi073.zlngfn (mgr.14182) 1193 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.iscgie 2023-12-06T04:27:08.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: cephadm 2023-12-06T04:27:07.340401+0000 mgr.smithi073.zlngfn (mgr.14182) 1194 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.iscgie on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie 2023-12-06T04:27:08.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:27:08.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie 2023-12-06T04:27:08.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie 2023-12-06T04:27:08.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:27:08.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie 2023-12-06T04:27:08.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.iscgie ... 2023-12-06T04:27:08.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:08.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:27:08.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:27:08.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:27:08.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:08.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: cephadm 2023-12-06T04:27:07.345141+0000 mgr.smithi073.zlngfn (mgr.14182) 1195 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.eksefp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:27:08.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: cephadm 2023-12-06T04:27:07.346853+0000 mgr.smithi073.zlngfn (mgr.14182) 1196 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:27:08.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: cluster 2023-12-06T04:27:07.347918+0000 mgr.smithi073.zlngfn (mgr.14182) 1197 : cluster [DBG] pgmap v782: 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 2023-12-06T04:27:08.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:08 smithi073 bash[24935]: cluster 2023-12-06T04:27:07.408996+0000 mon.smithi073 (mon.0) 971 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:27:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: cephadm 2023-12-06T04:27:07.337654+0000 mgr.smithi073.zlngfn (mgr.14182) 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie 2023-12-06T04:27:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:27:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie 2023-12-06T04:27:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie 2023-12-06T04:27:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:27:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie 2023-12-06T04:27:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.iscgie ... 2023-12-06T04:27:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:27:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:27:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:27:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:27:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:27:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:27:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:27:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:27:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie 2023-12-06T04:27:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:27:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie 2023-12-06T04:27:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie 2023-12-06T04:27:08.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:27:08.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie 2023-12-06T04:27:08.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.iscgie ... 2023-12-06T04:27:08.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:08.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:27:08.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:27:08.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:27:08.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:08.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: cephadm 2023-12-06T04:27:07.338189+0000 mgr.smithi073.zlngfn (mgr.14182) 1193 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.iscgie 2023-12-06T04:27:08.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: cephadm 2023-12-06T04:27:07.340401+0000 mgr.smithi073.zlngfn (mgr.14182) 1194 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.iscgie on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie 2023-12-06T04:27:08.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:27:08.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie 2023-12-06T04:27:08.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie 2023-12-06T04:27:08.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:27:08.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie 2023-12-06T04:27:08.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.iscgie ... 2023-12-06T04:27:08.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:08.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:27:08.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:27:08.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:27:08.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:27:08.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: cephadm 2023-12-06T04:27:07.345141+0000 mgr.smithi073.zlngfn (mgr.14182) 1195 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.eksefp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:27:08.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: cephadm 2023-12-06T04:27:07.346853+0000 mgr.smithi073.zlngfn (mgr.14182) 1196 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:27:08.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: cluster 2023-12-06T04:27:07.347918+0000 mgr.smithi073.zlngfn (mgr.14182) 1197 : cluster [DBG] pgmap v782: 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 2023-12-06T04:27:08.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:08 smithi110 bash[28336]: cluster 2023-12-06T04:27:07.408996+0000 mon.smithi073 (mon.0) 971 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:27:10.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:10 smithi110 bash[28336]: cluster 2023-12-06T04:27:09.349321+0000 mgr.smithi073.zlngfn (mgr.14182) 1198 : cluster [DBG] pgmap v783: 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 2023-12-06T04:27:10.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:10 smithi073 bash[24935]: cluster 2023-12-06T04:27:09.349321+0000 mgr.smithi073.zlngfn (mgr.14182) 1198 : cluster [DBG] pgmap v783: 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 2023-12-06T04:27:11.285 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:27:11.285 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:03.596625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.odgfow on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\nDeploy daemon haproxy.nfs.foo.smithi110.odgfow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.340105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iscgie on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\nDeploy daemon haproxy.nfs.foo.smithi073.iscgie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.344940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.eksefp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:11.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:11 smithi073 bash[24935]: audit 2023-12-06T04:27:10.498457+0000 mon.smithi073 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:27:11.788 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:11 smithi110 bash[28336]: audit 2023-12-06T04:27:10.498457+0000 mon.smithi073 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:27:12.056 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:12.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:12 smithi073 bash[24935]: audit 2023-12-06T04:27:11.278554+0000 mgr.smithi073.zlngfn (mgr.14182) 1199 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:12.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:12 smithi073 bash[24935]: cluster 2023-12-06T04:27:11.349990+0000 mgr.smithi073.zlngfn (mgr.14182) 1200 : cluster [DBG] pgmap v784: 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 2023-12-06T04:27:12.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:12 smithi110 bash[28336]: audit 2023-12-06T04:27:11.278554+0000 mgr.smithi073.zlngfn (mgr.14182) 1199 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:12.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:12 smithi110 bash[28336]: cluster 2023-12-06T04:27:11.349990+0000 mgr.smithi073.zlngfn (mgr.14182) 1200 : cluster [DBG] pgmap v784: 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 2023-12-06T04:27:13.057 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:14.506 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:14 smithi073 bash[24935]: cluster 2023-12-06T04:27:13.351019+0000 mgr.smithi073.zlngfn (mgr.14182) 1201 : cluster [DBG] pgmap v785: 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 2023-12-06T04:27:14.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:14 smithi110 bash[28336]: cluster 2023-12-06T04:27:13.351019+0000 mgr.smithi073.zlngfn (mgr.14182) 1201 : cluster [DBG] pgmap v785: 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 2023-12-06T04:27:16.194 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:27:16.194 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:03.596625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.odgfow on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\nDeploy daemon haproxy.nfs.foo.smithi110.odgfow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.340105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iscgie on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\nDeploy daemon haproxy.nfs.foo.smithi073.iscgie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.344940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.eksefp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:16.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:16 smithi073 bash[24935]: cluster 2023-12-06T04:27:15.351999+0000 mgr.smithi073.zlngfn (mgr.14182) 1202 : cluster [DBG] pgmap v786: 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 2023-12-06T04:27:16.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:16 smithi110 bash[28336]: cluster 2023-12-06T04:27:15.351999+0000 mgr.smithi073.zlngfn (mgr.14182) 1202 : cluster [DBG] pgmap v786: 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 2023-12-06T04:27:16.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:17.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:17 smithi110 bash[28336]: audit 2023-12-06T04:27:16.188063+0000 mgr.smithi073.zlngfn (mgr.14182) 1203 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:17.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:17 smithi073 bash[24935]: audit 2023-12-06T04:27:16.188063+0000 mgr.smithi073.zlngfn (mgr.14182) 1203 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:17.989 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:18.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:18 smithi073 bash[24935]: cluster 2023-12-06T04:27:17.353158+0000 mgr.smithi073.zlngfn (mgr.14182) 1204 : cluster [DBG] pgmap v787: 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 2023-12-06T04:27:18.758 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:18 smithi110 bash[28336]: cluster 2023-12-06T04:27:17.353158+0000 mgr.smithi073.zlngfn (mgr.14182) 1204 : cluster [DBG] pgmap v787: 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 2023-12-06T04:27:20.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:20 smithi110 bash[28336]: cluster 2023-12-06T04:27:19.354481+0000 mgr.smithi073.zlngfn (mgr.14182) 1205 : 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 2023-12-06T04:27:20.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:20 smithi073 bash[24935]: cluster 2023-12-06T04:27:19.354481+0000 mgr.smithi073.zlngfn (mgr.14182) 1205 : 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 2023-12-06T04:27:21.215 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:27:21.215 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:03.596625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.odgfow on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\nDeploy daemon haproxy.nfs.foo.smithi110.odgfow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.340105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iscgie on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\nDeploy daemon haproxy.nfs.foo.smithi073.iscgie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.344940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.eksefp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:21.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:22.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:22 smithi110 bash[28336]: audit 2023-12-06T04:27:21.203998+0000 mgr.smithi073.zlngfn (mgr.14182) 1206 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:22.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:22 smithi110 bash[28336]: cluster 2023-12-06T04:27:21.355199+0000 mgr.smithi073.zlngfn (mgr.14182) 1207 : 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 2023-12-06T04:27:22.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:22 smithi073 bash[24935]: audit 2023-12-06T04:27:21.203998+0000 mgr.smithi073.zlngfn (mgr.14182) 1206 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:22.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:22 smithi073 bash[24935]: cluster 2023-12-06T04:27:21.355199+0000 mgr.smithi073.zlngfn (mgr.14182) 1207 : 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 2023-12-06T04:27:22.942 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:24.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:24 smithi073 bash[24935]: cluster 2023-12-06T04:27:23.356312+0000 mgr.smithi073.zlngfn (mgr.14182) 1208 : 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 2023-12-06T04:27:24.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:24 smithi110 bash[28336]: cluster 2023-12-06T04:27:23.356312+0000 mgr.smithi073.zlngfn (mgr.14182) 1208 : 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 2023-12-06T04:27:25.970 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:27:25.971 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:03.596625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.odgfow on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\nDeploy daemon haproxy.nfs.foo.smithi110.odgfow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.340105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iscgie on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\nDeploy daemon haproxy.nfs.foo.smithi073.iscgie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.344940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.eksefp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:26.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:26 smithi073 bash[24935]: cluster 2023-12-06T04:27:25.357647+0000 mgr.smithi073.zlngfn (mgr.14182) 1209 : 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 2023-12-06T04:27:26.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:26 smithi110 bash[28336]: cluster 2023-12-06T04:27:25.357647+0000 mgr.smithi073.zlngfn (mgr.14182) 1209 : 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 2023-12-06T04:27:26.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:27.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:27 smithi110 bash[28336]: audit 2023-12-06T04:27:25.961303+0000 mgr.smithi073.zlngfn (mgr.14182) 1210 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:27.789 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:27.802 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:27 smithi073 bash[24935]: audit 2023-12-06T04:27:25.961303+0000 mgr.smithi073.zlngfn (mgr.14182) 1210 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:28.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:28 smithi110 bash[28336]: cluster 2023-12-06T04:27:27.358669+0000 mgr.smithi073.zlngfn (mgr.14182) 1211 : 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 2023-12-06T04:27:28.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:28 smithi073 bash[24935]: cluster 2023-12-06T04:27:27.358669+0000 mgr.smithi073.zlngfn (mgr.14182) 1211 : 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 2023-12-06T04:27:30.707 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:30 smithi073 bash[24935]: cluster 2023-12-06T04:27:29.360031+0000 mgr.smithi073.zlngfn (mgr.14182) 1212 : 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 2023-12-06T04:27:30.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:30 smithi110 bash[28336]: cluster 2023-12-06T04:27:29.360031+0000 mgr.smithi073.zlngfn (mgr.14182) 1212 : 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 2023-12-06T04:27:31.082 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:27:31.082 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:03.596625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.odgfow on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\nDeploy daemon haproxy.nfs.foo.smithi110.odgfow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.340105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iscgie on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\nDeploy daemon haproxy.nfs.foo.smithi073.iscgie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.344940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.eksefp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:31.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:32.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:32 smithi110 bash[28336]: audit 2023-12-06T04:27:31.075462+0000 mgr.smithi073.zlngfn (mgr.14182) 1213 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:32.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:32 smithi110 bash[28336]: cluster 2023-12-06T04:27:31.361077+0000 mgr.smithi073.zlngfn (mgr.14182) 1214 : 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 2023-12-06T04:27:32.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:32 smithi073 bash[24935]: audit 2023-12-06T04:27:31.075462+0000 mgr.smithi073.zlngfn (mgr.14182) 1213 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:32.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:32 smithi073 bash[24935]: cluster 2023-12-06T04:27:31.361077+0000 mgr.smithi073.zlngfn (mgr.14182) 1214 : 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 2023-12-06T04:27:32.830 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:34.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:34 smithi073 bash[24935]: cluster 2023-12-06T04:27:33.362131+0000 mgr.smithi073.zlngfn (mgr.14182) 1215 : 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 2023-12-06T04:27:34.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:34 smithi110 bash[28336]: cluster 2023-12-06T04:27:33.362131+0000 mgr.smithi073.zlngfn (mgr.14182) 1215 : 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 2023-12-06T04:27:35.835 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:27:35.835 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:03.596625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.odgfow on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\nDeploy daemon haproxy.nfs.foo.smithi110.odgfow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.340105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iscgie on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\nDeploy daemon haproxy.nfs.foo.smithi073.iscgie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.344940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.eksefp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:36.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:36.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:36 smithi110 bash[28336]: cluster 2023-12-06T04:27:35.363498+0000 mgr.smithi073.zlngfn (mgr.14182) 1216 : 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 2023-12-06T04:27:36.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:36 smithi073 bash[24935]: cluster 2023-12-06T04:27:35.363498+0000 mgr.smithi073.zlngfn (mgr.14182) 1216 : 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 2023-12-06T04:27:37.599 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:37.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:37 smithi110 bash[28336]: audit 2023-12-06T04:27:35.823094+0000 mgr.smithi073.zlngfn (mgr.14182) 1217 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:37.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:37 smithi073 bash[24935]: audit 2023-12-06T04:27:35.823094+0000 mgr.smithi073.zlngfn (mgr.14182) 1217 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:38.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:38 smithi110 bash[28336]: cluster 2023-12-06T04:27:37.364579+0000 mgr.smithi073.zlngfn (mgr.14182) 1218 : 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 2023-12-06T04:27:38.730 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:38 smithi073 bash[24935]: cluster 2023-12-06T04:27:37.364579+0000 mgr.smithi073.zlngfn (mgr.14182) 1218 : 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 2023-12-06T04:27:40.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:40 smithi073 bash[24935]: cluster 2023-12-06T04:27:39.366028+0000 mgr.smithi073.zlngfn (mgr.14182) 1219 : 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 2023-12-06T04:27:40.706 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:27:40.706 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:03.596625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.odgfow on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\nDeploy daemon haproxy.nfs.foo.smithi110.odgfow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.340105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iscgie on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\nDeploy daemon haproxy.nfs.foo.smithi073.iscgie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.344940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.eksefp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:40.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:40 smithi110 bash[28336]: cluster 2023-12-06T04:27:39.366028+0000 mgr.smithi073.zlngfn (mgr.14182) 1219 : 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 2023-12-06T04:27:41.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:42.427 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:42.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:42 smithi110 bash[28336]: audit 2023-12-06T04:27:40.695416+0000 mgr.smithi073.zlngfn (mgr.14182) 1220 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:42.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:42 smithi110 bash[28336]: cluster 2023-12-06T04:27:41.367024+0000 mgr.smithi073.zlngfn (mgr.14182) 1221 : 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 2023-12-06T04:27:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:42 smithi073 bash[24935]: audit 2023-12-06T04:27:40.695416+0000 mgr.smithi073.zlngfn (mgr.14182) 1220 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:42 smithi073 bash[24935]: cluster 2023-12-06T04:27:41.367024+0000 mgr.smithi073.zlngfn (mgr.14182) 1221 : 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 2023-12-06T04:27:44.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:44 smithi073 bash[24935]: cluster 2023-12-06T04:27:43.368152+0000 mgr.smithi073.zlngfn (mgr.14182) 1222 : 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 2023-12-06T04:27:44.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:44 smithi110 bash[28336]: cluster 2023-12-06T04:27:43.368152+0000 mgr.smithi073.zlngfn (mgr.14182) 1222 : 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 2023-12-06T04:27:45.804 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:27:45.804 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:03.596625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.odgfow on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\nDeploy daemon haproxy.nfs.foo.smithi110.odgfow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.340105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iscgie on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\nDeploy daemon haproxy.nfs.foo.smithi073.iscgie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.344940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.eksefp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:46.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:46.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:46 smithi110 bash[28336]: cluster 2023-12-06T04:27:45.369640+0000 mgr.smithi073.zlngfn (mgr.14182) 1223 : 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 2023-12-06T04:27:46.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:46 smithi073 bash[24935]: cluster 2023-12-06T04:27:45.369640+0000 mgr.smithi073.zlngfn (mgr.14182) 1223 : 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 2023-12-06T04:27:47.534 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:47.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:47 smithi110 bash[28336]: audit 2023-12-06T04:27:45.794298+0000 mgr.smithi073.zlngfn (mgr.14182) 1224 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:47.727 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:47 smithi073 bash[24935]: audit 2023-12-06T04:27:45.794298+0000 mgr.smithi073.zlngfn (mgr.14182) 1224 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:48.712 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:48 smithi073 bash[24935]: cluster 2023-12-06T04:27:47.370672+0000 mgr.smithi073.zlngfn (mgr.14182) 1225 : 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 2023-12-06T04:27:48.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:48 smithi110 bash[28336]: cluster 2023-12-06T04:27:47.370672+0000 mgr.smithi073.zlngfn (mgr.14182) 1225 : 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 2023-12-06T04:27:50.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:50 smithi110 bash[28336]: cluster 2023-12-06T04:27:49.372106+0000 mgr.smithi073.zlngfn (mgr.14182) 1226 : 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 2023-12-06T04:27:50.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:50 smithi073 bash[24935]: cluster 2023-12-06T04:27:49.372106+0000 mgr.smithi073.zlngfn (mgr.14182) 1226 : 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 2023-12-06T04:27:50.910 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:27:50.911 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:03.596625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.odgfow on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\nDeploy daemon haproxy.nfs.foo.smithi110.odgfow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.340105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iscgie on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\nDeploy daemon haproxy.nfs.foo.smithi073.iscgie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.344940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.eksefp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:51.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:52.664 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:52.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:52 smithi110 bash[28336]: audit 2023-12-06T04:27:50.898516+0000 mgr.smithi073.zlngfn (mgr.14182) 1227 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:52.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:52 smithi110 bash[28336]: cluster 2023-12-06T04:27:51.372787+0000 mgr.smithi073.zlngfn (mgr.14182) 1228 : 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 2023-12-06T04:27:52.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:52 smithi073 bash[24935]: audit 2023-12-06T04:27:50.898516+0000 mgr.smithi073.zlngfn (mgr.14182) 1227 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:52.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:52 smithi073 bash[24935]: cluster 2023-12-06T04:27:51.372787+0000 mgr.smithi073.zlngfn (mgr.14182) 1228 : 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 2023-12-06T04:27:54.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:54 smithi073 bash[24935]: cluster 2023-12-06T04:27:53.374036+0000 mgr.smithi073.zlngfn (mgr.14182) 1229 : 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 2023-12-06T04:27:54.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:54 smithi110 bash[28336]: cluster 2023-12-06T04:27:53.374036+0000 mgr.smithi073.zlngfn (mgr.14182) 1229 : 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 2023-12-06T04:27:56.016 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:27:56.016 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:03.596625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.odgfow on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\nDeploy daemon haproxy.nfs.foo.smithi110.odgfow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.340105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iscgie on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\nDeploy daemon haproxy.nfs.foo.smithi073.iscgie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.344940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.eksefp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:56.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:56 smithi073 bash[24935]: cluster 2023-12-06T04:27:55.375351+0000 mgr.smithi073.zlngfn (mgr.14182) 1230 : 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 2023-12-06T04:27:56.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:56 smithi110 bash[28336]: cluster 2023-12-06T04:27:55.375351+0000 mgr.smithi073.zlngfn (mgr.14182) 1230 : 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 2023-12-06T04:27:56.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:57.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:57 smithi110 bash[28336]: audit 2023-12-06T04:27:56.010297+0000 mgr.smithi073.zlngfn (mgr.14182) 1231 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:57.805 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:57.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:57 smithi073 bash[24935]: audit 2023-12-06T04:27:56.010297+0000 mgr.smithi073.zlngfn (mgr.14182) 1231 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:58.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:27:58 smithi110 bash[28336]: cluster 2023-12-06T04:27:57.376471+0000 mgr.smithi073.zlngfn (mgr.14182) 1232 : 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 2023-12-06T04:27:58.778 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:27:58 smithi073 bash[24935]: cluster 2023-12-06T04:27:57.376471+0000 mgr.smithi073.zlngfn (mgr.14182) 1232 : 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 2023-12-06T04:28:00.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:00 smithi110 bash[28336]: cluster 2023-12-06T04:27:59.377343+0000 mgr.smithi073.zlngfn (mgr.14182) 1233 : cluster [DBG] pgmap v808: 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 2023-12-06T04:28:00.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:00 smithi073 bash[24935]: cluster 2023-12-06T04:27:59.377343+0000 mgr.smithi073.zlngfn (mgr.14182) 1233 : cluster [DBG] pgmap v808: 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 2023-12-06T04:28:01.057 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:28:01.057 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:03.596625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.odgfow on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\nDeploy daemon haproxy.nfs.foo.smithi110.odgfow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.340105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iscgie on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\nDeploy daemon haproxy.nfs.foo.smithi073.iscgie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.344940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.eksefp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:01.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:02.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:02 smithi110 bash[28336]: audit 2023-12-06T04:28:01.050842+0000 mgr.smithi073.zlngfn (mgr.14182) 1234 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:02.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:02 smithi110 bash[28336]: cluster 2023-12-06T04:28:01.378192+0000 mgr.smithi073.zlngfn (mgr.14182) 1235 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:28:02.772 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:02.785 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:02 smithi073 bash[24935]: audit 2023-12-06T04:28:01.050842+0000 mgr.smithi073.zlngfn (mgr.14182) 1234 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:02.785 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:02 smithi073 bash[24935]: cluster 2023-12-06T04:28:01.378192+0000 mgr.smithi073.zlngfn (mgr.14182) 1235 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:28:04.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:04 smithi073 bash[24935]: cluster 2023-12-06T04:28:03.379461+0000 mgr.smithi073.zlngfn (mgr.14182) 1236 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:28:04.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:04 smithi110 bash[28336]: cluster 2023-12-06T04:28:03.379461+0000 mgr.smithi073.zlngfn (mgr.14182) 1236 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:28:05.762 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:28:05.762 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:03.596625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.odgfow on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\nDeploy daemon haproxy.nfs.foo.smithi110.odgfow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.340105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iscgie on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\nDeploy daemon haproxy.nfs.foo.smithi073.iscgie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.344940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.eksefp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:06.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:06.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:06 smithi110 bash[28336]: cluster 2023-12-06T04:28:05.380528+0000 mgr.smithi073.zlngfn (mgr.14182) 1237 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:28:06.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:06 smithi073 bash[24935]: cluster 2023-12-06T04:28:05.380528+0000 mgr.smithi073.zlngfn (mgr.14182) 1237 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:28:07.549 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:07.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:07 smithi110 bash[28336]: audit 2023-12-06T04:28:05.752599+0000 mgr.smithi073.zlngfn (mgr.14182) 1238 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:07.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:07 smithi110 bash[28336]: audit 2023-12-06T04:28:07.350499+0000 mon.smithi073 (mon.0) 973 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:28:07.738 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:07 smithi073 bash[24935]: audit 2023-12-06T04:28:05.752599+0000 mgr.smithi073.zlngfn (mgr.14182) 1238 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:07.738 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:07 smithi073 bash[24935]: audit 2023-12-06T04:28:07.350499+0000 mon.smithi073 (mon.0) 973 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:28:08.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:08 smithi110 bash[28336]: cluster 2023-12-06T04:28:07.381574+0000 mgr.smithi073.zlngfn (mgr.14182) 1239 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:28:08.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:08 smithi110 bash[28336]: audit 2023-12-06T04:28:07.665651+0000 mon.smithi073 (mon.0) 974 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:28:08.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:08 smithi110 bash[28336]: audit 2023-12-06T04:28:07.667154+0000 mon.smithi073 (mon.0) 975 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:28:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:08 smithi110 bash[28336]: audit 2023-12-06T04:28:07.674813+0000 mon.smithi073 (mon.0) 976 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:28:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:08 smithi110 bash[28336]: audit 2023-12-06T04:28:07.682869+0000 mon.smithi073 (mon.0) 977 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:28:08.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:08 smithi110 bash[28336]: audit 2023-12-06T04:28:07.693163+0000 mon.smithi073 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:28:08.725 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:08 smithi073 bash[24935]: cluster 2023-12-06T04:28:07.381574+0000 mgr.smithi073.zlngfn (mgr.14182) 1239 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:28:08.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:08 smithi073 bash[24935]: audit 2023-12-06T04:28:07.665651+0000 mon.smithi073 (mon.0) 974 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:28:08.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:08 smithi073 bash[24935]: audit 2023-12-06T04:28:07.667154+0000 mon.smithi073 (mon.0) 975 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:28:08.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:08 smithi073 bash[24935]: audit 2023-12-06T04:28:07.674813+0000 mon.smithi073 (mon.0) 976 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:28:08.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:08 smithi073 bash[24935]: audit 2023-12-06T04:28:07.682869+0000 mon.smithi073 (mon.0) 977 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:28:08.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:08 smithi073 bash[24935]: audit 2023-12-06T04:28:07.693163+0000 mon.smithi073 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:28:09.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:09 smithi110 bash[28336]: cluster 2023-12-06T04:28:07.675584+0000 mgr.smithi073.zlngfn (mgr.14182) 1240 : cluster [DBG] pgmap v813: 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 2023-12-06T04:28:09.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:09 smithi110 bash[28336]: cephadm 2023-12-06T04:28:07.696445+0000 mgr.smithi073.zlngfn (mgr.14182) 1241 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.fmkoip on smithi110 2023-12-06T04:28:09.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:09 smithi110 bash[28336]: cluster 2023-12-06T04:28:08.672050+0000 mon.smithi073 (mon.0) 979 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:28:09.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:09 smithi110 bash[28336]: cluster 2023-12-06T04:28:08.672120+0000 mon.smithi073 (mon.0) 980 : cluster [INF] Cluster is now healthy 2023-12-06T04:28:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:09 smithi073 bash[24935]: cluster 2023-12-06T04:28:07.675584+0000 mgr.smithi073.zlngfn (mgr.14182) 1240 : cluster [DBG] pgmap v813: 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 2023-12-06T04:28:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:09 smithi073 bash[24935]: cephadm 2023-12-06T04:28:07.696445+0000 mgr.smithi073.zlngfn (mgr.14182) 1241 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.fmkoip on smithi110 2023-12-06T04:28:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:09 smithi073 bash[24935]: cluster 2023-12-06T04:28:08.672050+0000 mon.smithi073 (mon.0) 979 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:28:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:09 smithi073 bash[24935]: cluster 2023-12-06T04:28:08.672120+0000 mon.smithi073 (mon.0) 980 : cluster [INF] Cluster is now healthy 2023-12-06T04:28:10.927 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:28:10.928 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:25:59.264684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.hivhnw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:03.596625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.odgfow on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-odgfow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.odgfow\nDeploy daemon haproxy.nfs.foo.smithi110.odgfow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.340105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iscgie on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-iscgie\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.iscgie\nDeploy daemon haproxy.nfs.foo.smithi073.iscgie ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:27:07.344940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.eksefp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:11.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:11.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:11 smithi110 bash[28336]: cluster 2023-12-06T04:28:09.676704+0000 mgr.smithi073.zlngfn (mgr.14182) 1242 : cluster [DBG] pgmap v814: 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 2023-12-06T04:28:11.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:11 smithi073 bash[24935]: cluster 2023-12-06T04:28:09.676704+0000 mgr.smithi073.zlngfn (mgr.14182) 1242 : cluster [DBG] pgmap v814: 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 2023-12-06T04:28:12.675 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:12.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:12 smithi073 bash[24935]: audit 2023-12-06T04:28:10.917939+0000 mgr.smithi073.zlngfn (mgr.14182) 1243 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:12.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:12 smithi073 bash[24935]: audit 2023-12-06T04:28:12.004180+0000 mon.smithi073 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.fmkoip"}]: dispatch 2023-12-06T04:28:12.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:12 smithi110 bash[28336]: audit 2023-12-06T04:28:10.917939+0000 mgr.smithi073.zlngfn (mgr.14182) 1243 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:12.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:12 smithi110 bash[28336]: audit 2023-12-06T04:28:12.004180+0000 mon.smithi073 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.fmkoip"}]: dispatch 2023-12-06T04:28:13.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: cluster 2023-12-06T04:28:11.677463+0000 mgr.smithi073.zlngfn (mgr.14182) 1244 : cluster [DBG] pgmap v815: 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 2023-12-06T04:28:13.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: cephadm 2023-12-06T04:28:12.003142+0000 mgr.smithi073.zlngfn (mgr.14182) 1245 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip 2023-12-06T04:28:13.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:28:13.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip 2023-12-06T04:28:13.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip 2023-12-06T04:28:13.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:28:13.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip 2023-12-06T04:28:13.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.fmkoip ... 2023-12-06T04:28:13.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:13.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:28:13.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:28:13.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:28:13.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:13.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:28:13.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:28:13.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:28:13.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:28:13.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:28:13.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip 2023-12-06T04:28:13.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:28:13.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip 2023-12-06T04:28:13.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip 2023-12-06T04:28:13.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:28:13.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip 2023-12-06T04:28:13.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.fmkoip ... 2023-12-06T04:28:13.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:13.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:28:13.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:28:13.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:28:13.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:13.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: cephadm 2023-12-06T04:28:12.003609+0000 mgr.smithi073.zlngfn (mgr.14182) 1246 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.fmkoip 2023-12-06T04:28:13.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: cephadm 2023-12-06T04:28:12.005691+0000 mgr.smithi073.zlngfn (mgr.14182) 1247 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.fmkoip on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip 2023-12-06T04:28:13.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:28:13.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip 2023-12-06T04:28:13.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip 2023-12-06T04:28:13.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:28:13.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip 2023-12-06T04:28:13.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.fmkoip ... 2023-12-06T04:28:13.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:13.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:28:13.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:28:13.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:28:13.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:13.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: cephadm 2023-12-06T04:28:12.010093+0000 mgr.smithi073.zlngfn (mgr.14182) 1248 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.knphnj on smithi073 2023-12-06T04:28:13.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:13 smithi073 bash[24935]: audit 2023-12-06T04:28:13.248412+0000 mon.smithi073 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:28:13.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: cluster 2023-12-06T04:28:11.677463+0000 mgr.smithi073.zlngfn (mgr.14182) 1244 : cluster [DBG] pgmap v815: 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 2023-12-06T04:28:13.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: cephadm 2023-12-06T04:28:12.003142+0000 mgr.smithi073.zlngfn (mgr.14182) 1245 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip 2023-12-06T04:28:13.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:28:13.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip 2023-12-06T04:28:13.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip 2023-12-06T04:28:13.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:28:13.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip 2023-12-06T04:28:13.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.fmkoip ... 2023-12-06T04:28:13.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:13.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:28:13.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:28:13.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:28:13.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:13.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:28:13.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:28:13.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:28:13.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:28:13.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:28:13.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip 2023-12-06T04:28:13.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:28:13.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip 2023-12-06T04:28:13.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip 2023-12-06T04:28:13.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:28:13.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip 2023-12-06T04:28:13.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.fmkoip ... 2023-12-06T04:28:13.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:13.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:28:13.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:28:13.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:28:13.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:13.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: cephadm 2023-12-06T04:28:12.003609+0000 mgr.smithi073.zlngfn (mgr.14182) 1246 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.fmkoip 2023-12-06T04:28:13.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: cephadm 2023-12-06T04:28:12.005691+0000 mgr.smithi073.zlngfn (mgr.14182) 1247 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.fmkoip on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip 2023-12-06T04:28:13.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:28:13.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip 2023-12-06T04:28:13.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip 2023-12-06T04:28:13.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:28:13.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip 2023-12-06T04:28:13.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.fmkoip ... 2023-12-06T04:28:13.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:13.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:28:13.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:28:13.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:28:13.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:13.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: cephadm 2023-12-06T04:28:12.010093+0000 mgr.smithi073.zlngfn (mgr.14182) 1248 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.knphnj on smithi073 2023-12-06T04:28:13.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:13 smithi110 bash[28336]: audit 2023-12-06T04:28:13.248412+0000 mon.smithi073 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:28:15.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:15 smithi073 bash[24935]: cluster 2023-12-06T04:28:13.678213+0000 mgr.smithi073.zlngfn (mgr.14182) 1249 : cluster [DBG] pgmap v816: 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 2023-12-06T04:28:15.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:15 smithi110 bash[28336]: cluster 2023-12-06T04:28:13.678213+0000 mgr.smithi073.zlngfn (mgr.14182) 1249 : cluster [DBG] pgmap v816: 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 2023-12-06T04:28:16.003 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:28:16.003 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:12.005473Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fmkoip on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\nDeploy daemon haproxy.nfs.foo.smithi110.fmkoip ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.891446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.knphnj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\nDeploy daemon haproxy.nfs.foo.smithi073.knphnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.893286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tbxdje on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:16.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:16 smithi073 bash[24935]: audit 2023-12-06T04:28:15.890284+0000 mon.smithi073 (mon.0) 983 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.knphnj"}]: dispatch 2023-12-06T04:28:16.951 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:16.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:16 smithi110 bash[28336]: audit 2023-12-06T04:28:15.890284+0000 mon.smithi073 (mon.0) 983 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.knphnj"}]: dispatch 2023-12-06T04:28:17.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: cluster 2023-12-06T04:28:15.679052+0000 mgr.smithi073.zlngfn (mgr.14182) 1250 : cluster [DBG] pgmap v817: 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 2023-12-06T04:28:17.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: cephadm 2023-12-06T04:28:15.889405+0000 mgr.smithi073.zlngfn (mgr.14182) 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj 2023-12-06T04:28:17.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:28:17.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj 2023-12-06T04:28:17.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj 2023-12-06T04:28:17.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:28:17.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj 2023-12-06T04:28:17.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.knphnj ... 2023-12-06T04:28:17.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:17.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:28:17.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:28:17.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:28:17.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:17.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:28:17.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:28:17.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:28:17.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:28:17.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:28:17.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj 2023-12-06T04:28:17.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:28:17.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj 2023-12-06T04:28:17.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj 2023-12-06T04:28:17.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:28:17.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj 2023-12-06T04:28:17.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.knphnj ... 2023-12-06T04:28:17.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:17.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:28:17.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:28:17.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:28:17.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:17.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: cephadm 2023-12-06T04:28:15.889730+0000 mgr.smithi073.zlngfn (mgr.14182) 1252 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.knphnj 2023-12-06T04:28:17.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: cephadm 2023-12-06T04:28:15.891541+0000 mgr.smithi073.zlngfn (mgr.14182) 1253 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.knphnj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj 2023-12-06T04:28:17.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:28:17.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj 2023-12-06T04:28:17.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj 2023-12-06T04:28:17.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:28:17.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj 2023-12-06T04:28:17.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.knphnj ... 2023-12-06T04:28:17.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:17.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:28:17.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:28:17.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:28:17.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:17.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: cephadm 2023-12-06T04:28:15.893373+0000 mgr.smithi073.zlngfn (mgr.14182) 1254 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.tbxdje on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:28:17.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: cephadm 2023-12-06T04:28:15.895196+0000 mgr.smithi073.zlngfn (mgr.14182) 1255 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:28:17.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: cluster 2023-12-06T04:28:15.896025+0000 mgr.smithi073.zlngfn (mgr.14182) 1256 : cluster [DBG] pgmap v818: 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 2023-12-06T04:28:17.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: audit 2023-12-06T04:28:15.992878+0000 mgr.smithi073.zlngfn (mgr.14182) 1257 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:17.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:17 smithi073 bash[24935]: cluster 2023-12-06T04:28:16.475572+0000 mon.smithi073 (mon.0) 984 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:28:17.952 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:17.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: cluster 2023-12-06T04:28:15.679052+0000 mgr.smithi073.zlngfn (mgr.14182) 1250 : cluster [DBG] pgmap v817: 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 2023-12-06T04:28:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: cephadm 2023-12-06T04:28:15.889405+0000 mgr.smithi073.zlngfn (mgr.14182) 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj 2023-12-06T04:28:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:28:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj 2023-12-06T04:28:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj 2023-12-06T04:28:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:28:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj 2023-12-06T04:28:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.knphnj ... 2023-12-06T04:28:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:28:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:28:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:28:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:28:17.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:28:17.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:28:17.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:28:17.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:28:17.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj 2023-12-06T04:28:17.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:28:17.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj 2023-12-06T04:28:17.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj 2023-12-06T04:28:17.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:28:17.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj 2023-12-06T04:28:17.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.knphnj ... 2023-12-06T04:28:17.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:17.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:28:17.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:28:17.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:28:17.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:17.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: cephadm 2023-12-06T04:28:15.889730+0000 mgr.smithi073.zlngfn (mgr.14182) 1252 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.knphnj 2023-12-06T04:28:17.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: cephadm 2023-12-06T04:28:15.891541+0000 mgr.smithi073.zlngfn (mgr.14182) 1253 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.knphnj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj 2023-12-06T04:28:17.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:28:17.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj 2023-12-06T04:28:17.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj 2023-12-06T04:28:17.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:28:17.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj 2023-12-06T04:28:17.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.knphnj ... 2023-12-06T04:28:17.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:17.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:28:17.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:28:17.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:28:17.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:28:17.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: cephadm 2023-12-06T04:28:15.893373+0000 mgr.smithi073.zlngfn (mgr.14182) 1254 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.tbxdje on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:28:17.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: cephadm 2023-12-06T04:28:15.895196+0000 mgr.smithi073.zlngfn (mgr.14182) 1255 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:28:17.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: cluster 2023-12-06T04:28:15.896025+0000 mgr.smithi073.zlngfn (mgr.14182) 1256 : cluster [DBG] pgmap v818: 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 2023-12-06T04:28:17.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: audit 2023-12-06T04:28:15.992878+0000 mgr.smithi073.zlngfn (mgr.14182) 1257 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:17.966 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:17 smithi110 bash[28336]: cluster 2023-12-06T04:28:16.475572+0000 mon.smithi073 (mon.0) 984 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:28:19.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:19 smithi073 bash[24935]: cluster 2023-12-06T04:28:17.897085+0000 mgr.smithi073.zlngfn (mgr.14182) 1258 : cluster [DBG] pgmap v819: 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 2023-12-06T04:28:19.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:19 smithi110 bash[28336]: cluster 2023-12-06T04:28:17.897085+0000 mgr.smithi073.zlngfn (mgr.14182) 1258 : cluster [DBG] pgmap v819: 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 2023-12-06T04:28:21.080 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:28:21.081 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:12.005473Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fmkoip on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\nDeploy daemon haproxy.nfs.foo.smithi110.fmkoip ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.891446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.knphnj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\nDeploy daemon haproxy.nfs.foo.smithi073.knphnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.893286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tbxdje on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:21.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:21 smithi073 bash[24935]: cluster 2023-12-06T04:28:19.898516+0000 mgr.smithi073.zlngfn (mgr.14182) 1259 : cluster [DBG] pgmap v820: 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 2023-12-06T04:28:21.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:21 smithi073 bash[24935]: audit 2023-12-06T04:28:20.541848+0000 mon.smithi073 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:28:21.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:21.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:21 smithi110 bash[28336]: cluster 2023-12-06T04:28:19.898516+0000 mgr.smithi073.zlngfn (mgr.14182) 1259 : cluster [DBG] pgmap v820: 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 2023-12-06T04:28:21.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:21 smithi110 bash[28336]: audit 2023-12-06T04:28:20.541848+0000 mon.smithi073 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:28:22.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:22 smithi073 bash[24935]: audit 2023-12-06T04:28:21.071121+0000 mgr.smithi073.zlngfn (mgr.14182) 1260 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:22.871 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:22.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:22 smithi110 bash[28336]: audit 2023-12-06T04:28:21.071121+0000 mgr.smithi073.zlngfn (mgr.14182) 1260 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:23.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:23 smithi073 bash[24935]: cluster 2023-12-06T04:28:21.899603+0000 mgr.smithi073.zlngfn (mgr.14182) 1261 : cluster [DBG] pgmap v821: 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 2023-12-06T04:28:23.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:23 smithi110 bash[28336]: cluster 2023-12-06T04:28:21.899603+0000 mgr.smithi073.zlngfn (mgr.14182) 1261 : cluster [DBG] pgmap v821: 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 2023-12-06T04:28:25.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:25 smithi073 bash[24935]: cluster 2023-12-06T04:28:23.900510+0000 mgr.smithi073.zlngfn (mgr.14182) 1262 : cluster [DBG] pgmap v822: 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 2023-12-06T04:28:25.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:25 smithi110 bash[28336]: cluster 2023-12-06T04:28:23.900510+0000 mgr.smithi073.zlngfn (mgr.14182) 1262 : cluster [DBG] pgmap v822: 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 2023-12-06T04:28:26.107 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:28:26.108 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:12.005473Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fmkoip on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\nDeploy daemon haproxy.nfs.foo.smithi110.fmkoip ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.891446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.knphnj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\nDeploy daemon haproxy.nfs.foo.smithi073.knphnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.893286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tbxdje on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:26.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:27.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:27 smithi073 bash[24935]: cluster 2023-12-06T04:28:25.901157+0000 mgr.smithi073.zlngfn (mgr.14182) 1263 : cluster [DBG] pgmap v823: 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 2023-12-06T04:28:27.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:27 smithi073 bash[24935]: audit 2023-12-06T04:28:26.096781+0000 mgr.smithi073.zlngfn (mgr.14182) 1264 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:27.936 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:27.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:27 smithi110 bash[28336]: cluster 2023-12-06T04:28:25.901157+0000 mgr.smithi073.zlngfn (mgr.14182) 1263 : cluster [DBG] pgmap v823: 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 2023-12-06T04:28:27.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:27 smithi110 bash[28336]: audit 2023-12-06T04:28:26.096781+0000 mgr.smithi073.zlngfn (mgr.14182) 1264 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:29.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:29 smithi073 bash[24935]: cluster 2023-12-06T04:28:27.902138+0000 mgr.smithi073.zlngfn (mgr.14182) 1265 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:28:29.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:29 smithi073 bash[24935]: audit 2023-12-06T04:28:28.247576+0000 mon.smithi073 (mon.0) 986 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:28:29.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:29 smithi110 bash[28336]: cluster 2023-12-06T04:28:27.902138+0000 mgr.smithi073.zlngfn (mgr.14182) 1265 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:28:29.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:29 smithi110 bash[28336]: audit 2023-12-06T04:28:28.247576+0000 mon.smithi073 (mon.0) 986 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:28:31.132 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:28:31.132 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:12.005473Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fmkoip on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\nDeploy daemon haproxy.nfs.foo.smithi110.fmkoip ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.891446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.knphnj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\nDeploy daemon haproxy.nfs.foo.smithi073.knphnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.893286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tbxdje on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:31.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:31 smithi073 bash[24935]: cluster 2023-12-06T04:28:29.903546+0000 mgr.smithi073.zlngfn (mgr.14182) 1266 : cluster [DBG] pgmap v825: 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 2023-12-06T04:28:31.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:31 smithi110 bash[28336]: cluster 2023-12-06T04:28:29.903546+0000 mgr.smithi073.zlngfn (mgr.14182) 1266 : cluster [DBG] pgmap v825: 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 2023-12-06T04:28:31.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:32.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:32 smithi073 bash[24935]: audit 2023-12-06T04:28:31.122621+0000 mgr.smithi073.zlngfn (mgr.14182) 1267 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:32.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:32 smithi110 bash[28336]: audit 2023-12-06T04:28:31.122621+0000 mgr.smithi073.zlngfn (mgr.14182) 1267 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:32.922 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:33.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:33 smithi073 bash[24935]: cluster 2023-12-06T04:28:31.904457+0000 mgr.smithi073.zlngfn (mgr.14182) 1268 : 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 2023-12-06T04:28:33.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:33 smithi110 bash[28336]: cluster 2023-12-06T04:28:31.904457+0000 mgr.smithi073.zlngfn (mgr.14182) 1268 : 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 2023-12-06T04:28:35.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:35 smithi073 bash[24935]: cluster 2023-12-06T04:28:33.905973+0000 mgr.smithi073.zlngfn (mgr.14182) 1269 : 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 2023-12-06T04:28:35.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:35 smithi110 bash[28336]: cluster 2023-12-06T04:28:33.905973+0000 mgr.smithi073.zlngfn (mgr.14182) 1269 : 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 2023-12-06T04:28:36.117 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:28:36.118 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:12.005473Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fmkoip on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\nDeploy daemon haproxy.nfs.foo.smithi110.fmkoip ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.891446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.knphnj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\nDeploy daemon haproxy.nfs.foo.smithi073.knphnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.893286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tbxdje on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:36.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:37.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:37 smithi073 bash[24935]: cluster 2023-12-06T04:28:35.907099+0000 mgr.smithi073.zlngfn (mgr.14182) 1270 : 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 2023-12-06T04:28:37.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:37 smithi073 bash[24935]: audit 2023-12-06T04:28:36.112171+0000 mgr.smithi073.zlngfn (mgr.14182) 1271 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:37.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:37 smithi110 bash[28336]: cluster 2023-12-06T04:28:35.907099+0000 mgr.smithi073.zlngfn (mgr.14182) 1270 : 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 2023-12-06T04:28:37.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:37 smithi110 bash[28336]: audit 2023-12-06T04:28:36.112171+0000 mgr.smithi073.zlngfn (mgr.14182) 1271 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:37.836 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:39.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:39 smithi073 bash[24935]: cluster 2023-12-06T04:28:37.907834+0000 mgr.smithi073.zlngfn (mgr.14182) 1272 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:28:39.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:39 smithi110 bash[28336]: cluster 2023-12-06T04:28:37.907834+0000 mgr.smithi073.zlngfn (mgr.14182) 1272 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:28:41.057 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:28:41.057 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:12.005473Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fmkoip on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\nDeploy daemon haproxy.nfs.foo.smithi110.fmkoip ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.891446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.knphnj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\nDeploy daemon haproxy.nfs.foo.smithi073.knphnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.893286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tbxdje on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:41.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:41 smithi073 bash[24935]: cluster 2023-12-06T04:28:39.909242+0000 mgr.smithi073.zlngfn (mgr.14182) 1273 : cluster [DBG] pgmap v830: 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 2023-12-06T04:28:41.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:41 smithi110 bash[28336]: cluster 2023-12-06T04:28:39.909242+0000 mgr.smithi073.zlngfn (mgr.14182) 1273 : cluster [DBG] pgmap v830: 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 2023-12-06T04:28:41.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:42.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:42 smithi073 bash[24935]: audit 2023-12-06T04:28:41.048258+0000 mgr.smithi073.zlngfn (mgr.14182) 1274 : audit [DBG] from='client.25133 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:42.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:42 smithi110 bash[28336]: audit 2023-12-06T04:28:41.048258+0000 mgr.smithi073.zlngfn (mgr.14182) 1274 : audit [DBG] from='client.25133 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:42.866 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:43.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:43 smithi073 bash[24935]: cluster 2023-12-06T04:28:41.910218+0000 mgr.smithi073.zlngfn (mgr.14182) 1275 : 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 2023-12-06T04:28:43.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:43 smithi110 bash[28336]: cluster 2023-12-06T04:28:41.910218+0000 mgr.smithi073.zlngfn (mgr.14182) 1275 : 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 2023-12-06T04:28:45.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:45 smithi073 bash[24935]: cluster 2023-12-06T04:28:43.911493+0000 mgr.smithi073.zlngfn (mgr.14182) 1276 : 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 2023-12-06T04:28:45.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:45 smithi110 bash[28336]: cluster 2023-12-06T04:28:43.911493+0000 mgr.smithi073.zlngfn (mgr.14182) 1276 : 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 2023-12-06T04:28:46.191 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:28:46.192 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:12.005473Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fmkoip on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\nDeploy daemon haproxy.nfs.foo.smithi110.fmkoip ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.891446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.knphnj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\nDeploy daemon haproxy.nfs.foo.smithi073.knphnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.893286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tbxdje on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:46.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:47.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:47 smithi073 bash[24935]: cluster 2023-12-06T04:28:45.912679+0000 mgr.smithi073.zlngfn (mgr.14182) 1277 : 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 2023-12-06T04:28:47.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:47 smithi073 bash[24935]: audit 2023-12-06T04:28:46.181922+0000 mgr.smithi073.zlngfn (mgr.14182) 1278 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:47.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:47 smithi110 bash[28336]: cluster 2023-12-06T04:28:45.912679+0000 mgr.smithi073.zlngfn (mgr.14182) 1277 : 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 2023-12-06T04:28:47.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:47 smithi110 bash[28336]: audit 2023-12-06T04:28:46.181922+0000 mgr.smithi073.zlngfn (mgr.14182) 1278 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:47.965 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:49.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:49 smithi073 bash[24935]: cluster 2023-12-06T04:28:47.913862+0000 mgr.smithi073.zlngfn (mgr.14182) 1279 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:28:49.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:49 smithi110 bash[28336]: cluster 2023-12-06T04:28:47.913862+0000 mgr.smithi073.zlngfn (mgr.14182) 1279 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:28:51.143 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:28:51.143 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:12.005473Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fmkoip on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\nDeploy daemon haproxy.nfs.foo.smithi110.fmkoip ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.891446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.knphnj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\nDeploy daemon haproxy.nfs.foo.smithi073.knphnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.893286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tbxdje on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:51.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:51 smithi073 bash[24935]: cluster 2023-12-06T04:28:49.915213+0000 mgr.smithi073.zlngfn (mgr.14182) 1280 : cluster [DBG] pgmap v835: 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 2023-12-06T04:28:51.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:51 smithi110 bash[28336]: cluster 2023-12-06T04:28:49.915213+0000 mgr.smithi073.zlngfn (mgr.14182) 1280 : cluster [DBG] pgmap v835: 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 2023-12-06T04:28:51.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:52.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:52 smithi110 bash[28336]: audit 2023-12-06T04:28:51.136785+0000 mgr.smithi073.zlngfn (mgr.14182) 1281 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:52.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:52 smithi073 bash[24935]: audit 2023-12-06T04:28:51.136785+0000 mgr.smithi073.zlngfn (mgr.14182) 1281 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:52.898 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:53.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:53 smithi073 bash[24935]: cluster 2023-12-06T04:28:51.916192+0000 mgr.smithi073.zlngfn (mgr.14182) 1282 : 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 2023-12-06T04:28:53.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:53 smithi110 bash[28336]: cluster 2023-12-06T04:28:51.916192+0000 mgr.smithi073.zlngfn (mgr.14182) 1282 : 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 2023-12-06T04:28:55.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:55 smithi110 bash[28336]: cluster 2023-12-06T04:28:53.917126+0000 mgr.smithi073.zlngfn (mgr.14182) 1283 : 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 2023-12-06T04:28:55.727 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:55 smithi073 bash[24935]: cluster 2023-12-06T04:28:53.917126+0000 mgr.smithi073.zlngfn (mgr.14182) 1283 : 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 2023-12-06T04:28:56.127 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:28:56.127 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:12.005473Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fmkoip on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\nDeploy daemon haproxy.nfs.foo.smithi110.fmkoip ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.891446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.knphnj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\nDeploy daemon haproxy.nfs.foo.smithi073.knphnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.893286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tbxdje on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:56.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:57.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:57 smithi110 bash[28336]: cluster 2023-12-06T04:28:55.917879+0000 mgr.smithi073.zlngfn (mgr.14182) 1284 : 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 2023-12-06T04:28:57.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:57 smithi110 bash[28336]: audit 2023-12-06T04:28:56.115965+0000 mgr.smithi073.zlngfn (mgr.14182) 1285 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:57.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:57 smithi073 bash[24935]: cluster 2023-12-06T04:28:55.917879+0000 mgr.smithi073.zlngfn (mgr.14182) 1284 : 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 2023-12-06T04:28:57.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:57 smithi073 bash[24935]: audit 2023-12-06T04:28:56.115965+0000 mgr.smithi073.zlngfn (mgr.14182) 1285 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:57.906 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:59.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:28:59 smithi110 bash[28336]: cluster 2023-12-06T04:28:57.918930+0000 mgr.smithi073.zlngfn (mgr.14182) 1286 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:28:59.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:28:59 smithi073 bash[24935]: cluster 2023-12-06T04:28:57.918930+0000 mgr.smithi073.zlngfn (mgr.14182) 1286 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:01.147 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:29:01.148 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:12.005473Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fmkoip on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\nDeploy daemon haproxy.nfs.foo.smithi110.fmkoip ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.891446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.knphnj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\nDeploy daemon haproxy.nfs.foo.smithi073.knphnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.893286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tbxdje on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:01.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:01 smithi073 bash[24935]: cluster 2023-12-06T04:28:59.920135+0000 mgr.smithi073.zlngfn (mgr.14182) 1287 : cluster [DBG] pgmap v840: 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 2023-12-06T04:29:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:01 smithi110 bash[28336]: cluster 2023-12-06T04:28:59.920135+0000 mgr.smithi073.zlngfn (mgr.14182) 1287 : cluster [DBG] pgmap v840: 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 2023-12-06T04:29:01.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:02.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:02 smithi110 bash[28336]: audit 2023-12-06T04:29:01.141924+0000 mgr.smithi073.zlngfn (mgr.14182) 1288 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:02.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:02 smithi073 bash[24935]: audit 2023-12-06T04:29:01.141924+0000 mgr.smithi073.zlngfn (mgr.14182) 1288 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:02.921 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:03.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:03 smithi110 bash[28336]: cluster 2023-12-06T04:29:01.920730+0000 mgr.smithi073.zlngfn (mgr.14182) 1289 : 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 2023-12-06T04:29:03.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:03 smithi073 bash[24935]: cluster 2023-12-06T04:29:01.920730+0000 mgr.smithi073.zlngfn (mgr.14182) 1289 : 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 2023-12-06T04:29:05.677 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:05 smithi073 bash[24935]: cluster 2023-12-06T04:29:03.921990+0000 mgr.smithi073.zlngfn (mgr.14182) 1290 : 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 2023-12-06T04:29:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:05 smithi110 bash[28336]: cluster 2023-12-06T04:29:03.921990+0000 mgr.smithi073.zlngfn (mgr.14182) 1290 : 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 2023-12-06T04:29:06.080 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:29:06.080 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:12.005473Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fmkoip on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\nDeploy daemon haproxy.nfs.foo.smithi110.fmkoip ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.891446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.knphnj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\nDeploy daemon haproxy.nfs.foo.smithi073.knphnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.893286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tbxdje on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:06.856 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:07.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:07 smithi110 bash[28336]: cluster 2023-12-06T04:29:05.923029+0000 mgr.smithi073.zlngfn (mgr.14182) 1291 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:07.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:07 smithi110 bash[28336]: audit 2023-12-06T04:29:06.070135+0000 mgr.smithi073.zlngfn (mgr.14182) 1292 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:07.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:07 smithi073 bash[24935]: cluster 2023-12-06T04:29:05.923029+0000 mgr.smithi073.zlngfn (mgr.14182) 1291 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:07.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:07 smithi073 bash[24935]: audit 2023-12-06T04:29:06.070135+0000 mgr.smithi073.zlngfn (mgr.14182) 1292 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:07.856 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:09.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:09 smithi073 bash[24935]: cluster 2023-12-06T04:29:07.924140+0000 mgr.smithi073.zlngfn (mgr.14182) 1293 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:09.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:09 smithi110 bash[28336]: cluster 2023-12-06T04:29:07.924140+0000 mgr.smithi073.zlngfn (mgr.14182) 1293 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:11.067 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:29:11.068 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:12.005473Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fmkoip on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\nDeploy daemon haproxy.nfs.foo.smithi110.fmkoip ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.891446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.knphnj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\nDeploy daemon haproxy.nfs.foo.smithi073.knphnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.893286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tbxdje on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:11.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:11 smithi073 bash[24935]: cluster 2023-12-06T04:29:09.924999+0000 mgr.smithi073.zlngfn (mgr.14182) 1294 : cluster [DBG] pgmap v845: 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 2023-12-06T04:29:11.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:11 smithi110 bash[28336]: cluster 2023-12-06T04:29:09.924999+0000 mgr.smithi073.zlngfn (mgr.14182) 1294 : cluster [DBG] pgmap v845: 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 2023-12-06T04:29:11.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:12.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:12 smithi110 bash[28336]: audit 2023-12-06T04:29:11.056774+0000 mgr.smithi073.zlngfn (mgr.14182) 1295 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:12.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:12 smithi073 bash[24935]: audit 2023-12-06T04:29:11.056774+0000 mgr.smithi073.zlngfn (mgr.14182) 1295 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:12.851 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:13.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:13 smithi110 bash[28336]: cluster 2023-12-06T04:29:11.925973+0000 mgr.smithi073.zlngfn (mgr.14182) 1296 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:13.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:13 smithi073 bash[24935]: cluster 2023-12-06T04:29:11.925973+0000 mgr.smithi073.zlngfn (mgr.14182) 1296 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:15.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:15 smithi110 bash[28336]: cluster 2023-12-06T04:29:13.926729+0000 mgr.smithi073.zlngfn (mgr.14182) 1297 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:15.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:15 smithi073 bash[24935]: cluster 2023-12-06T04:29:13.926729+0000 mgr.smithi073.zlngfn (mgr.14182) 1297 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:15.988 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:29:15.988 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:27:07.346754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.nyruni on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:12.005473Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fmkoip on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\nDeploy daemon haproxy.nfs.foo.smithi110.fmkoip ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.891446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.knphnj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\nDeploy daemon haproxy.nfs.foo.smithi073.knphnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.893286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tbxdje on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:16.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:16 smithi073 bash[24935]: audit 2023-12-06T04:29:15.898992+0000 mon.smithi073 (mon.0) 987 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:29:16.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:16 smithi073 bash[24935]: audit 2023-12-06T04:29:16.168595+0000 mon.smithi073 (mon.0) 988 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:29:16.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:16 smithi073 bash[24935]: audit 2023-12-06T04:29:16.170311+0000 mon.smithi073 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:29:16.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:16 smithi073 bash[24935]: audit 2023-12-06T04:29:16.177769+0000 mon.smithi073 (mon.0) 990 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:29:16.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:16 smithi073 bash[24935]: audit 2023-12-06T04:29:16.184579+0000 mon.smithi073 (mon.0) 991 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:29:16.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:16 smithi073 bash[24935]: audit 2023-12-06T04:29:16.198465+0000 mon.smithi073 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:29:16.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:16 smithi110 bash[28336]: audit 2023-12-06T04:29:15.898992+0000 mon.smithi073 (mon.0) 987 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:29:16.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:16 smithi110 bash[28336]: audit 2023-12-06T04:29:16.168595+0000 mon.smithi073 (mon.0) 988 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:29:16.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:16 smithi110 bash[28336]: audit 2023-12-06T04:29:16.170311+0000 mon.smithi073 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:29:16.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:16 smithi110 bash[28336]: audit 2023-12-06T04:29:16.177769+0000 mon.smithi073 (mon.0) 990 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:29:16.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:16 smithi110 bash[28336]: audit 2023-12-06T04:29:16.184579+0000 mon.smithi073 (mon.0) 991 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:29:16.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:16 smithi110 bash[28336]: audit 2023-12-06T04:29:16.198465+0000 mon.smithi073 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:29:16.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:17.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:17 smithi110 bash[28336]: cluster 2023-12-06T04:29:15.927657+0000 mgr.smithi073.zlngfn (mgr.14182) 1298 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:17.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:17 smithi110 bash[28336]: audit 2023-12-06T04:29:15.978142+0000 mgr.smithi073.zlngfn (mgr.14182) 1299 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:17.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:17 smithi110 bash[28336]: cluster 2023-12-06T04:29:16.178395+0000 mgr.smithi073.zlngfn (mgr.14182) 1300 : cluster [DBG] pgmap v849: 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 2023-12-06T04:29:17.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:17 smithi110 bash[28336]: cephadm 2023-12-06T04:29:16.202826+0000 mgr.smithi073.zlngfn (mgr.14182) 1301 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.evdbku on smithi110 2023-12-06T04:29:17.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:17 smithi110 bash[28336]: cluster 2023-12-06T04:29:16.416642+0000 mon.smithi073 (mon.0) 993 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:29:17.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:17 smithi110 bash[28336]: cluster 2023-12-06T04:29:16.416679+0000 mon.smithi073 (mon.0) 994 : cluster [INF] Cluster is now healthy 2023-12-06T04:29:17.761 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:17.773 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:17 smithi073 bash[24935]: cluster 2023-12-06T04:29:15.927657+0000 mgr.smithi073.zlngfn (mgr.14182) 1298 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:17.773 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:17 smithi073 bash[24935]: audit 2023-12-06T04:29:15.978142+0000 mgr.smithi073.zlngfn (mgr.14182) 1299 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:17.773 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:17 smithi073 bash[24935]: cluster 2023-12-06T04:29:16.178395+0000 mgr.smithi073.zlngfn (mgr.14182) 1300 : cluster [DBG] pgmap v849: 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 2023-12-06T04:29:17.773 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:17 smithi073 bash[24935]: cephadm 2023-12-06T04:29:16.202826+0000 mgr.smithi073.zlngfn (mgr.14182) 1301 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.evdbku on smithi110 2023-12-06T04:29:17.773 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:17 smithi073 bash[24935]: cluster 2023-12-06T04:29:16.416642+0000 mon.smithi073 (mon.0) 993 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:29:17.773 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:17 smithi073 bash[24935]: cluster 2023-12-06T04:29:16.416679+0000 mon.smithi073 (mon.0) 994 : cluster [INF] Cluster is now healthy 2023-12-06T04:29:19.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:19 smithi073 bash[24935]: cluster 2023-12-06T04:29:18.178912+0000 mgr.smithi073.zlngfn (mgr.14182) 1302 : cluster [DBG] pgmap v850: 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 2023-12-06T04:29:19.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:19 smithi110 bash[28336]: cluster 2023-12-06T04:29:18.178912+0000 mgr.smithi073.zlngfn (mgr.14182) 1302 : cluster [DBG] pgmap v850: 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 2023-12-06T04:29:20.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:20 smithi110 bash[28336]: audit 2023-12-06T04:29:20.065819+0000 mon.smithi073 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.evdbku"}]: dispatch 2023-12-06T04:29:20.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:20 smithi073 bash[24935]: audit 2023-12-06T04:29:20.065819+0000 mon.smithi073 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.evdbku"}]: dispatch 2023-12-06T04:29:21.055 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:29:21.055 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:28:12.005473Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.fmkoip on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-fmkoip\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.fmkoip\nDeploy daemon haproxy.nfs.foo.smithi110.fmkoip ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.891446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.knphnj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-knphnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.knphnj\nDeploy daemon haproxy.nfs.foo.smithi073.knphnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:28:15.893286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tbxdje on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:20.066727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\nDeploy daemon haproxy.nfs.foo.smithi110.evdbku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:21.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: cephadm 2023-12-06T04:29:20.064793+0000 mgr.smithi073.zlngfn (mgr.14182) 1303 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku 2023-12-06T04:29:21.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:29:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku 2023-12-06T04:29:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku 2023-12-06T04:29:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:29:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku 2023-12-06T04:29:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.evdbku ... 2023-12-06T04:29:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:29:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:29:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:29:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:29:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:29:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:29:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:29:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:29:21.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku 2023-12-06T04:29:21.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:29:21.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku 2023-12-06T04:29:21.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku 2023-12-06T04:29:21.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:29:21.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku 2023-12-06T04:29:21.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.evdbku ... 2023-12-06T04:29:21.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:21.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:29:21.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:29:21.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:29:21.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:21.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: cephadm 2023-12-06T04:29:20.065361+0000 mgr.smithi073.zlngfn (mgr.14182) 1304 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.evdbku 2023-12-06T04:29:21.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: cephadm 2023-12-06T04:29:20.066995+0000 mgr.smithi073.zlngfn (mgr.14182) 1305 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku 2023-12-06T04:29:21.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:29:21.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku 2023-12-06T04:29:21.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku 2023-12-06T04:29:21.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:29:21.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku 2023-12-06T04:29:21.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.evdbku ... 2023-12-06T04:29:21.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:21.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:29:21.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:29:21.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:29:21.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:21.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: cephadm 2023-12-06T04:29:20.071481+0000 mgr.smithi073.zlngfn (mgr.14182) 1306 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.qrsdmo on smithi073 2023-12-06T04:29:21.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:21 smithi073 bash[24935]: cluster 2023-12-06T04:29:20.179583+0000 mgr.smithi073.zlngfn (mgr.14182) 1307 : cluster [DBG] pgmap v851: 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 2023-12-06T04:29:21.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: cephadm 2023-12-06T04:29:20.064793+0000 mgr.smithi073.zlngfn (mgr.14182) 1303 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku 2023-12-06T04:29:21.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:29:21.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku 2023-12-06T04:29:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku 2023-12-06T04:29:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:29:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku 2023-12-06T04:29:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.evdbku ... 2023-12-06T04:29:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:29:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:29:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:29:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:29:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:29:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:29:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:29:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:29:21.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku 2023-12-06T04:29:21.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:29:21.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku 2023-12-06T04:29:21.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku 2023-12-06T04:29:21.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:29:21.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku 2023-12-06T04:29:21.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.evdbku ... 2023-12-06T04:29:21.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:21.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:29:21.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:29:21.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:29:21.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:21.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: cephadm 2023-12-06T04:29:20.065361+0000 mgr.smithi073.zlngfn (mgr.14182) 1304 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.evdbku 2023-12-06T04:29:21.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: cephadm 2023-12-06T04:29:20.066995+0000 mgr.smithi073.zlngfn (mgr.14182) 1305 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku 2023-12-06T04:29:21.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:29:21.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku 2023-12-06T04:29:21.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku 2023-12-06T04:29:21.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:29:21.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku 2023-12-06T04:29:21.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.evdbku ... 2023-12-06T04:29:21.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:21.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:29:21.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:29:21.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:29:21.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:21.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: cephadm 2023-12-06T04:29:20.071481+0000 mgr.smithi073.zlngfn (mgr.14182) 1306 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.qrsdmo on smithi073 2023-12-06T04:29:21.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:21 smithi110 bash[28336]: cluster 2023-12-06T04:29:20.179583+0000 mgr.smithi073.zlngfn (mgr.14182) 1307 : cluster [DBG] pgmap v851: 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 2023-12-06T04:29:21.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:22.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:22 smithi110 bash[28336]: audit 2023-12-06T04:29:21.043939+0000 mgr.smithi073.zlngfn (mgr.14182) 1308 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:22.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:22 smithi073 bash[24935]: audit 2023-12-06T04:29:21.043939+0000 mgr.smithi073.zlngfn (mgr.14182) 1308 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:22.858 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:23.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:23 smithi110 bash[28336]: cluster 2023-12-06T04:29:22.180310+0000 mgr.smithi073.zlngfn (mgr.14182) 1309 : cluster [DBG] pgmap v852: 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 2023-12-06T04:29:23.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:23 smithi073 bash[24935]: cluster 2023-12-06T04:29:22.180310+0000 mgr.smithi073.zlngfn (mgr.14182) 1309 : cluster [DBG] pgmap v852: 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 2023-12-06T04:29:24.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:24 smithi073 bash[24935]: audit 2023-12-06T04:29:23.990112+0000 mon.smithi073 (mon.0) 996 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.qrsdmo"}]: dispatch 2023-12-06T04:29:24.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:24 smithi110 bash[28336]: audit 2023-12-06T04:29:23.990112+0000 mon.smithi073 (mon.0) 996 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.qrsdmo"}]: dispatch 2023-12-06T04:29:25.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: cephadm 2023-12-06T04:29:23.988992+0000 mgr.smithi073.zlngfn (mgr.14182) 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo 2023-12-06T04:29:25.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:29:25.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo 2023-12-06T04:29:25.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo 2023-12-06T04:29:25.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:29:25.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo 2023-12-06T04:29:25.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.qrsdmo ... 2023-12-06T04:29:25.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:25.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:29:25.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:29:25.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:29:25.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:25.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:29:25.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:29:25.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:29:25.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:29:25.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:29:25.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo 2023-12-06T04:29:25.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:29:25.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo 2023-12-06T04:29:25.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo 2023-12-06T04:29:25.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:29:25.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo 2023-12-06T04:29:25.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.qrsdmo ... 2023-12-06T04:29:25.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:25.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:29:25.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:29:25.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:29:25.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:25.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: cephadm 2023-12-06T04:29:23.989494+0000 mgr.smithi073.zlngfn (mgr.14182) 1311 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.qrsdmo 2023-12-06T04:29:25.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: cephadm 2023-12-06T04:29:23.991234+0000 mgr.smithi073.zlngfn (mgr.14182) 1312 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.qrsdmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo 2023-12-06T04:29:25.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:29:25.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo 2023-12-06T04:29:25.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo 2023-12-06T04:29:25.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:29:25.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo 2023-12-06T04:29:25.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.qrsdmo ... 2023-12-06T04:29:25.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:25.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:29:25.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:29:25.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:29:25.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:25.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: cephadm 2023-12-06T04:29:23.993287+0000 mgr.smithi073.zlngfn (mgr.14182) 1313 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.nkfxaq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:29:25.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: cephadm 2023-12-06T04:29:23.994949+0000 mgr.smithi073.zlngfn (mgr.14182) 1314 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:29:25.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: cluster 2023-12-06T04:29:23.996215+0000 mgr.smithi073.zlngfn (mgr.14182) 1315 : cluster [DBG] pgmap v853: 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 2023-12-06T04:29:25.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:25 smithi073 bash[24935]: cluster 2023-12-06T04:29:24.458758+0000 mon.smithi073 (mon.0) 997 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:29:25.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: cephadm 2023-12-06T04:29:23.988992+0000 mgr.smithi073.zlngfn (mgr.14182) 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo 2023-12-06T04:29:25.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:29:25.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo 2023-12-06T04:29:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo 2023-12-06T04:29:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:29:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo 2023-12-06T04:29:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.qrsdmo ... 2023-12-06T04:29:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:29:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:29:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:29:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:29:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:29:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:29:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:29:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:29:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo 2023-12-06T04:29:25.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:29:25.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo 2023-12-06T04:29:25.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo 2023-12-06T04:29:25.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:29:25.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo 2023-12-06T04:29:25.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.qrsdmo ... 2023-12-06T04:29:25.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:25.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:29:25.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:29:25.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:29:25.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:25.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: cephadm 2023-12-06T04:29:23.989494+0000 mgr.smithi073.zlngfn (mgr.14182) 1311 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.qrsdmo 2023-12-06T04:29:25.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: cephadm 2023-12-06T04:29:23.991234+0000 mgr.smithi073.zlngfn (mgr.14182) 1312 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.qrsdmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo 2023-12-06T04:29:25.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:29:25.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo 2023-12-06T04:29:25.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo 2023-12-06T04:29:25.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:29:25.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo 2023-12-06T04:29:25.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.qrsdmo ... 2023-12-06T04:29:25.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:25.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:29:25.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:29:25.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:29:25.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:25.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: cephadm 2023-12-06T04:29:23.993287+0000 mgr.smithi073.zlngfn (mgr.14182) 1313 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.nkfxaq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:29:25.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: cephadm 2023-12-06T04:29:23.994949+0000 mgr.smithi073.zlngfn (mgr.14182) 1314 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:29:25.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: cluster 2023-12-06T04:29:23.996215+0000 mgr.smithi073.zlngfn (mgr.14182) 1315 : cluster [DBG] pgmap v853: 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 2023-12-06T04:29:25.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:25 smithi110 bash[28336]: cluster 2023-12-06T04:29:24.458758+0000 mon.smithi073 (mon.0) 997 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:29:26.335 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:29:26.335 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:20.066727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\nDeploy daemon haproxy.nfs.foo.smithi110.evdbku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.991101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrsdmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\nDeploy daemon haproxy.nfs.foo.smithi073.qrsdmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.993163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkfxaq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:26.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:26 smithi073 bash[24935]: audit 2023-12-06T04:29:25.587590+0000 mon.smithi073 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:29:26.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:26 smithi110 bash[28336]: audit 2023-12-06T04:29:25.587590+0000 mon.smithi073 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:29:27.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:27.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:27 smithi110 bash[28336]: cluster 2023-12-06T04:29:25.997463+0000 mgr.smithi073.zlngfn (mgr.14182) 1316 : cluster [DBG] pgmap v854: 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 2023-12-06T04:29:27.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:27 smithi110 bash[28336]: audit 2023-12-06T04:29:26.325118+0000 mgr.smithi073.zlngfn (mgr.14182) 1317 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:28.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:27 smithi073 bash[24935]: cluster 2023-12-06T04:29:25.997463+0000 mgr.smithi073.zlngfn (mgr.14182) 1316 : cluster [DBG] pgmap v854: 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 2023-12-06T04:29:28.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:27 smithi073 bash[24935]: audit 2023-12-06T04:29:26.325118+0000 mgr.smithi073.zlngfn (mgr.14182) 1317 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:28.174 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:29.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:29 smithi110 bash[28336]: cluster 2023-12-06T04:29:27.998669+0000 mgr.smithi073.zlngfn (mgr.14182) 1318 : cluster [DBG] pgmap v855: 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 2023-12-06T04:29:30.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:29 smithi073 bash[24935]: cluster 2023-12-06T04:29:27.998669+0000 mgr.smithi073.zlngfn (mgr.14182) 1318 : cluster [DBG] pgmap v855: 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 2023-12-06T04:29:31.564 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:29:31.564 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:20.066727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\nDeploy daemon haproxy.nfs.foo.smithi110.evdbku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.991101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrsdmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\nDeploy daemon haproxy.nfs.foo.smithi073.qrsdmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.993163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkfxaq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:31.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:31 smithi110 bash[28336]: cluster 2023-12-06T04:29:29.999933+0000 mgr.smithi073.zlngfn (mgr.14182) 1319 : cluster [DBG] pgmap v856: 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 2023-12-06T04:29:32.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:31 smithi073 bash[24935]: cluster 2023-12-06T04:29:29.999933+0000 mgr.smithi073.zlngfn (mgr.14182) 1319 : cluster [DBG] pgmap v856: 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 2023-12-06T04:29:32.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:32.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:32 smithi110 bash[28336]: audit 2023-12-06T04:29:31.558403+0000 mgr.smithi073.zlngfn (mgr.14182) 1320 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:33.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:32 smithi073 bash[24935]: audit 2023-12-06T04:29:31.558403+0000 mgr.smithi073.zlngfn (mgr.14182) 1320 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:33.310 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:33.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:33 smithi110 bash[28336]: cluster 2023-12-06T04:29:32.000718+0000 mgr.smithi073.zlngfn (mgr.14182) 1321 : cluster [DBG] pgmap v857: 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 2023-12-06T04:29:34.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:33 smithi073 bash[24935]: cluster 2023-12-06T04:29:32.000718+0000 mgr.smithi073.zlngfn (mgr.14182) 1321 : cluster [DBG] pgmap v857: 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 2023-12-06T04:29:34.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:34 smithi073 bash[24935]: cluster 2023-12-06T04:29:34.002033+0000 mgr.smithi073.zlngfn (mgr.14182) 1322 : cluster [DBG] pgmap v858: 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 2023-12-06T04:29:34.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:34 smithi110 bash[28336]: cluster 2023-12-06T04:29:34.002033+0000 mgr.smithi073.zlngfn (mgr.14182) 1322 : cluster [DBG] pgmap v858: 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 2023-12-06T04:29:36.652 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:29:36.652 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:20.066727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\nDeploy daemon haproxy.nfs.foo.smithi110.evdbku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.991101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrsdmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\nDeploy daemon haproxy.nfs.foo.smithi073.qrsdmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.993163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkfxaq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:37.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:37 smithi073 bash[24935]: cluster 2023-12-06T04:29:36.003159+0000 mgr.smithi073.zlngfn (mgr.14182) 1323 : 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 2023-12-06T04:29:37.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:37.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:37 smithi110 bash[28336]: cluster 2023-12-06T04:29:36.003159+0000 mgr.smithi073.zlngfn (mgr.14182) 1323 : 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 2023-12-06T04:29:38.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:38 smithi073 bash[24935]: audit 2023-12-06T04:29:36.642496+0000 mgr.smithi073.zlngfn (mgr.14182) 1324 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:38.436 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:38.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:38 smithi110 bash[28336]: audit 2023-12-06T04:29:36.642496+0000 mgr.smithi073.zlngfn (mgr.14182) 1324 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:39.549 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:39 smithi073 bash[24935]: cluster 2023-12-06T04:29:38.004418+0000 mgr.smithi073.zlngfn (mgr.14182) 1325 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:39.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:39 smithi110 bash[28336]: cluster 2023-12-06T04:29:38.004418+0000 mgr.smithi073.zlngfn (mgr.14182) 1325 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:41.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:41 smithi073 bash[24935]: cluster 2023-12-06T04:29:40.005408+0000 mgr.smithi073.zlngfn (mgr.14182) 1326 : cluster [DBG] pgmap v861: 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 2023-12-06T04:29:41.454 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:29:41.454 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:20.066727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\nDeploy daemon haproxy.nfs.foo.smithi110.evdbku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.991101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrsdmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\nDeploy daemon haproxy.nfs.foo.smithi073.qrsdmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.993163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkfxaq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:41.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:41 smithi110 bash[28336]: cluster 2023-12-06T04:29:40.005408+0000 mgr.smithi073.zlngfn (mgr.14182) 1326 : cluster [DBG] pgmap v861: 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 2023-12-06T04:29:42.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:42.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:42 smithi073 bash[24935]: audit 2023-12-06T04:29:41.442213+0000 mgr.smithi073.zlngfn (mgr.14182) 1327 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:42.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:42 smithi110 bash[28336]: audit 2023-12-06T04:29:41.442213+0000 mgr.smithi073.zlngfn (mgr.14182) 1327 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:43.229 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:43 smithi073 bash[24935]: cluster 2023-12-06T04:29:42.006290+0000 mgr.smithi073.zlngfn (mgr.14182) 1328 : 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 2023-12-06T04:29:43.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:43 smithi110 bash[28336]: cluster 2023-12-06T04:29:42.006290+0000 mgr.smithi073.zlngfn (mgr.14182) 1328 : 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 2023-12-06T04:29:45.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:45 smithi073 bash[24935]: cluster 2023-12-06T04:29:44.007672+0000 mgr.smithi073.zlngfn (mgr.14182) 1329 : 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 2023-12-06T04:29:45.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:45 smithi110 bash[28336]: cluster 2023-12-06T04:29:44.007672+0000 mgr.smithi073.zlngfn (mgr.14182) 1329 : 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 2023-12-06T04:29:46.321 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:29:46.321 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:20.066727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\nDeploy daemon haproxy.nfs.foo.smithi110.evdbku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.991101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrsdmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\nDeploy daemon haproxy.nfs.foo.smithi073.qrsdmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.993163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkfxaq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:47.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:47.379 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:47 smithi073 bash[24935]: cluster 2023-12-06T04:29:46.008352+0000 mgr.smithi073.zlngfn (mgr.14182) 1330 : 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 2023-12-06T04:29:47.380 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:47 smithi073 bash[24935]: audit 2023-12-06T04:29:46.315152+0000 mgr.smithi073.zlngfn (mgr.14182) 1331 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:47.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:47 smithi110 bash[28336]: cluster 2023-12-06T04:29:46.008352+0000 mgr.smithi073.zlngfn (mgr.14182) 1330 : 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 2023-12-06T04:29:47.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:47 smithi110 bash[28336]: audit 2023-12-06T04:29:46.315152+0000 mgr.smithi073.zlngfn (mgr.14182) 1331 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:48.100 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:49.355 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:49 smithi073 bash[24935]: cluster 2023-12-06T04:29:48.009419+0000 mgr.smithi073.zlngfn (mgr.14182) 1332 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:49.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:49 smithi110 bash[28336]: cluster 2023-12-06T04:29:48.009419+0000 mgr.smithi073.zlngfn (mgr.14182) 1332 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:51.340 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:29:51.340 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:20.066727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\nDeploy daemon haproxy.nfs.foo.smithi110.evdbku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.991101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrsdmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\nDeploy daemon haproxy.nfs.foo.smithi073.qrsdmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.993163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkfxaq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:51.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:51 smithi110 bash[28336]: cluster 2023-12-06T04:29:50.010785+0000 mgr.smithi073.zlngfn (mgr.14182) 1333 : cluster [DBG] pgmap v866: 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 2023-12-06T04:29:51.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:51 smithi073 bash[24935]: cluster 2023-12-06T04:29:50.010785+0000 mgr.smithi073.zlngfn (mgr.14182) 1333 : cluster [DBG] pgmap v866: 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 2023-12-06T04:29:52.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:52.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:52 smithi110 bash[28336]: audit 2023-12-06T04:29:51.329982+0000 mgr.smithi073.zlngfn (mgr.14182) 1334 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:52.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:52 smithi073 bash[24935]: audit 2023-12-06T04:29:51.329982+0000 mgr.smithi073.zlngfn (mgr.14182) 1334 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:53.078 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:53.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:53 smithi110 bash[28336]: cluster 2023-12-06T04:29:52.011863+0000 mgr.smithi073.zlngfn (mgr.14182) 1335 : 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 2023-12-06T04:29:53.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:53 smithi073 bash[24935]: cluster 2023-12-06T04:29:52.011863+0000 mgr.smithi073.zlngfn (mgr.14182) 1335 : 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 2023-12-06T04:29:55.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:55 smithi110 bash[28336]: cluster 2023-12-06T04:29:54.012766+0000 mgr.smithi073.zlngfn (mgr.14182) 1336 : 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 2023-12-06T04:29:55.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:55 smithi073 bash[24935]: cluster 2023-12-06T04:29:54.012766+0000 mgr.smithi073.zlngfn (mgr.14182) 1336 : 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 2023-12-06T04:29:56.336 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:29:56.336 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:20.066727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\nDeploy daemon haproxy.nfs.foo.smithi110.evdbku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.991101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrsdmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\nDeploy daemon haproxy.nfs.foo.smithi073.qrsdmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.993163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkfxaq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:57.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:57.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:57 smithi073 bash[24935]: cluster 2023-12-06T04:29:56.013806+0000 mgr.smithi073.zlngfn (mgr.14182) 1337 : 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 2023-12-06T04:29:57.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:57 smithi073 bash[24935]: audit 2023-12-06T04:29:56.326755+0000 mgr.smithi073.zlngfn (mgr.14182) 1338 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:57.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:57 smithi110 bash[28336]: cluster 2023-12-06T04:29:56.013806+0000 mgr.smithi073.zlngfn (mgr.14182) 1337 : 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 2023-12-06T04:29:57.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:57 smithi110 bash[28336]: audit 2023-12-06T04:29:56.326755+0000 mgr.smithi073.zlngfn (mgr.14182) 1338 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:58.146 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:59.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:29:59 smithi073 bash[24935]: cluster 2023-12-06T04:29:58.014933+0000 mgr.smithi073.zlngfn (mgr.14182) 1339 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:59.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:29:59 smithi110 bash[28336]: cluster 2023-12-06T04:29:58.014933+0000 mgr.smithi073.zlngfn (mgr.14182) 1339 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:00.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:00 smithi073 bash[24935]: cluster 2023-12-06T04:30:00.000174+0000 mon.smithi073 (mon.0) 999 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-06T04:30:00.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:00 smithi110 bash[28336]: cluster 2023-12-06T04:30:00.000174+0000 mon.smithi073 (mon.0) 999 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-06T04:30:01.400 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:30:01.401 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:20.066727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\nDeploy daemon haproxy.nfs.foo.smithi110.evdbku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.991101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrsdmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\nDeploy daemon haproxy.nfs.foo.smithi073.qrsdmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.993163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkfxaq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:01.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:01 smithi110 bash[28336]: cluster 2023-12-06T04:30:00.015835+0000 mgr.smithi073.zlngfn (mgr.14182) 1340 : cluster [DBG] pgmap v871: 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 2023-12-06T04:30:01.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:01 smithi073 bash[24935]: cluster 2023-12-06T04:30:00.015835+0000 mgr.smithi073.zlngfn (mgr.14182) 1340 : cluster [DBG] pgmap v871: 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 2023-12-06T04:30:02.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:02.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:02 smithi110 bash[28336]: audit 2023-12-06T04:30:01.391241+0000 mgr.smithi073.zlngfn (mgr.14182) 1341 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:02.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:02 smithi073 bash[24935]: audit 2023-12-06T04:30:01.391241+0000 mgr.smithi073.zlngfn (mgr.14182) 1341 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:03.139 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:03.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:03 smithi073 bash[24935]: cluster 2023-12-06T04:30:02.016925+0000 mgr.smithi073.zlngfn (mgr.14182) 1342 : 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 2023-12-06T04:30:03.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:03 smithi110 bash[28336]: cluster 2023-12-06T04:30:02.016925+0000 mgr.smithi073.zlngfn (mgr.14182) 1342 : 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 2023-12-06T04:30:05.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:05 smithi073 bash[24935]: cluster 2023-12-06T04:30:04.018430+0000 mgr.smithi073.zlngfn (mgr.14182) 1343 : 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 2023-12-06T04:30:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:05 smithi110 bash[28336]: cluster 2023-12-06T04:30:04.018430+0000 mgr.smithi073.zlngfn (mgr.14182) 1343 : 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 2023-12-06T04:30:06.509 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:30:06.509 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:20.066727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\nDeploy daemon haproxy.nfs.foo.smithi110.evdbku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.991101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrsdmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\nDeploy daemon haproxy.nfs.foo.smithi073.qrsdmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.993163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkfxaq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:07.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:07.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:07 smithi110 bash[28336]: cluster 2023-12-06T04:30:06.019613+0000 mgr.smithi073.zlngfn (mgr.14182) 1344 : 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 2023-12-06T04:30:07.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:07 smithi110 bash[28336]: audit 2023-12-06T04:30:06.498825+0000 mgr.smithi073.zlngfn (mgr.14182) 1345 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:07.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:07 smithi073 bash[24935]: cluster 2023-12-06T04:30:06.019613+0000 mgr.smithi073.zlngfn (mgr.14182) 1344 : 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 2023-12-06T04:30:07.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:07 smithi073 bash[24935]: audit 2023-12-06T04:30:06.498825+0000 mgr.smithi073.zlngfn (mgr.14182) 1345 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:08.415 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:09.704 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:09 smithi073 bash[24935]: cluster 2023-12-06T04:30:08.020777+0000 mgr.smithi073.zlngfn (mgr.14182) 1346 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:09.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:09 smithi110 bash[28336]: cluster 2023-12-06T04:30:08.020777+0000 mgr.smithi073.zlngfn (mgr.14182) 1346 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:11.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:11 smithi073 bash[24935]: cluster 2023-12-06T04:30:10.021889+0000 mgr.smithi073.zlngfn (mgr.14182) 1347 : cluster [DBG] pgmap v876: 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 2023-12-06T04:30:11.619 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:30:11.620 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:20.066727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\nDeploy daemon haproxy.nfs.foo.smithi110.evdbku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.991101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrsdmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\nDeploy daemon haproxy.nfs.foo.smithi073.qrsdmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.993163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkfxaq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:11.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:11 smithi110 bash[28336]: cluster 2023-12-06T04:30:10.021889+0000 mgr.smithi073.zlngfn (mgr.14182) 1347 : cluster [DBG] pgmap v876: 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 2023-12-06T04:30:12.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:12.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:12 smithi110 bash[28336]: audit 2023-12-06T04:30:11.608124+0000 mgr.smithi073.zlngfn (mgr.14182) 1348 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:12.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:12 smithi073 bash[24935]: audit 2023-12-06T04:30:11.608124+0000 mgr.smithi073.zlngfn (mgr.14182) 1348 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:13.355 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:13.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:13 smithi110 bash[28336]: cluster 2023-12-06T04:30:12.022541+0000 mgr.smithi073.zlngfn (mgr.14182) 1349 : 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 2023-12-06T04:30:13.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:13 smithi073 bash[24935]: cluster 2023-12-06T04:30:12.022541+0000 mgr.smithi073.zlngfn (mgr.14182) 1349 : 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 2023-12-06T04:30:15.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:15 smithi073 bash[24935]: cluster 2023-12-06T04:30:14.023828+0000 mgr.smithi073.zlngfn (mgr.14182) 1350 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:15.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:15 smithi110 bash[28336]: cluster 2023-12-06T04:30:14.023828+0000 mgr.smithi073.zlngfn (mgr.14182) 1350 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:16.447 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:30:16.447 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:20.066727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\nDeploy daemon haproxy.nfs.foo.smithi110.evdbku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.991101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrsdmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\nDeploy daemon haproxy.nfs.foo.smithi073.qrsdmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.993163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkfxaq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:17.154 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:17.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:17 smithi110 bash[28336]: cluster 2023-12-06T04:30:16.024883+0000 mgr.smithi073.zlngfn (mgr.14182) 1351 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:17.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:17 smithi110 bash[28336]: audit 2023-12-06T04:30:16.441068+0000 mgr.smithi073.zlngfn (mgr.14182) 1352 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:17.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:17 smithi073 bash[24935]: cluster 2023-12-06T04:30:16.024883+0000 mgr.smithi073.zlngfn (mgr.14182) 1351 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:17.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:17 smithi073 bash[24935]: audit 2023-12-06T04:30:16.441068+0000 mgr.smithi073.zlngfn (mgr.14182) 1352 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:18.155 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:19.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:19 smithi073 bash[24935]: cluster 2023-12-06T04:30:18.025990+0000 mgr.smithi073.zlngfn (mgr.14182) 1353 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:19.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:19 smithi110 bash[28336]: cluster 2023-12-06T04:30:18.025990+0000 mgr.smithi073.zlngfn (mgr.14182) 1353 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:21.216 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:30:21.217 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:20.066727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\nDeploy daemon haproxy.nfs.foo.smithi110.evdbku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.991101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrsdmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\nDeploy daemon haproxy.nfs.foo.smithi073.qrsdmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.993163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkfxaq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:21.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:21 smithi073 bash[24935]: cluster 2023-12-06T04:30:20.027292+0000 mgr.smithi073.zlngfn (mgr.14182) 1354 : cluster [DBG] pgmap v881: 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 2023-12-06T04:30:21.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:21 smithi110 bash[28336]: cluster 2023-12-06T04:30:20.027292+0000 mgr.smithi073.zlngfn (mgr.14182) 1354 : cluster [DBG] pgmap v881: 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 2023-12-06T04:30:21.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:22.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:22 smithi110 bash[28336]: audit 2023-12-06T04:30:21.206526+0000 mgr.smithi073.zlngfn (mgr.14182) 1355 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:22.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:22 smithi073 bash[24935]: audit 2023-12-06T04:30:21.206526+0000 mgr.smithi073.zlngfn (mgr.14182) 1355 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:22.952 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:23.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:23 smithi073 bash[24935]: cluster 2023-12-06T04:30:22.028311+0000 mgr.smithi073.zlngfn (mgr.14182) 1356 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:23.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:23 smithi110 bash[28336]: cluster 2023-12-06T04:30:22.028311+0000 mgr.smithi073.zlngfn (mgr.14182) 1356 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:24.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:24 smithi073 bash[24935]: audit 2023-12-06T04:30:23.998910+0000 mon.smithi073 (mon.0) 1000 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:30:24.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:24 smithi073 bash[24935]: audit 2023-12-06T04:30:24.303631+0000 mon.smithi073 (mon.0) 1001 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:30:24.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:24 smithi073 bash[24935]: audit 2023-12-06T04:30:24.305272+0000 mon.smithi073 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:30:24.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:24 smithi073 bash[24935]: audit 2023-12-06T04:30:24.312533+0000 mon.smithi073 (mon.0) 1003 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:30:24.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:24 smithi073 bash[24935]: audit 2023-12-06T04:30:24.319495+0000 mon.smithi073 (mon.0) 1004 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:30:24.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:24 smithi073 bash[24935]: audit 2023-12-06T04:30:24.331336+0000 mon.smithi073 (mon.0) 1005 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:30:24.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:24 smithi110 bash[28336]: audit 2023-12-06T04:30:23.998910+0000 mon.smithi073 (mon.0) 1000 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:30:24.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:24 smithi110 bash[28336]: audit 2023-12-06T04:30:24.303631+0000 mon.smithi073 (mon.0) 1001 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:30:24.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:24 smithi110 bash[28336]: audit 2023-12-06T04:30:24.305272+0000 mon.smithi073 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:30:24.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:24 smithi110 bash[28336]: audit 2023-12-06T04:30:24.312533+0000 mon.smithi073 (mon.0) 1003 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:30:24.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:24 smithi110 bash[28336]: audit 2023-12-06T04:30:24.319495+0000 mon.smithi073 (mon.0) 1004 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:30:24.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:24 smithi110 bash[28336]: audit 2023-12-06T04:30:24.331336+0000 mon.smithi073 (mon.0) 1005 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:30:25.770 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:25 smithi073 bash[24935]: cluster 2023-12-06T04:30:24.029368+0000 mgr.smithi073.zlngfn (mgr.14182) 1357 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:25.770 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:25 smithi073 bash[24935]: cluster 2023-12-06T04:30:24.313369+0000 mgr.smithi073.zlngfn (mgr.14182) 1358 : cluster [DBG] pgmap v884: 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 2023-12-06T04:30:25.770 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:25 smithi073 bash[24935]: cephadm 2023-12-06T04:30:24.335072+0000 mgr.smithi073.zlngfn (mgr.14182) 1359 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.uprlnw on smithi110 2023-12-06T04:30:25.771 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:25 smithi073 bash[24935]: cluster 2023-12-06T04:30:24.462057+0000 mon.smithi073 (mon.0) 1006 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:30:25.771 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:25 smithi073 bash[24935]: cluster 2023-12-06T04:30:24.462119+0000 mon.smithi073 (mon.0) 1007 : cluster [INF] Cluster is now healthy 2023-12-06T04:30:25.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:25 smithi110 bash[28336]: cluster 2023-12-06T04:30:24.029368+0000 mgr.smithi073.zlngfn (mgr.14182) 1357 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:25.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:25 smithi110 bash[28336]: cluster 2023-12-06T04:30:24.313369+0000 mgr.smithi073.zlngfn (mgr.14182) 1358 : cluster [DBG] pgmap v884: 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 2023-12-06T04:30:25.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:25 smithi110 bash[28336]: cephadm 2023-12-06T04:30:24.335072+0000 mgr.smithi073.zlngfn (mgr.14182) 1359 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.uprlnw on smithi110 2023-12-06T04:30:25.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:25 smithi110 bash[28336]: cluster 2023-12-06T04:30:24.462057+0000 mon.smithi073 (mon.0) 1006 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:30:25.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:25 smithi110 bash[28336]: cluster 2023-12-06T04:30:24.462119+0000 mon.smithi073 (mon.0) 1007 : cluster [INF] Cluster is now healthy 2023-12-06T04:30:26.118 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:30:26.118 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:28:15.895099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.smmagb on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:20.066727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\nDeploy daemon haproxy.nfs.foo.smithi110.evdbku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.991101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrsdmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\nDeploy daemon haproxy.nfs.foo.smithi073.qrsdmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.993163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkfxaq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:26.892 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:27.793 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:27 smithi110 bash[28336]: audit 2023-12-06T04:30:26.109990+0000 mgr.smithi073.zlngfn (mgr.14182) 1360 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:27.793 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:27 smithi110 bash[28336]: cluster 2023-12-06T04:30:26.314021+0000 mgr.smithi073.zlngfn (mgr.14182) 1361 : cluster [DBG] pgmap v885: 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 2023-12-06T04:30:27.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:27 smithi073 bash[24935]: audit 2023-12-06T04:30:26.109990+0000 mgr.smithi073.zlngfn (mgr.14182) 1360 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:27.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:27 smithi073 bash[24935]: cluster 2023-12-06T04:30:26.314021+0000 mgr.smithi073.zlngfn (mgr.14182) 1361 : cluster [DBG] pgmap v885: 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 2023-12-06T04:30:27.894 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:29.372 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: audit 2023-12-06T04:30:28.252981+0000 mon.smithi073 (mon.0) 1008 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:30:29.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: cephadm 2023-12-06T04:30:28.296231+0000 mgr.smithi073.zlngfn (mgr.14182) 1362 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw 2023-12-06T04:30:29.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:30:29.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw 2023-12-06T04:30:29.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw 2023-12-06T04:30:29.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:30:29.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw 2023-12-06T04:30:29.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.uprlnw ... 2023-12-06T04:30:29.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:29.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:30:29.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:30:29.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:30:29.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:29.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:30:29.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:30:29.374 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:30:29.374 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:30:29.374 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:30:29.374 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw 2023-12-06T04:30:29.374 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:30:29.374 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw 2023-12-06T04:30:29.374 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw 2023-12-06T04:30:29.374 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:30:29.374 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw 2023-12-06T04:30:29.374 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.uprlnw ... 2023-12-06T04:30:29.375 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:29.375 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:30:29.375 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:30:29.375 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:30:29.375 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:29.375 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: cephadm 2023-12-06T04:30:28.296690+0000 mgr.smithi073.zlngfn (mgr.14182) 1363 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.uprlnw 2023-12-06T04:30:29.375 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: audit 2023-12-06T04:30:28.299463+0000 mon.smithi073 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.uprlnw"}]: dispatch 2023-12-06T04:30:29.375 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: cephadm 2023-12-06T04:30:28.300600+0000 mgr.smithi073.zlngfn (mgr.14182) 1364 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.uprlnw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw 2023-12-06T04:30:29.375 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:30:29.375 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw 2023-12-06T04:30:29.375 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw 2023-12-06T04:30:29.375 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:30:29.375 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw 2023-12-06T04:30:29.375 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.uprlnw ... 2023-12-06T04:30:29.376 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:29.376 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:30:29.376 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:30:29.376 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:30:29.376 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:29.376 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: cephadm 2023-12-06T04:30:28.304246+0000 mgr.smithi073.zlngfn (mgr.14182) 1365 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.fbcvtw on smithi073 2023-12-06T04:30:29.376 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:29 smithi073 bash[24935]: cluster 2023-12-06T04:30:28.314807+0000 mgr.smithi073.zlngfn (mgr.14182) 1366 : cluster [DBG] pgmap v886: 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 2023-12-06T04:30:29.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: audit 2023-12-06T04:30:28.252981+0000 mon.smithi073 (mon.0) 1008 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:30:29.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: cephadm 2023-12-06T04:30:28.296231+0000 mgr.smithi073.zlngfn (mgr.14182) 1362 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw 2023-12-06T04:30:29.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:30:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw 2023-12-06T04:30:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw 2023-12-06T04:30:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:30:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw 2023-12-06T04:30:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.uprlnw ... 2023-12-06T04:30:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:30:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:30:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:30:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:30:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:30:29.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:30:29.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:30:29.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:30:29.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw 2023-12-06T04:30:29.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:30:29.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw 2023-12-06T04:30:29.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw 2023-12-06T04:30:29.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:30:29.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw 2023-12-06T04:30:29.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.uprlnw ... 2023-12-06T04:30:29.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:29.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:30:29.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:30:29.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:30:29.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:29.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: cephadm 2023-12-06T04:30:28.296690+0000 mgr.smithi073.zlngfn (mgr.14182) 1363 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.uprlnw 2023-12-06T04:30:29.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: audit 2023-12-06T04:30:28.299463+0000 mon.smithi073 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.uprlnw"}]: dispatch 2023-12-06T04:30:29.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: cephadm 2023-12-06T04:30:28.300600+0000 mgr.smithi073.zlngfn (mgr.14182) 1364 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.uprlnw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw 2023-12-06T04:30:29.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:30:29.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw 2023-12-06T04:30:29.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw 2023-12-06T04:30:29.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:30:29.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw 2023-12-06T04:30:29.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.uprlnw ... 2023-12-06T04:30:29.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:29.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:30:29.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:30:29.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:30:29.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:29.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: cephadm 2023-12-06T04:30:28.304246+0000 mgr.smithi073.zlngfn (mgr.14182) 1365 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.fbcvtw on smithi073 2023-12-06T04:30:29.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:29 smithi110 bash[28336]: cluster 2023-12-06T04:30:28.314807+0000 mgr.smithi073.zlngfn (mgr.14182) 1366 : cluster [DBG] pgmap v886: 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 2023-12-06T04:30:31.197 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:30:31.197 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:29:20.066727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.evdbku on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-evdbku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.evdbku\nDeploy daemon haproxy.nfs.foo.smithi110.evdbku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.991101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qrsdmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-qrsdmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.qrsdmo\nDeploy daemon haproxy.nfs.foo.smithi073.qrsdmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:23.993163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkfxaq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:28.300431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.uprlnw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\nDeploy daemon haproxy.nfs.foo.smithi110.uprlnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:31.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:31 smithi073 bash[24935]: cluster 2023-12-06T04:30:30.315932+0000 mgr.smithi073.zlngfn (mgr.14182) 1367 : cluster [DBG] pgmap v887: 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 2023-12-06T04:30:31.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:31 smithi110 bash[28336]: cluster 2023-12-06T04:30:30.315932+0000 mgr.smithi073.zlngfn (mgr.14182) 1367 : cluster [DBG] pgmap v887: 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 2023-12-06T04:30:31.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:32.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:32 smithi110 bash[28336]: audit 2023-12-06T04:30:31.186096+0000 mgr.smithi073.zlngfn (mgr.14182) 1368 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:32.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:32 smithi110 bash[28336]: audit 2023-12-06T04:30:32.154440+0000 mon.smithi073 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.fbcvtw"}]: dispatch 2023-12-06T04:30:32.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:32 smithi073 bash[24935]: audit 2023-12-06T04:30:31.186096+0000 mgr.smithi073.zlngfn (mgr.14182) 1368 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:32.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:32 smithi073 bash[24935]: audit 2023-12-06T04:30:32.154440+0000 mon.smithi073 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.fbcvtw"}]: dispatch 2023-12-06T04:30:32.986 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:33.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: cephadm 2023-12-06T04:30:32.153331+0000 mgr.smithi073.zlngfn (mgr.14182) 1369 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw 2023-12-06T04:30:33.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:30:33.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw 2023-12-06T04:30:33.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw 2023-12-06T04:30:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:30:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw 2023-12-06T04:30:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.fbcvtw ... 2023-12-06T04:30:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:30:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:30:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:30:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:30:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:30:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:30:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:30:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:30:33.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw 2023-12-06T04:30:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:30:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw 2023-12-06T04:30:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw 2023-12-06T04:30:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:30:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw 2023-12-06T04:30:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.fbcvtw ... 2023-12-06T04:30:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:30:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:30:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:30:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: cephadm 2023-12-06T04:30:32.153814+0000 mgr.smithi073.zlngfn (mgr.14182) 1370 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.fbcvtw 2023-12-06T04:30:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: cephadm 2023-12-06T04:30:32.155805+0000 mgr.smithi073.zlngfn (mgr.14182) 1371 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.fbcvtw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw 2023-12-06T04:30:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:30:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw 2023-12-06T04:30:33.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw 2023-12-06T04:30:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:30:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw 2023-12-06T04:30:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.fbcvtw ... 2023-12-06T04:30:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:30:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:30:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:30:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: cephadm 2023-12-06T04:30:32.159502+0000 mgr.smithi073.zlngfn (mgr.14182) 1372 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.gymwzs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:30:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: cephadm 2023-12-06T04:30:32.161357+0000 mgr.smithi073.zlngfn (mgr.14182) 1373 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:30:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: cluster 2023-12-06T04:30:32.162263+0000 mgr.smithi073.zlngfn (mgr.14182) 1374 : cluster [DBG] pgmap v888: 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 2023-12-06T04:30:33.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:33 smithi073 bash[24935]: cluster 2023-12-06T04:30:32.374262+0000 mon.smithi073 (mon.0) 1011 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:30:33.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: cephadm 2023-12-06T04:30:32.153331+0000 mgr.smithi073.zlngfn (mgr.14182) 1369 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw 2023-12-06T04:30:33.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:30:33.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw 2023-12-06T04:30:33.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw 2023-12-06T04:30:33.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:30:33.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw 2023-12-06T04:30:33.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.fbcvtw ... 2023-12-06T04:30:33.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:33.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:30:33.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:30:33.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:30:33.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:33.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:30:33.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:30:33.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:30:33.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:30:33.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:30:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw 2023-12-06T04:30:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:30:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw 2023-12-06T04:30:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw 2023-12-06T04:30:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:30:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw 2023-12-06T04:30:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.fbcvtw ... 2023-12-06T04:30:33.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:30:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:30:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:30:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: cephadm 2023-12-06T04:30:32.153814+0000 mgr.smithi073.zlngfn (mgr.14182) 1370 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.fbcvtw 2023-12-06T04:30:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: cephadm 2023-12-06T04:30:32.155805+0000 mgr.smithi073.zlngfn (mgr.14182) 1371 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.fbcvtw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw 2023-12-06T04:30:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:30:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw 2023-12-06T04:30:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw 2023-12-06T04:30:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:30:33.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw 2023-12-06T04:30:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.fbcvtw ... 2023-12-06T04:30:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:30:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:30:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:30:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: cephadm 2023-12-06T04:30:32.159502+0000 mgr.smithi073.zlngfn (mgr.14182) 1372 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.gymwzs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:30:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: cephadm 2023-12-06T04:30:32.161357+0000 mgr.smithi073.zlngfn (mgr.14182) 1373 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:30:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: cluster 2023-12-06T04:30:32.162263+0000 mgr.smithi073.zlngfn (mgr.14182) 1374 : cluster [DBG] pgmap v888: 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 2023-12-06T04:30:33.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:33 smithi110 bash[28336]: cluster 2023-12-06T04:30:32.374262+0000 mon.smithi073 (mon.0) 1011 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:30:35.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:35 smithi073 bash[24935]: cluster 2023-12-06T04:30:34.162929+0000 mgr.smithi073.zlngfn (mgr.14182) 1375 : cluster [DBG] pgmap v889: 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 2023-12-06T04:30:35.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:35 smithi110 bash[28336]: cluster 2023-12-06T04:30:34.162929+0000 mgr.smithi073.zlngfn (mgr.14182) 1375 : cluster [DBG] pgmap v889: 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 2023-12-06T04:30:36.527 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:30:36.527 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:28.300431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.uprlnw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\nDeploy daemon haproxy.nfs.foo.smithi110.uprlnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.155608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fbcvtw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\nDeploy daemon haproxy.nfs.foo.smithi073.fbcvtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.159303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gymwzs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:36.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:36 smithi073 bash[24935]: audit 2023-12-06T04:30:35.638724+0000 mon.smithi073 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:30:36.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:36 smithi073 bash[24935]: cluster 2023-12-06T04:30:36.163727+0000 mgr.smithi073.zlngfn (mgr.14182) 1376 : cluster [DBG] pgmap v890: 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 2023-12-06T04:30:36.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:36 smithi073 bash[24935]: audit 2023-12-06T04:30:36.517379+0000 mgr.smithi073.zlngfn (mgr.14182) 1377 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:36.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:36 smithi110 bash[28336]: audit 2023-12-06T04:30:35.638724+0000 mon.smithi073 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:30:36.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:36 smithi110 bash[28336]: cluster 2023-12-06T04:30:36.163727+0000 mgr.smithi073.zlngfn (mgr.14182) 1376 : cluster [DBG] pgmap v890: 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 2023-12-06T04:30:36.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:36 smithi110 bash[28336]: audit 2023-12-06T04:30:36.517379+0000 mgr.smithi073.zlngfn (mgr.14182) 1377 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:37.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:38.330 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:39.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:39 smithi073 bash[24935]: cluster 2023-12-06T04:30:38.164807+0000 mgr.smithi073.zlngfn (mgr.14182) 1378 : cluster [DBG] pgmap v891: 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 2023-12-06T04:30:39.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:39 smithi110 bash[28336]: cluster 2023-12-06T04:30:38.164807+0000 mgr.smithi073.zlngfn (mgr.14182) 1378 : cluster [DBG] pgmap v891: 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 2023-12-06T04:30:41.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:41 smithi073 bash[24935]: cluster 2023-12-06T04:30:40.165619+0000 mgr.smithi073.zlngfn (mgr.14182) 1379 : cluster [DBG] pgmap v892: 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 2023-12-06T04:30:41.669 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:30:41.670 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:28.300431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.uprlnw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\nDeploy daemon haproxy.nfs.foo.smithi110.uprlnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.155608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fbcvtw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\nDeploy daemon haproxy.nfs.foo.smithi073.fbcvtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.159303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gymwzs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:41.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:41 smithi110 bash[28336]: cluster 2023-12-06T04:30:40.165619+0000 mgr.smithi073.zlngfn (mgr.14182) 1379 : cluster [DBG] pgmap v892: 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 2023-12-06T04:30:42.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:43.425 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:43 smithi073 bash[24935]: audit 2023-12-06T04:30:41.658184+0000 mgr.smithi073.zlngfn (mgr.14182) 1380 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:43 smithi073 bash[24935]: cluster 2023-12-06T04:30:42.166555+0000 mgr.smithi073.zlngfn (mgr.14182) 1381 : cluster [DBG] pgmap v893: 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 2023-12-06T04:30:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:43 smithi073 bash[24935]: audit 2023-12-06T04:30:43.254790+0000 mon.smithi073 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:30:43.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:43 smithi110 bash[28336]: audit 2023-12-06T04:30:41.658184+0000 mgr.smithi073.zlngfn (mgr.14182) 1380 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:43.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:43 smithi110 bash[28336]: cluster 2023-12-06T04:30:42.166555+0000 mgr.smithi073.zlngfn (mgr.14182) 1381 : cluster [DBG] pgmap v893: 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 2023-12-06T04:30:43.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:43 smithi110 bash[28336]: audit 2023-12-06T04:30:43.254790+0000 mon.smithi073 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:30:45.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:45 smithi110 bash[28336]: cluster 2023-12-06T04:30:44.167370+0000 mgr.smithi073.zlngfn (mgr.14182) 1382 : 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 2023-12-06T04:30:45.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:45 smithi073 bash[24935]: cluster 2023-12-06T04:30:44.167370+0000 mgr.smithi073.zlngfn (mgr.14182) 1382 : 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 2023-12-06T04:30:46.916 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:30:46.917 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:28.300431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.uprlnw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\nDeploy daemon haproxy.nfs.foo.smithi110.uprlnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.155608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fbcvtw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\nDeploy daemon haproxy.nfs.foo.smithi073.fbcvtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.159303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gymwzs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:47.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:47 smithi073 bash[24935]: cluster 2023-12-06T04:30:46.167909+0000 mgr.smithi073.zlngfn (mgr.14182) 1383 : 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 2023-12-06T04:30:47.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:47.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:47 smithi110 bash[28336]: cluster 2023-12-06T04:30:46.167909+0000 mgr.smithi073.zlngfn (mgr.14182) 1383 : 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 2023-12-06T04:30:48.681 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:48.694 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:48 smithi073 bash[24935]: audit 2023-12-06T04:30:46.905987+0000 mgr.smithi073.zlngfn (mgr.14182) 1384 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:48.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:48 smithi110 bash[28336]: audit 2023-12-06T04:30:46.905987+0000 mgr.smithi073.zlngfn (mgr.14182) 1384 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:49.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:49 smithi110 bash[28336]: cluster 2023-12-06T04:30:48.168963+0000 mgr.smithi073.zlngfn (mgr.14182) 1385 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:49.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:49 smithi073 bash[24935]: cluster 2023-12-06T04:30:48.168963+0000 mgr.smithi073.zlngfn (mgr.14182) 1385 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:51.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:51 smithi110 bash[28336]: cluster 2023-12-06T04:30:50.170284+0000 mgr.smithi073.zlngfn (mgr.14182) 1386 : cluster [DBG] pgmap v897: 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 2023-12-06T04:30:51.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:51 smithi073 bash[24935]: cluster 2023-12-06T04:30:50.170284+0000 mgr.smithi073.zlngfn (mgr.14182) 1386 : cluster [DBG] pgmap v897: 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 2023-12-06T04:30:51.858 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:30:51.858 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:28.300431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.uprlnw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\nDeploy daemon haproxy.nfs.foo.smithi110.uprlnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.155608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fbcvtw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\nDeploy daemon haproxy.nfs.foo.smithi073.fbcvtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.159303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gymwzs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:52.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:53.599 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:53.613 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:53 smithi073 bash[24935]: audit 2023-12-06T04:30:51.852848+0000 mgr.smithi073.zlngfn (mgr.14182) 1387 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:53.613 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:53 smithi073 bash[24935]: cluster 2023-12-06T04:30:52.171171+0000 mgr.smithi073.zlngfn (mgr.14182) 1388 : 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 2023-12-06T04:30:53.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:53 smithi110 bash[28336]: audit 2023-12-06T04:30:51.852848+0000 mgr.smithi073.zlngfn (mgr.14182) 1387 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:53.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:53 smithi110 bash[28336]: cluster 2023-12-06T04:30:52.171171+0000 mgr.smithi073.zlngfn (mgr.14182) 1388 : 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 2023-12-06T04:30:55.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:55 smithi110 bash[28336]: cluster 2023-12-06T04:30:54.172404+0000 mgr.smithi073.zlngfn (mgr.14182) 1389 : 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 2023-12-06T04:30:55.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:55 smithi073 bash[24935]: cluster 2023-12-06T04:30:54.172404+0000 mgr.smithi073.zlngfn (mgr.14182) 1389 : 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 2023-12-06T04:30:56.942 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:30:56.943 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:28.300431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.uprlnw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\nDeploy daemon haproxy.nfs.foo.smithi110.uprlnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.155608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fbcvtw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\nDeploy daemon haproxy.nfs.foo.smithi073.fbcvtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.159303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gymwzs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:57.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:57 smithi073 bash[24935]: cluster 2023-12-06T04:30:56.173111+0000 mgr.smithi073.zlngfn (mgr.14182) 1390 : 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 2023-12-06T04:30:57.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:57.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:57 smithi110 bash[28336]: cluster 2023-12-06T04:30:56.173111+0000 mgr.smithi073.zlngfn (mgr.14182) 1390 : 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 2023-12-06T04:30:58.659 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:58.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:58 smithi073 bash[24935]: audit 2023-12-06T04:30:56.933507+0000 mgr.smithi073.zlngfn (mgr.14182) 1391 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:58.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:58 smithi110 bash[28336]: audit 2023-12-06T04:30:56.933507+0000 mgr.smithi073.zlngfn (mgr.14182) 1391 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:59.658 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:30:59 smithi073 bash[24935]: cluster 2023-12-06T04:30:58.174161+0000 mgr.smithi073.zlngfn (mgr.14182) 1392 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:59.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:30:59 smithi110 bash[28336]: cluster 2023-12-06T04:30:58.174161+0000 mgr.smithi073.zlngfn (mgr.14182) 1392 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:01.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:01 smithi110 bash[28336]: cluster 2023-12-06T04:31:00.175380+0000 mgr.smithi073.zlngfn (mgr.14182) 1393 : cluster [DBG] pgmap v902: 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 2023-12-06T04:31:01.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:01 smithi073 bash[24935]: cluster 2023-12-06T04:31:00.175380+0000 mgr.smithi073.zlngfn (mgr.14182) 1393 : cluster [DBG] pgmap v902: 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 2023-12-06T04:31:01.864 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:31:01.864 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:28.300431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.uprlnw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\nDeploy daemon haproxy.nfs.foo.smithi110.uprlnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.155608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fbcvtw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\nDeploy daemon haproxy.nfs.foo.smithi073.fbcvtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.159303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gymwzs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:02.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:03.600 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:03.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:03 smithi110 bash[28336]: audit 2023-12-06T04:31:01.854690+0000 mgr.smithi073.zlngfn (mgr.14182) 1394 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:03.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:03 smithi110 bash[28336]: cluster 2023-12-06T04:31:02.176442+0000 mgr.smithi073.zlngfn (mgr.14182) 1395 : 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 2023-12-06T04:31:03.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:03 smithi073 bash[24935]: audit 2023-12-06T04:31:01.854690+0000 mgr.smithi073.zlngfn (mgr.14182) 1394 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:03.879 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:03 smithi073 bash[24935]: cluster 2023-12-06T04:31:02.176442+0000 mgr.smithi073.zlngfn (mgr.14182) 1395 : 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 2023-12-06T04:31:05.658 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:05 smithi073 bash[24935]: cluster 2023-12-06T04:31:04.177793+0000 mgr.smithi073.zlngfn (mgr.14182) 1396 : 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 2023-12-06T04:31:05.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:05 smithi110 bash[28336]: cluster 2023-12-06T04:31:04.177793+0000 mgr.smithi073.zlngfn (mgr.14182) 1396 : 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 2023-12-06T04:31:06.933 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:31:06.933 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:28.300431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.uprlnw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\nDeploy daemon haproxy.nfs.foo.smithi110.uprlnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.155608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fbcvtw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\nDeploy daemon haproxy.nfs.foo.smithi073.fbcvtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.159303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gymwzs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:07.646 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:07 smithi073 bash[24935]: cluster 2023-12-06T04:31:06.178661+0000 mgr.smithi073.zlngfn (mgr.14182) 1397 : 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 2023-12-06T04:31:07.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:07.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:07 smithi110 bash[28336]: cluster 2023-12-06T04:31:06.178661+0000 mgr.smithi073.zlngfn (mgr.14182) 1397 : 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 2023-12-06T04:31:08.649 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:08.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:08 smithi110 bash[28336]: audit 2023-12-06T04:31:06.922550+0000 mgr.smithi073.zlngfn (mgr.14182) 1398 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:08.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:08 smithi073 bash[24935]: audit 2023-12-06T04:31:06.922550+0000 mgr.smithi073.zlngfn (mgr.14182) 1398 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:09.679 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:09 smithi073 bash[24935]: cluster 2023-12-06T04:31:08.179704+0000 mgr.smithi073.zlngfn (mgr.14182) 1399 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:09.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:09 smithi110 bash[28336]: cluster 2023-12-06T04:31:08.179704+0000 mgr.smithi073.zlngfn (mgr.14182) 1399 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:11.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:11 smithi110 bash[28336]: cluster 2023-12-06T04:31:10.180423+0000 mgr.smithi073.zlngfn (mgr.14182) 1400 : cluster [DBG] pgmap v907: 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 2023-12-06T04:31:11.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:11 smithi073 bash[24935]: cluster 2023-12-06T04:31:10.180423+0000 mgr.smithi073.zlngfn (mgr.14182) 1400 : cluster [DBG] pgmap v907: 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 2023-12-06T04:31:11.948 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:31:11.948 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:28.300431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.uprlnw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\nDeploy daemon haproxy.nfs.foo.smithi110.uprlnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.155608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fbcvtw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\nDeploy daemon haproxy.nfs.foo.smithi073.fbcvtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.159303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gymwzs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:12.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:13.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:13 smithi110 bash[28336]: audit 2023-12-06T04:31:11.938387+0000 mgr.smithi073.zlngfn (mgr.14182) 1401 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:13.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:13 smithi110 bash[28336]: cluster 2023-12-06T04:31:12.181464+0000 mgr.smithi073.zlngfn (mgr.14182) 1402 : 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 2023-12-06T04:31:13.745 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:13.758 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:13 smithi073 bash[24935]: audit 2023-12-06T04:31:11.938387+0000 mgr.smithi073.zlngfn (mgr.14182) 1401 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:13.758 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:13 smithi073 bash[24935]: cluster 2023-12-06T04:31:12.181464+0000 mgr.smithi073.zlngfn (mgr.14182) 1402 : 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 2023-12-06T04:31:15.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:15 smithi110 bash[28336]: cluster 2023-12-06T04:31:14.182767+0000 mgr.smithi073.zlngfn (mgr.14182) 1403 : 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 2023-12-06T04:31:15.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:15 smithi073 bash[24935]: cluster 2023-12-06T04:31:14.182767+0000 mgr.smithi073.zlngfn (mgr.14182) 1403 : 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 2023-12-06T04:31:17.199 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:31:17.199 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:28.300431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.uprlnw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\nDeploy daemon haproxy.nfs.foo.smithi110.uprlnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.155608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fbcvtw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\nDeploy daemon haproxy.nfs.foo.smithi073.fbcvtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.159303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gymwzs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:17.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:17 smithi073 bash[24935]: cluster 2023-12-06T04:31:16.183672+0000 mgr.smithi073.zlngfn (mgr.14182) 1404 : 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 2023-12-06T04:31:17.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:17 smithi110 bash[28336]: cluster 2023-12-06T04:31:16.183672+0000 mgr.smithi073.zlngfn (mgr.14182) 1404 : 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 2023-12-06T04:31:17.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:18.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:18 smithi110 bash[28336]: audit 2023-12-06T04:31:17.188544+0000 mgr.smithi073.zlngfn (mgr.14182) 1405 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:18.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:18 smithi073 bash[24935]: audit 2023-12-06T04:31:17.188544+0000 mgr.smithi073.zlngfn (mgr.14182) 1405 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:18.963 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:19.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:19 smithi110 bash[28336]: cluster 2023-12-06T04:31:18.184771+0000 mgr.smithi073.zlngfn (mgr.14182) 1406 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:19.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:19 smithi073 bash[24935]: cluster 2023-12-06T04:31:18.184771+0000 mgr.smithi073.zlngfn (mgr.14182) 1406 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:21.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:21 smithi110 bash[28336]: cluster 2023-12-06T04:31:20.185750+0000 mgr.smithi073.zlngfn (mgr.14182) 1407 : cluster [DBG] pgmap v912: 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 2023-12-06T04:31:21.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:21 smithi073 bash[24935]: cluster 2023-12-06T04:31:20.185750+0000 mgr.smithi073.zlngfn (mgr.14182) 1407 : cluster [DBG] pgmap v912: 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 2023-12-06T04:31:22.004 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:31:22.005 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:28.300431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.uprlnw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\nDeploy daemon haproxy.nfs.foo.smithi110.uprlnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.155608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fbcvtw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\nDeploy daemon haproxy.nfs.foo.smithi073.fbcvtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.159303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gymwzs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:22.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:23.765 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:23.776 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:23 smithi073 bash[24935]: audit 2023-12-06T04:31:21.995978+0000 mgr.smithi073.zlngfn (mgr.14182) 1408 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:23.776 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:23 smithi073 bash[24935]: cluster 2023-12-06T04:31:22.186329+0000 mgr.smithi073.zlngfn (mgr.14182) 1409 : 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 2023-12-06T04:31:23.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:23 smithi110 bash[28336]: audit 2023-12-06T04:31:21.995978+0000 mgr.smithi073.zlngfn (mgr.14182) 1408 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:23.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:23 smithi110 bash[28336]: cluster 2023-12-06T04:31:22.186329+0000 mgr.smithi073.zlngfn (mgr.14182) 1409 : 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 2023-12-06T04:31:25.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:25 smithi073 bash[24935]: cluster 2023-12-06T04:31:24.187083+0000 mgr.smithi073.zlngfn (mgr.14182) 1410 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:25.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:25 smithi110 bash[28336]: cluster 2023-12-06T04:31:24.187083+0000 mgr.smithi073.zlngfn (mgr.14182) 1410 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:27.056 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:31:27.056 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:28.300431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.uprlnw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\nDeploy daemon haproxy.nfs.foo.smithi110.uprlnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.155608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fbcvtw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\nDeploy daemon haproxy.nfs.foo.smithi073.fbcvtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.159303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gymwzs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:27.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:27 smithi073 bash[24935]: cluster 2023-12-06T04:31:26.188187+0000 mgr.smithi073.zlngfn (mgr.14182) 1411 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:27.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:27.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:27 smithi110 bash[28336]: cluster 2023-12-06T04:31:26.188187+0000 mgr.smithi073.zlngfn (mgr.14182) 1411 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:28.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:28 smithi073 bash[24935]: audit 2023-12-06T04:31:27.045131+0000 mgr.smithi073.zlngfn (mgr.14182) 1412 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:28.884 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:28.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:28 smithi110 bash[28336]: audit 2023-12-06T04:31:27.045131+0000 mgr.smithi073.zlngfn (mgr.14182) 1412 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:29.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:29 smithi073 bash[24935]: cluster 2023-12-06T04:31:28.189356+0000 mgr.smithi073.zlngfn (mgr.14182) 1413 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:29.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:29 smithi110 bash[28336]: cluster 2023-12-06T04:31:28.189356+0000 mgr.smithi073.zlngfn (mgr.14182) 1413 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:31.762 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:31 smithi073 bash[24935]: cluster 2023-12-06T04:31:30.190566+0000 mgr.smithi073.zlngfn (mgr.14182) 1414 : cluster [DBG] pgmap v917: 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 2023-12-06T04:31:31.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:31 smithi110 bash[28336]: cluster 2023-12-06T04:31:30.190566+0000 mgr.smithi073.zlngfn (mgr.14182) 1414 : cluster [DBG] pgmap v917: 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 2023-12-06T04:31:32.142 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:31:32.142 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:29:23.994848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.uaupkd on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:28.300431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.uprlnw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\nDeploy daemon haproxy.nfs.foo.smithi110.uprlnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.155608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fbcvtw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\nDeploy daemon haproxy.nfs.foo.smithi073.fbcvtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.159303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gymwzs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:32.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:32 smithi073 bash[24935]: audit 2023-12-06T04:31:32.165368+0000 mon.smithi073 (mon.0) 1014 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:31:32.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:32 smithi073 bash[24935]: audit 2023-12-06T04:31:32.459281+0000 mon.smithi073 (mon.0) 1015 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:31:32.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:32 smithi073 bash[24935]: audit 2023-12-06T04:31:32.460571+0000 mon.smithi073 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:31:32.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:32 smithi073 bash[24935]: audit 2023-12-06T04:31:32.466608+0000 mon.smithi073 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:31:32.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:32 smithi073 bash[24935]: audit 2023-12-06T04:31:32.473558+0000 mon.smithi073 (mon.0) 1018 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:31:32.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:32 smithi073 bash[24935]: audit 2023-12-06T04:31:32.485349+0000 mon.smithi073 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:31:32.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:32 smithi110 bash[28336]: audit 2023-12-06T04:31:32.165368+0000 mon.smithi073 (mon.0) 1014 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:31:32.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:32 smithi110 bash[28336]: audit 2023-12-06T04:31:32.459281+0000 mon.smithi073 (mon.0) 1015 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:31:32.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:32 smithi110 bash[28336]: audit 2023-12-06T04:31:32.460571+0000 mon.smithi073 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:31:32.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:32 smithi110 bash[28336]: audit 2023-12-06T04:31:32.466608+0000 mon.smithi073 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:31:32.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:32 smithi110 bash[28336]: audit 2023-12-06T04:31:32.473558+0000 mon.smithi073 (mon.0) 1018 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:31:32.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:32 smithi110 bash[28336]: audit 2023-12-06T04:31:32.485349+0000 mon.smithi073 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:31:32.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:33.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:33 smithi073 bash[24935]: audit 2023-12-06T04:31:32.132974+0000 mgr.smithi073.zlngfn (mgr.14182) 1415 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:33.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:33 smithi073 bash[24935]: cluster 2023-12-06T04:31:32.191587+0000 mgr.smithi073.zlngfn (mgr.14182) 1416 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:33.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:33 smithi073 bash[24935]: cluster 2023-12-06T04:31:32.467257+0000 mgr.smithi073.zlngfn (mgr.14182) 1417 : cluster [DBG] pgmap v919: 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 2023-12-06T04:31:33.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:33 smithi073 bash[24935]: cephadm 2023-12-06T04:31:32.488141+0000 mgr.smithi073.zlngfn (mgr.14182) 1418 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.mudchu on smithi110 2023-12-06T04:31:33.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:33 smithi073 bash[24935]: cluster 2023-12-06T04:31:32.492768+0000 mon.smithi073 (mon.0) 1020 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:31:33.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:33 smithi073 bash[24935]: cluster 2023-12-06T04:31:32.492824+0000 mon.smithi073 (mon.0) 1021 : cluster [INF] Cluster is now healthy 2023-12-06T04:31:33.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:33 smithi110 bash[28336]: audit 2023-12-06T04:31:32.132974+0000 mgr.smithi073.zlngfn (mgr.14182) 1415 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:33.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:33 smithi110 bash[28336]: cluster 2023-12-06T04:31:32.191587+0000 mgr.smithi073.zlngfn (mgr.14182) 1416 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:33.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:33 smithi110 bash[28336]: cluster 2023-12-06T04:31:32.467257+0000 mgr.smithi073.zlngfn (mgr.14182) 1417 : cluster [DBG] pgmap v919: 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 2023-12-06T04:31:33.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:33 smithi110 bash[28336]: cephadm 2023-12-06T04:31:32.488141+0000 mgr.smithi073.zlngfn (mgr.14182) 1418 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.mudchu on smithi110 2023-12-06T04:31:33.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:33 smithi110 bash[28336]: cluster 2023-12-06T04:31:32.492768+0000 mon.smithi073 (mon.0) 1020 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:31:33.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:33 smithi110 bash[28336]: cluster 2023-12-06T04:31:32.492824+0000 mon.smithi073 (mon.0) 1021 : cluster [INF] Cluster is now healthy 2023-12-06T04:31:33.986 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:35.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:35 smithi073 bash[24935]: cluster 2023-12-06T04:31:34.468248+0000 mgr.smithi073.zlngfn (mgr.14182) 1419 : cluster [DBG] pgmap v920: 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 2023-12-06T04:31:35.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:35 smithi110 bash[28336]: cluster 2023-12-06T04:31:34.468248+0000 mgr.smithi073.zlngfn (mgr.14182) 1419 : cluster [DBG] pgmap v920: 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 2023-12-06T04:31:36.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:36 smithi073 bash[24935]: audit 2023-12-06T04:31:36.334734+0000 mon.smithi073 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.mudchu"}]: dispatch 2023-12-06T04:31:36.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:36 smithi110 bash[28336]: audit 2023-12-06T04:31:36.334734+0000 mon.smithi073 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.mudchu"}]: dispatch 2023-12-06T04:31:37.234 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:31:37.235 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:30:28.300431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.uprlnw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-uprlnw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.uprlnw\nDeploy daemon haproxy.nfs.foo.smithi110.uprlnw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.155608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fbcvtw on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-fbcvtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.fbcvtw\nDeploy daemon haproxy.nfs.foo.smithi073.fbcvtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:30:32.159303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gymwzs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:36.336081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\nDeploy daemon haproxy.nfs.foo.smithi110.mudchu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:37.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: cephadm 2023-12-06T04:31:36.333934+0000 mgr.smithi073.zlngfn (mgr.14182) 1420 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu 2023-12-06T04:31:37.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:31:37.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu 2023-12-06T04:31:37.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu 2023-12-06T04:31:37.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:31:37.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu 2023-12-06T04:31:37.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.mudchu ... 2023-12-06T04:31:37.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:37.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:31:37.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:31:37.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:31:37.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:37.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:31:37.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:31:37.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:31:37.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:31:37.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:31:37.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu 2023-12-06T04:31:37.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:31:37.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu 2023-12-06T04:31:37.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu 2023-12-06T04:31:37.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:31:37.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu 2023-12-06T04:31:37.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.mudchu ... 2023-12-06T04:31:37.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:37.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:31:37.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:31:37.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:31:37.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:37.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: cephadm 2023-12-06T04:31:36.334214+0000 mgr.smithi073.zlngfn (mgr.14182) 1421 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.mudchu 2023-12-06T04:31:37.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: cephadm 2023-12-06T04:31:36.336311+0000 mgr.smithi073.zlngfn (mgr.14182) 1422 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu 2023-12-06T04:31:37.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:31:37.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu 2023-12-06T04:31:37.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu 2023-12-06T04:31:37.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:31:37.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu 2023-12-06T04:31:37.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.mudchu ... 2023-12-06T04:31:37.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:37.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:31:37.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:31:37.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:31:37.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:37.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: cephadm 2023-12-06T04:31:36.341036+0000 mgr.smithi073.zlngfn (mgr.14182) 1423 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.pjihxv on smithi073 2023-12-06T04:31:37.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:37 smithi073 bash[24935]: cluster 2023-12-06T04:31:36.468836+0000 mgr.smithi073.zlngfn (mgr.14182) 1424 : cluster [DBG] pgmap v921: 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 2023-12-06T04:31:37.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: cephadm 2023-12-06T04:31:36.333934+0000 mgr.smithi073.zlngfn (mgr.14182) 1420 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu 2023-12-06T04:31:37.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:31:37.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu 2023-12-06T04:31:37.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu 2023-12-06T04:31:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:31:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu 2023-12-06T04:31:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.mudchu ... 2023-12-06T04:31:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:31:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:31:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:31:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:31:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:31:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:31:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:31:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:31:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu 2023-12-06T04:31:37.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:31:37.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu 2023-12-06T04:31:37.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu 2023-12-06T04:31:37.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:31:37.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu 2023-12-06T04:31:37.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.mudchu ... 2023-12-06T04:31:37.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:37.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:31:37.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:31:37.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:31:37.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:37.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: cephadm 2023-12-06T04:31:36.334214+0000 mgr.smithi073.zlngfn (mgr.14182) 1421 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.mudchu 2023-12-06T04:31:37.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: cephadm 2023-12-06T04:31:36.336311+0000 mgr.smithi073.zlngfn (mgr.14182) 1422 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu 2023-12-06T04:31:37.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:31:37.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu 2023-12-06T04:31:37.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu 2023-12-06T04:31:37.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:31:37.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu 2023-12-06T04:31:37.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.mudchu ... 2023-12-06T04:31:37.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:37.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:31:37.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:31:37.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:31:37.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:37.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: cephadm 2023-12-06T04:31:36.341036+0000 mgr.smithi073.zlngfn (mgr.14182) 1423 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.pjihxv on smithi073 2023-12-06T04:31:37.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:37 smithi110 bash[28336]: cluster 2023-12-06T04:31:36.468836+0000 mgr.smithi073.zlngfn (mgr.14182) 1424 : cluster [DBG] pgmap v921: 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 2023-12-06T04:31:38.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:38.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:38 smithi073 bash[24935]: audit 2023-12-06T04:31:37.223061+0000 mgr.smithi073.zlngfn (mgr.14182) 1425 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:38.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:38 smithi110 bash[28336]: audit 2023-12-06T04:31:37.223061+0000 mgr.smithi073.zlngfn (mgr.14182) 1425 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:39.108 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:39.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:39 smithi073 bash[24935]: cluster 2023-12-06T04:31:38.469937+0000 mgr.smithi073.zlngfn (mgr.14182) 1426 : cluster [DBG] pgmap v922: 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 2023-12-06T04:31:39.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:39 smithi110 bash[28336]: cluster 2023-12-06T04:31:38.469937+0000 mgr.smithi073.zlngfn (mgr.14182) 1426 : cluster [DBG] pgmap v922: 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 2023-12-06T04:31:40.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:40 smithi073 bash[24935]: audit 2023-12-06T04:31:40.266079+0000 mon.smithi073 (mon.0) 1023 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.pjihxv"}]: dispatch 2023-12-06T04:31:40.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:40 smithi110 bash[28336]: audit 2023-12-06T04:31:40.266079+0000 mon.smithi073 (mon.0) 1023 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.pjihxv"}]: dispatch 2023-12-06T04:31:41.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: cephadm 2023-12-06T04:31:40.264953+0000 mgr.smithi073.zlngfn (mgr.14182) 1427 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv 2023-12-06T04:31:41.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:31:41.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv 2023-12-06T04:31:41.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv 2023-12-06T04:31:41.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:31:41.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv 2023-12-06T04:31:41.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.pjihxv ... 2023-12-06T04:31:41.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:41.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:31:41.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:31:41.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:31:41.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:41.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:31:41.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:31:41.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:31:41.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:31:41.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:31:41.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv 2023-12-06T04:31:41.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:31:41.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv 2023-12-06T04:31:41.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv 2023-12-06T04:31:41.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:31:41.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv 2023-12-06T04:31:41.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.pjihxv ... 2023-12-06T04:31:41.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:41.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:31:41.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:31:41.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:31:41.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:41.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: cephadm 2023-12-06T04:31:40.265463+0000 mgr.smithi073.zlngfn (mgr.14182) 1428 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.pjihxv 2023-12-06T04:31:41.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: cephadm 2023-12-06T04:31:40.267383+0000 mgr.smithi073.zlngfn (mgr.14182) 1429 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.pjihxv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv 2023-12-06T04:31:41.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:31:41.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv 2023-12-06T04:31:41.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv 2023-12-06T04:31:41.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:31:41.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv 2023-12-06T04:31:41.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.pjihxv ... 2023-12-06T04:31:41.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:41.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:31:41.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:31:41.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:31:41.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:41.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: cephadm 2023-12-06T04:31:40.270097+0000 mgr.smithi073.zlngfn (mgr.14182) 1430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.nkuwnw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:31:41.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: cephadm 2023-12-06T04:31:40.271774+0000 mgr.smithi073.zlngfn (mgr.14182) 1431 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:31:41.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: cluster 2023-12-06T04:31:40.272679+0000 mgr.smithi073.zlngfn (mgr.14182) 1432 : cluster [DBG] pgmap v923: 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 2023-12-06T04:31:41.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: cluster 2023-12-06T04:31:40.526934+0000 mon.smithi073 (mon.0) 1024 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:31:41.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:41 smithi073 bash[24935]: audit 2023-12-06T04:31:40.681750+0000 mon.smithi073 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:31:41.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: cephadm 2023-12-06T04:31:40.264953+0000 mgr.smithi073.zlngfn (mgr.14182) 1427 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv 2023-12-06T04:31:41.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:31:41.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv 2023-12-06T04:31:41.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv 2023-12-06T04:31:41.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:31:41.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv 2023-12-06T04:31:41.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.pjihxv ... 2023-12-06T04:31:41.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:41.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:31:41.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:31:41.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:31:41.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:41.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:31:41.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:31:41.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:31:41.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:31:41.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:31:41.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv 2023-12-06T04:31:41.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:31:41.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv 2023-12-06T04:31:41.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv 2023-12-06T04:31:41.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:31:41.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv 2023-12-06T04:31:41.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.pjihxv ... 2023-12-06T04:31:41.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:41.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:31:41.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:31:41.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:31:41.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:41.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: cephadm 2023-12-06T04:31:40.265463+0000 mgr.smithi073.zlngfn (mgr.14182) 1428 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.pjihxv 2023-12-06T04:31:41.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: cephadm 2023-12-06T04:31:40.267383+0000 mgr.smithi073.zlngfn (mgr.14182) 1429 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.pjihxv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv 2023-12-06T04:31:41.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:31:41.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv 2023-12-06T04:31:41.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv 2023-12-06T04:31:41.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:31:41.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv 2023-12-06T04:31:41.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.pjihxv ... 2023-12-06T04:31:41.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:41.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:31:41.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:31:41.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:31:41.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:31:41.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: cephadm 2023-12-06T04:31:40.270097+0000 mgr.smithi073.zlngfn (mgr.14182) 1430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.nkuwnw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:31:41.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: cephadm 2023-12-06T04:31:40.271774+0000 mgr.smithi073.zlngfn (mgr.14182) 1431 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:31:41.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: cluster 2023-12-06T04:31:40.272679+0000 mgr.smithi073.zlngfn (mgr.14182) 1432 : cluster [DBG] pgmap v923: 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 2023-12-06T04:31:41.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: cluster 2023-12-06T04:31:40.526934+0000 mon.smithi073 (mon.0) 1024 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:31:41.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:41 smithi110 bash[28336]: audit 2023-12-06T04:31:40.681750+0000 mon.smithi073 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:31:42.571 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:31:42.572 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:36.336081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\nDeploy daemon haproxy.nfs.foo.smithi110.mudchu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.267203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pjihxv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\nDeploy daemon haproxy.nfs.foo.smithi073.pjihxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.269992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkuwnw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:43.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:43 smithi073 bash[24935]: cluster 2023-12-06T04:31:42.273812+0000 mgr.smithi073.zlngfn (mgr.14182) 1433 : cluster [DBG] pgmap v924: 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 2023-12-06T04:31:43.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:43 smithi073 bash[24935]: audit 2023-12-06T04:31:42.561364+0000 mgr.smithi073.zlngfn (mgr.14182) 1434 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:43.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:43 smithi110 bash[28336]: cluster 2023-12-06T04:31:42.273812+0000 mgr.smithi073.zlngfn (mgr.14182) 1433 : cluster [DBG] pgmap v924: 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 2023-12-06T04:31:43.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:43 smithi110 bash[28336]: audit 2023-12-06T04:31:42.561364+0000 mgr.smithi073.zlngfn (mgr.14182) 1434 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:44.320 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:45.807 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:45 smithi073 bash[24935]: cluster 2023-12-06T04:31:44.275221+0000 mgr.smithi073.zlngfn (mgr.14182) 1435 : cluster [DBG] pgmap v925: 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 2023-12-06T04:31:45.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:45 smithi110 bash[28336]: cluster 2023-12-06T04:31:44.275221+0000 mgr.smithi073.zlngfn (mgr.14182) 1435 : cluster [DBG] pgmap v925: 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 2023-12-06T04:31:47.592 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:31:47.593 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:36.336081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\nDeploy daemon haproxy.nfs.foo.smithi110.mudchu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.267203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pjihxv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\nDeploy daemon haproxy.nfs.foo.smithi073.pjihxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.269992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkuwnw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:47.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:47 smithi073 bash[24935]: cluster 2023-12-06T04:31:46.275937+0000 mgr.smithi073.zlngfn (mgr.14182) 1436 : cluster [DBG] pgmap v926: 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 2023-12-06T04:31:47.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:47 smithi110 bash[28336]: cluster 2023-12-06T04:31:46.275937+0000 mgr.smithi073.zlngfn (mgr.14182) 1436 : cluster [DBG] pgmap v926: 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 2023-12-06T04:31:48.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:48.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:48 smithi073 bash[24935]: audit 2023-12-06T04:31:47.582283+0000 mgr.smithi073.zlngfn (mgr.14182) 1437 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:48.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:48 smithi110 bash[28336]: audit 2023-12-06T04:31:47.582283+0000 mgr.smithi073.zlngfn (mgr.14182) 1437 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:49.481 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:49.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:49 smithi073 bash[24935]: cluster 2023-12-06T04:31:48.276733+0000 mgr.smithi073.zlngfn (mgr.14182) 1438 : cluster [DBG] pgmap v927: 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 2023-12-06T04:31:49.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:49 smithi110 bash[28336]: cluster 2023-12-06T04:31:48.276733+0000 mgr.smithi073.zlngfn (mgr.14182) 1438 : cluster [DBG] pgmap v927: 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 2023-12-06T04:31:51.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:51 smithi110 bash[28336]: cluster 2023-12-06T04:31:50.277625+0000 mgr.smithi073.zlngfn (mgr.14182) 1439 : cluster [DBG] pgmap v928: 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 2023-12-06T04:31:52.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:51 smithi073 bash[24935]: cluster 2023-12-06T04:31:50.277625+0000 mgr.smithi073.zlngfn (mgr.14182) 1439 : cluster [DBG] pgmap v928: 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 2023-12-06T04:31:52.607 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:31:52.607 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:36.336081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\nDeploy daemon haproxy.nfs.foo.smithi110.mudchu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.267203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pjihxv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\nDeploy daemon haproxy.nfs.foo.smithi073.pjihxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.269992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkuwnw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:53.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:53.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:53 smithi073 bash[24935]: cluster 2023-12-06T04:31:52.278563+0000 mgr.smithi073.zlngfn (mgr.14182) 1440 : 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 2023-12-06T04:31:53.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:53 smithi073 bash[24935]: audit 2023-12-06T04:31:52.597659+0000 mgr.smithi073.zlngfn (mgr.14182) 1441 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:53.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:53 smithi110 bash[28336]: cluster 2023-12-06T04:31:52.278563+0000 mgr.smithi073.zlngfn (mgr.14182) 1440 : 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 2023-12-06T04:31:53.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:53 smithi110 bash[28336]: audit 2023-12-06T04:31:52.597659+0000 mgr.smithi073.zlngfn (mgr.14182) 1441 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:54.348 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:55.764 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:55 smithi073 bash[24935]: cluster 2023-12-06T04:31:54.279936+0000 mgr.smithi073.zlngfn (mgr.14182) 1442 : 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 2023-12-06T04:31:55.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:55 smithi110 bash[28336]: cluster 2023-12-06T04:31:54.279936+0000 mgr.smithi073.zlngfn (mgr.14182) 1442 : 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 2023-12-06T04:31:57.576 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:31:57.576 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:36.336081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\nDeploy daemon haproxy.nfs.foo.smithi110.mudchu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.267203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pjihxv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\nDeploy daemon haproxy.nfs.foo.smithi073.pjihxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.269992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkuwnw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:57.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:57 smithi073 bash[24935]: cluster 2023-12-06T04:31:56.281094+0000 mgr.smithi073.zlngfn (mgr.14182) 1443 : 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 2023-12-06T04:31:57.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:57 smithi110 bash[28336]: cluster 2023-12-06T04:31:56.281094+0000 mgr.smithi073.zlngfn (mgr.14182) 1443 : 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 2023-12-06T04:31:58.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:58.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:58 smithi073 bash[24935]: audit 2023-12-06T04:31:57.566623+0000 mgr.smithi073.zlngfn (mgr.14182) 1444 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:58.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:58 smithi110 bash[28336]: audit 2023-12-06T04:31:57.566623+0000 mgr.smithi073.zlngfn (mgr.14182) 1444 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:59.435 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:59.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:31:59 smithi073 bash[24935]: cluster 2023-12-06T04:31:58.282251+0000 mgr.smithi073.zlngfn (mgr.14182) 1445 : 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 2023-12-06T04:31:59.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:31:59 smithi110 bash[28336]: cluster 2023-12-06T04:31:58.282251+0000 mgr.smithi073.zlngfn (mgr.14182) 1445 : 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 2023-12-06T04:32:01.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:01 smithi073 bash[24935]: cluster 2023-12-06T04:32:00.283591+0000 mgr.smithi073.zlngfn (mgr.14182) 1446 : 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 2023-12-06T04:32:01.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:01 smithi110 bash[28336]: cluster 2023-12-06T04:32:00.283591+0000 mgr.smithi073.zlngfn (mgr.14182) 1446 : 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 2023-12-06T04:32:02.657 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:32:02.657 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:36.336081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\nDeploy daemon haproxy.nfs.foo.smithi110.mudchu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.267203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pjihxv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\nDeploy daemon haproxy.nfs.foo.smithi073.pjihxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.269992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkuwnw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:03.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:03.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:03 smithi073 bash[24935]: cluster 2023-12-06T04:32:02.284806+0000 mgr.smithi073.zlngfn (mgr.14182) 1447 : 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 2023-12-06T04:32:03.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:03 smithi110 bash[28336]: cluster 2023-12-06T04:32:02.284806+0000 mgr.smithi073.zlngfn (mgr.14182) 1447 : 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 2023-12-06T04:32:04.426 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:04.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:04 smithi073 bash[24935]: audit 2023-12-06T04:32:02.647661+0000 mgr.smithi073.zlngfn (mgr.14182) 1448 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:04.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:04 smithi110 bash[28336]: audit 2023-12-06T04:32:02.647661+0000 mgr.smithi073.zlngfn (mgr.14182) 1448 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:05.803 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:05 smithi073 bash[24935]: cluster 2023-12-06T04:32:04.286170+0000 mgr.smithi073.zlngfn (mgr.14182) 1449 : 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 2023-12-06T04:32:05.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:05 smithi110 bash[28336]: cluster 2023-12-06T04:32:04.286170+0000 mgr.smithi073.zlngfn (mgr.14182) 1449 : 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 2023-12-06T04:32:07.523 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:32:07.524 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:36.336081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\nDeploy daemon haproxy.nfs.foo.smithi110.mudchu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.267203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pjihxv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\nDeploy daemon haproxy.nfs.foo.smithi073.pjihxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.269992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkuwnw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:07.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:07 smithi110 bash[28336]: cluster 2023-12-06T04:32:06.287165+0000 mgr.smithi073.zlngfn (mgr.14182) 1450 : 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 2023-12-06T04:32:08.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:07 smithi073 bash[24935]: cluster 2023-12-06T04:32:06.287165+0000 mgr.smithi073.zlngfn (mgr.14182) 1450 : 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 2023-12-06T04:32:08.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:08.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:08 smithi110 bash[28336]: audit 2023-12-06T04:32:07.513081+0000 mgr.smithi073.zlngfn (mgr.14182) 1451 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:09.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:08 smithi073 bash[24935]: audit 2023-12-06T04:32:07.513081+0000 mgr.smithi073.zlngfn (mgr.14182) 1451 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:09.586 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:09.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:09 smithi110 bash[28336]: cluster 2023-12-06T04:32:08.288258+0000 mgr.smithi073.zlngfn (mgr.14182) 1452 : 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 2023-12-06T04:32:10.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:09 smithi073 bash[24935]: cluster 2023-12-06T04:32:08.288258+0000 mgr.smithi073.zlngfn (mgr.14182) 1452 : 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 2023-12-06T04:32:10.955 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:10 smithi073 bash[24935]: cluster 2023-12-06T04:32:10.289654+0000 mgr.smithi073.zlngfn (mgr.14182) 1453 : 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 2023-12-06T04:32:10.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:10 smithi110 bash[28336]: cluster 2023-12-06T04:32:10.289654+0000 mgr.smithi073.zlngfn (mgr.14182) 1453 : 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 2023-12-06T04:32:12.683 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:32:12.683 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:36.336081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\nDeploy daemon haproxy.nfs.foo.smithi110.mudchu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.267203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pjihxv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\nDeploy daemon haproxy.nfs.foo.smithi073.pjihxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.269992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkuwnw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:13.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:13.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:13 smithi110 bash[28336]: cluster 2023-12-06T04:32:12.290657+0000 mgr.smithi073.zlngfn (mgr.14182) 1454 : 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 2023-12-06T04:32:13.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:13 smithi073 bash[24935]: cluster 2023-12-06T04:32:12.290657+0000 mgr.smithi073.zlngfn (mgr.14182) 1454 : 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 2023-12-06T04:32:14.424 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:14.618 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:14 smithi073 bash[24935]: audit 2023-12-06T04:32:12.673065+0000 mgr.smithi073.zlngfn (mgr.14182) 1455 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:14.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:14 smithi110 bash[28336]: audit 2023-12-06T04:32:12.673065+0000 mgr.smithi073.zlngfn (mgr.14182) 1455 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:15.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:15 smithi110 bash[28336]: cluster 2023-12-06T04:32:14.291980+0000 mgr.smithi073.zlngfn (mgr.14182) 1456 : 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 2023-12-06T04:32:15.720 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:15 smithi073 bash[24935]: cluster 2023-12-06T04:32:14.291980+0000 mgr.smithi073.zlngfn (mgr.14182) 1456 : 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 2023-12-06T04:32:17.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:17 smithi073 bash[24935]: cluster 2023-12-06T04:32:16.293054+0000 mgr.smithi073.zlngfn (mgr.14182) 1457 : 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 2023-12-06T04:32:17.639 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:32:17.639 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:36.336081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\nDeploy daemon haproxy.nfs.foo.smithi110.mudchu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.267203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pjihxv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\nDeploy daemon haproxy.nfs.foo.smithi073.pjihxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.269992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkuwnw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:17.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:17 smithi110 bash[28336]: cluster 2023-12-06T04:32:16.293054+0000 mgr.smithi073.zlngfn (mgr.14182) 1457 : 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 2023-12-06T04:32:18.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:18.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:18 smithi110 bash[28336]: audit 2023-12-06T04:32:17.629705+0000 mgr.smithi073.zlngfn (mgr.14182) 1458 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:18.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:18 smithi073 bash[24935]: audit 2023-12-06T04:32:17.629705+0000 mgr.smithi073.zlngfn (mgr.14182) 1458 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:19.405 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:19.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:19 smithi110 bash[28336]: cluster 2023-12-06T04:32:18.294118+0000 mgr.smithi073.zlngfn (mgr.14182) 1459 : 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 2023-12-06T04:32:19.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:19 smithi073 bash[24935]: cluster 2023-12-06T04:32:18.294118+0000 mgr.smithi073.zlngfn (mgr.14182) 1459 : 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 2023-12-06T04:32:21.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:21 smithi110 bash[28336]: cluster 2023-12-06T04:32:20.295056+0000 mgr.smithi073.zlngfn (mgr.14182) 1460 : 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 2023-12-06T04:32:21.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:21 smithi073 bash[24935]: cluster 2023-12-06T04:32:20.295056+0000 mgr.smithi073.zlngfn (mgr.14182) 1460 : 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 2023-12-06T04:32:22.769 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:32:22.770 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:36.336081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\nDeploy daemon haproxy.nfs.foo.smithi110.mudchu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.267203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pjihxv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\nDeploy daemon haproxy.nfs.foo.smithi073.pjihxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.269992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkuwnw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:23.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:23.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:23 smithi110 bash[28336]: cluster 2023-12-06T04:32:22.296072+0000 mgr.smithi073.zlngfn (mgr.14182) 1461 : 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 2023-12-06T04:32:23.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:23 smithi073 bash[24935]: cluster 2023-12-06T04:32:22.296072+0000 mgr.smithi073.zlngfn (mgr.14182) 1461 : 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 2023-12-06T04:32:24.515 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:24.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:24 smithi110 bash[28336]: audit 2023-12-06T04:32:22.763544+0000 mgr.smithi073.zlngfn (mgr.14182) 1462 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:24.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:24 smithi073 bash[24935]: audit 2023-12-06T04:32:22.763544+0000 mgr.smithi073.zlngfn (mgr.14182) 1462 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:25.661 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:25 smithi073 bash[24935]: cluster 2023-12-06T04:32:24.297372+0000 mgr.smithi073.zlngfn (mgr.14182) 1463 : 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 2023-12-06T04:32:25.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:25 smithi110 bash[28336]: cluster 2023-12-06T04:32:24.297372+0000 mgr.smithi073.zlngfn (mgr.14182) 1463 : 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 2023-12-06T04:32:27.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:27 smithi073 bash[24935]: cluster 2023-12-06T04:32:26.298135+0000 mgr.smithi073.zlngfn (mgr.14182) 1464 : 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 2023-12-06T04:32:27.711 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:32:27.711 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:36.336081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\nDeploy daemon haproxy.nfs.foo.smithi110.mudchu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.267203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pjihxv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\nDeploy daemon haproxy.nfs.foo.smithi073.pjihxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.269992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkuwnw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:27.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:27 smithi110 bash[28336]: cluster 2023-12-06T04:32:26.298135+0000 mgr.smithi073.zlngfn (mgr.14182) 1464 : 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 2023-12-06T04:32:28.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:29.506 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:29.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:29 smithi073 bash[24935]: audit 2023-12-06T04:32:27.699314+0000 mgr.smithi073.zlngfn (mgr.14182) 1465 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:29.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:29 smithi073 bash[24935]: cluster 2023-12-06T04:32:28.298887+0000 mgr.smithi073.zlngfn (mgr.14182) 1466 : 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 2023-12-06T04:32:29.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:29 smithi110 bash[28336]: audit 2023-12-06T04:32:27.699314+0000 mgr.smithi073.zlngfn (mgr.14182) 1465 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:29.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:29 smithi110 bash[28336]: cluster 2023-12-06T04:32:28.298887+0000 mgr.smithi073.zlngfn (mgr.14182) 1466 : 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 2023-12-06T04:32:31.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:31 smithi110 bash[28336]: cluster 2023-12-06T04:32:30.299704+0000 mgr.smithi073.zlngfn (mgr.14182) 1467 : 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 2023-12-06T04:32:31.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:31 smithi073 bash[24935]: cluster 2023-12-06T04:32:30.299704+0000 mgr.smithi073.zlngfn (mgr.14182) 1467 : 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 2023-12-06T04:32:32.736 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:32:32.736 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:36.336081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\nDeploy daemon haproxy.nfs.foo.smithi110.mudchu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.267203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pjihxv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\nDeploy daemon haproxy.nfs.foo.smithi073.pjihxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.269992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkuwnw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:33.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:33.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:33 smithi110 bash[28336]: cluster 2023-12-06T04:32:32.300837+0000 mgr.smithi073.zlngfn (mgr.14182) 1468 : 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 2023-12-06T04:32:33.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:33 smithi073 bash[24935]: cluster 2023-12-06T04:32:32.300837+0000 mgr.smithi073.zlngfn (mgr.14182) 1468 : 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 2023-12-06T04:32:34.522 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:34.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:34 smithi110 bash[28336]: audit 2023-12-06T04:32:32.726288+0000 mgr.smithi073.zlngfn (mgr.14182) 1469 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:34.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:34 smithi073 bash[24935]: audit 2023-12-06T04:32:32.726288+0000 mgr.smithi073.zlngfn (mgr.14182) 1469 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:35.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:35 smithi110 bash[28336]: cluster 2023-12-06T04:32:34.302371+0000 mgr.smithi073.zlngfn (mgr.14182) 1470 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:32:35.719 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:35 smithi073 bash[24935]: cluster 2023-12-06T04:32:34.302371+0000 mgr.smithi073.zlngfn (mgr.14182) 1470 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:32:37.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:37 smithi110 bash[28336]: cluster 2023-12-06T04:32:36.303629+0000 mgr.smithi073.zlngfn (mgr.14182) 1471 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:32:37.813 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:32:37.814 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:36.336081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\nDeploy daemon haproxy.nfs.foo.smithi110.mudchu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.267203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pjihxv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\nDeploy daemon haproxy.nfs.foo.smithi073.pjihxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.269992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkuwnw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:37.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:37 smithi073 bash[24935]: cluster 2023-12-06T04:32:36.303629+0000 mgr.smithi073.zlngfn (mgr.14182) 1471 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:32:38.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:39.600 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:39.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:39 smithi110 bash[28336]: audit 2023-12-06T04:32:37.808080+0000 mgr.smithi073.zlngfn (mgr.14182) 1472 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:39.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:39 smithi110 bash[28336]: cluster 2023-12-06T04:32:38.304776+0000 mgr.smithi073.zlngfn (mgr.14182) 1473 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:32:39.795 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:39 smithi073 bash[24935]: audit 2023-12-06T04:32:37.808080+0000 mgr.smithi073.zlngfn (mgr.14182) 1472 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:39.795 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:39 smithi073 bash[24935]: cluster 2023-12-06T04:32:38.304776+0000 mgr.smithi073.zlngfn (mgr.14182) 1473 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:32:40.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:40 smithi110 bash[28336]: audit 2023-12-06T04:32:40.276051+0000 mon.smithi073 (mon.0) 1026 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:32:40.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:40 smithi073 bash[24935]: audit 2023-12-06T04:32:40.276051+0000 mon.smithi073 (mon.0) 1026 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:32:41.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:41 smithi110 bash[28336]: cluster 2023-12-06T04:32:40.306090+0000 mgr.smithi073.zlngfn (mgr.14182) 1474 : cluster [DBG] pgmap v953: 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 2023-12-06T04:32:41.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:41 smithi110 bash[28336]: audit 2023-12-06T04:32:40.535351+0000 mon.smithi073 (mon.0) 1027 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:32:41.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:41 smithi110 bash[28336]: audit 2023-12-06T04:32:40.832501+0000 mon.smithi073 (mon.0) 1028 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:32:41.790 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:41 smithi110 bash[28336]: audit 2023-12-06T04:32:40.833700+0000 mon.smithi073 (mon.0) 1029 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:32:41.790 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:41 smithi110 bash[28336]: audit 2023-12-06T04:32:40.841241+0000 mon.smithi073 (mon.0) 1030 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:32:41.790 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:41 smithi110 bash[28336]: audit 2023-12-06T04:32:40.848390+0000 mon.smithi073 (mon.0) 1031 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:32:41.790 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:41 smithi110 bash[28336]: audit 2023-12-06T04:32:40.861493+0000 mon.smithi073 (mon.0) 1032 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:32:41.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:41 smithi073 bash[24935]: cluster 2023-12-06T04:32:40.306090+0000 mgr.smithi073.zlngfn (mgr.14182) 1474 : cluster [DBG] pgmap v953: 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 2023-12-06T04:32:41.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:41 smithi073 bash[24935]: audit 2023-12-06T04:32:40.535351+0000 mon.smithi073 (mon.0) 1027 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:32:41.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:41 smithi073 bash[24935]: audit 2023-12-06T04:32:40.832501+0000 mon.smithi073 (mon.0) 1028 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:32:41.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:41 smithi073 bash[24935]: audit 2023-12-06T04:32:40.833700+0000 mon.smithi073 (mon.0) 1029 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:32:41.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:41 smithi073 bash[24935]: audit 2023-12-06T04:32:40.841241+0000 mon.smithi073 (mon.0) 1030 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:32:41.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:41 smithi073 bash[24935]: audit 2023-12-06T04:32:40.848390+0000 mon.smithi073 (mon.0) 1031 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:32:41.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:41 smithi073 bash[24935]: audit 2023-12-06T04:32:40.861493+0000 mon.smithi073 (mon.0) 1032 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:32:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:42 smithi073 bash[24935]: cluster 2023-12-06T04:32:40.841935+0000 mgr.smithi073.zlngfn (mgr.14182) 1475 : cluster [DBG] pgmap v954: 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 2023-12-06T04:32:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:42 smithi073 bash[24935]: cephadm 2023-12-06T04:32:40.865164+0000 mgr.smithi073.zlngfn (mgr.14182) 1476 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.ddcuoe on smithi110 2023-12-06T04:32:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:42 smithi073 bash[24935]: cluster 2023-12-06T04:32:41.838362+0000 mon.smithi073 (mon.0) 1033 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:32:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:42 smithi073 bash[24935]: cluster 2023-12-06T04:32:41.838419+0000 mon.smithi073 (mon.0) 1034 : cluster [INF] Cluster is now healthy 2023-12-06T04:32:42.887 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:32:42.887 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:30:32.161253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.cinlbu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:36.336081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\nDeploy daemon haproxy.nfs.foo.smithi110.mudchu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.267203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pjihxv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\nDeploy daemon haproxy.nfs.foo.smithi073.pjihxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.269992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkuwnw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:42.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:42 smithi110 bash[28336]: cluster 2023-12-06T04:32:40.841935+0000 mgr.smithi073.zlngfn (mgr.14182) 1475 : cluster [DBG] pgmap v954: 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 2023-12-06T04:32:42.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:42 smithi110 bash[28336]: cephadm 2023-12-06T04:32:40.865164+0000 mgr.smithi073.zlngfn (mgr.14182) 1476 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.ddcuoe on smithi110 2023-12-06T04:32:42.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:42 smithi110 bash[28336]: cluster 2023-12-06T04:32:41.838362+0000 mon.smithi073 (mon.0) 1033 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:32:42.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:42 smithi110 bash[28336]: cluster 2023-12-06T04:32:41.838419+0000 mon.smithi073 (mon.0) 1034 : cluster [INF] Cluster is now healthy 2023-12-06T04:32:43.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:44.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:44 smithi073 bash[24935]: cluster 2023-12-06T04:32:42.842670+0000 mgr.smithi073.zlngfn (mgr.14182) 1477 : cluster [DBG] pgmap v955: 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 2023-12-06T04:32:44.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:44 smithi073 bash[24935]: audit 2023-12-06T04:32:42.875085+0000 mgr.smithi073.zlngfn (mgr.14182) 1478 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:44.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:44 smithi073 bash[24935]: audit 2023-12-06T04:32:43.256565+0000 mon.smithi073 (mon.0) 1035 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:32:44.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:44 smithi110 bash[28336]: cluster 2023-12-06T04:32:42.842670+0000 mgr.smithi073.zlngfn (mgr.14182) 1477 : cluster [DBG] pgmap v955: 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 2023-12-06T04:32:44.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:44 smithi110 bash[28336]: audit 2023-12-06T04:32:42.875085+0000 mgr.smithi073.zlngfn (mgr.14182) 1478 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:44.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:44 smithi110 bash[28336]: audit 2023-12-06T04:32:43.256565+0000 mon.smithi073 (mon.0) 1035 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:32:44.723 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:45.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:45 smithi073 bash[24935]: audit 2023-12-06T04:32:45.027039+0000 mon.smithi073 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.ddcuoe"}]: dispatch 2023-12-06T04:32:45.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:45 smithi110 bash[28336]: audit 2023-12-06T04:32:45.027039+0000 mon.smithi073 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.ddcuoe"}]: dispatch 2023-12-06T04:32:46.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: cluster 2023-12-06T04:32:44.843782+0000 mgr.smithi073.zlngfn (mgr.14182) 1479 : cluster [DBG] pgmap v956: 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 2023-12-06T04:32:46.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: cephadm 2023-12-06T04:32:45.026044+0000 mgr.smithi073.zlngfn (mgr.14182) 1480 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe 2023-12-06T04:32:46.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:32:46.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe 2023-12-06T04:32:46.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe 2023-12-06T04:32:46.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:32:46.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe 2023-12-06T04:32:46.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.ddcuoe ... 2023-12-06T04:32:46.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:32:46.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:32:46.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:32:46.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:32:46.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:32:46.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:32:46.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:32:46.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:32:46.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe 2023-12-06T04:32:46.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:32:46.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe 2023-12-06T04:32:46.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe 2023-12-06T04:32:46.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:32:46.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe 2023-12-06T04:32:46.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.ddcuoe ... 2023-12-06T04:32:46.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:32:46.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:32:46.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:32:46.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: cephadm 2023-12-06T04:32:45.026527+0000 mgr.smithi073.zlngfn (mgr.14182) 1481 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.ddcuoe 2023-12-06T04:32:46.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: cephadm 2023-12-06T04:32:45.028145+0000 mgr.smithi073.zlngfn (mgr.14182) 1482 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe 2023-12-06T04:32:46.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:32:46.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe 2023-12-06T04:32:46.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe 2023-12-06T04:32:46.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:32:46.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe 2023-12-06T04:32:46.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.ddcuoe ... 2023-12-06T04:32:46.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:32:46.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:32:46.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:32:46.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:46 smithi073 bash[24935]: cephadm 2023-12-06T04:32:45.030280+0000 mgr.smithi073.zlngfn (mgr.14182) 1483 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.vdzhqv on smithi073 2023-12-06T04:32:46.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: cluster 2023-12-06T04:32:44.843782+0000 mgr.smithi073.zlngfn (mgr.14182) 1479 : cluster [DBG] pgmap v956: 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 2023-12-06T04:32:46.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: cephadm 2023-12-06T04:32:45.026044+0000 mgr.smithi073.zlngfn (mgr.14182) 1480 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe 2023-12-06T04:32:46.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:32:46.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe 2023-12-06T04:32:46.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe 2023-12-06T04:32:46.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:32:46.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe 2023-12-06T04:32:46.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.ddcuoe ... 2023-12-06T04:32:46.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:32:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:32:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:32:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:32:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:32:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:32:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:32:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:32:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe 2023-12-06T04:32:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:32:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe 2023-12-06T04:32:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe 2023-12-06T04:32:46.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:32:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe 2023-12-06T04:32:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.ddcuoe ... 2023-12-06T04:32:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:32:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:32:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:32:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: cephadm 2023-12-06T04:32:45.026527+0000 mgr.smithi073.zlngfn (mgr.14182) 1481 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.ddcuoe 2023-12-06T04:32:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: cephadm 2023-12-06T04:32:45.028145+0000 mgr.smithi073.zlngfn (mgr.14182) 1482 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe 2023-12-06T04:32:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:32:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe 2023-12-06T04:32:46.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe 2023-12-06T04:32:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:32:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe 2023-12-06T04:32:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.ddcuoe ... 2023-12-06T04:32:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:32:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:32:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:32:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:46 smithi110 bash[28336]: cephadm 2023-12-06T04:32:45.030280+0000 mgr.smithi073.zlngfn (mgr.14182) 1483 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.vdzhqv on smithi073 2023-12-06T04:32:48.080 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:32:48.081 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:31:36.336081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.mudchu on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-mudchu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.mudchu\nDeploy daemon haproxy.nfs.foo.smithi110.mudchu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.267203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pjihxv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-pjihxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.pjihxv\nDeploy daemon haproxy.nfs.foo.smithi073.pjihxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:31:40.269992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nkuwnw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:45.027993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\nDeploy daemon haproxy.nfs.foo.smithi110.ddcuoe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:48.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:48 smithi073 bash[24935]: cluster 2023-12-06T04:32:46.844280+0000 mgr.smithi073.zlngfn (mgr.14182) 1484 : cluster [DBG] pgmap v957: 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 2023-12-06T04:32:48.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:48 smithi110 bash[28336]: cluster 2023-12-06T04:32:46.844280+0000 mgr.smithi073.zlngfn (mgr.14182) 1484 : cluster [DBG] pgmap v957: 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 2023-12-06T04:32:48.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:49.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:49 smithi073 bash[24935]: audit 2023-12-06T04:32:48.070851+0000 mgr.smithi073.zlngfn (mgr.14182) 1485 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:49.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:49 smithi073 bash[24935]: audit 2023-12-06T04:32:49.287446+0000 mon.smithi073 (mon.0) 1037 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.vdzhqv"}]: dispatch 2023-12-06T04:32:49.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:49 smithi110 bash[28336]: audit 2023-12-06T04:32:48.070851+0000 mgr.smithi073.zlngfn (mgr.14182) 1485 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:49.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:49 smithi110 bash[28336]: audit 2023-12-06T04:32:49.287446+0000 mon.smithi073 (mon.0) 1037 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.vdzhqv"}]: dispatch 2023-12-06T04:32:49.947 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:50.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: cluster 2023-12-06T04:32:48.845461+0000 mgr.smithi073.zlngfn (mgr.14182) 1486 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2023-12-06T04:32:50.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: cephadm 2023-12-06T04:32:49.286130+0000 mgr.smithi073.zlngfn (mgr.14182) 1487 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv 2023-12-06T04:32:50.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:32:50.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv 2023-12-06T04:32:50.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv 2023-12-06T04:32:50.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:32:50.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv 2023-12-06T04:32:50.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.vdzhqv ... 2023-12-06T04:32:50.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:50.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:32:50.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:32:50.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:32:50.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:50.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:32:50.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:32:50.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:32:50.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:32:50.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:32:50.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv 2023-12-06T04:32:50.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:32:50.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv 2023-12-06T04:32:50.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv 2023-12-06T04:32:50.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:32:50.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv 2023-12-06T04:32:50.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.vdzhqv ... 2023-12-06T04:32:50.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:50.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:32:50.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:32:50.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:32:50.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:50.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: cephadm 2023-12-06T04:32:49.286677+0000 mgr.smithi073.zlngfn (mgr.14182) 1488 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.vdzhqv 2023-12-06T04:32:50.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: cephadm 2023-12-06T04:32:49.289052+0000 mgr.smithi073.zlngfn (mgr.14182) 1489 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv 2023-12-06T04:32:50.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:32:50.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv 2023-12-06T04:32:50.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv 2023-12-06T04:32:50.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:32:50.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv 2023-12-06T04:32:50.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.vdzhqv ... 2023-12-06T04:32:50.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:50.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:32:50.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:32:50.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:32:50.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:50.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: cephadm 2023-12-06T04:32:49.293394+0000 mgr.smithi073.zlngfn (mgr.14182) 1490 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:32:50.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: cephadm 2023-12-06T04:32:49.295241+0000 mgr.smithi073.zlngfn (mgr.14182) 1491 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:32:50.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: cluster 2023-12-06T04:32:49.296268+0000 mgr.smithi073.zlngfn (mgr.14182) 1492 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 0 op/s 2023-12-06T04:32:50.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:50 smithi073 bash[24935]: cluster 2023-12-06T04:32:49.351747+0000 mon.smithi073 (mon.0) 1038 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:32:50.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: cluster 2023-12-06T04:32:48.845461+0000 mgr.smithi073.zlngfn (mgr.14182) 1486 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2023-12-06T04:32:50.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: cephadm 2023-12-06T04:32:49.286130+0000 mgr.smithi073.zlngfn (mgr.14182) 1487 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv 2023-12-06T04:32:50.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:32:50.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv 2023-12-06T04:32:50.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv 2023-12-06T04:32:50.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:32:50.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv 2023-12-06T04:32:50.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.vdzhqv ... 2023-12-06T04:32:50.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:50.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:32:50.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:32:50.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:32:50.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:50.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:32:50.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:32:50.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:32:50.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:32:50.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:32:50.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv 2023-12-06T04:32:50.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:32:50.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv 2023-12-06T04:32:50.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv 2023-12-06T04:32:50.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:32:50.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv 2023-12-06T04:32:50.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.vdzhqv ... 2023-12-06T04:32:50.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:50.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:32:50.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:32:50.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:32:50.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:50.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: cephadm 2023-12-06T04:32:49.286677+0000 mgr.smithi073.zlngfn (mgr.14182) 1488 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.vdzhqv 2023-12-06T04:32:50.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: cephadm 2023-12-06T04:32:49.289052+0000 mgr.smithi073.zlngfn (mgr.14182) 1489 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv 2023-12-06T04:32:50.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:32:50.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv 2023-12-06T04:32:50.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv 2023-12-06T04:32:50.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:32:50.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv 2023-12-06T04:32:50.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.vdzhqv ... 2023-12-06T04:32:50.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:50.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:32:50.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:32:50.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:32:50.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:50.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: cephadm 2023-12-06T04:32:49.293394+0000 mgr.smithi073.zlngfn (mgr.14182) 1490 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:32:50.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: cephadm 2023-12-06T04:32:49.295241+0000 mgr.smithi073.zlngfn (mgr.14182) 1491 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:32:50.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: cluster 2023-12-06T04:32:49.296268+0000 mgr.smithi073.zlngfn (mgr.14182) 1492 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 0 op/s 2023-12-06T04:32:50.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:50 smithi110 bash[28336]: cluster 2023-12-06T04:32:49.351747+0000 mon.smithi073 (mon.0) 1038 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:32:51.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:51 smithi073 bash[24935]: audit 2023-12-06T04:32:50.730385+0000 mon.smithi073 (mon.0) 1039 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:32:51.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:51 smithi073 bash[24935]: cluster 2023-12-06T04:32:51.297129+0000 mgr.smithi073.zlngfn (mgr.14182) 1493 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:32:52.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:51 smithi110 bash[28336]: audit 2023-12-06T04:32:50.730385+0000 mon.smithi073 (mon.0) 1039 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:32:52.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:51 smithi110 bash[28336]: cluster 2023-12-06T04:32:51.297129+0000 mgr.smithi073.zlngfn (mgr.14182) 1493 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:32:53.374 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:32:53.374 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:45.027993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\nDeploy daemon haproxy.nfs.foo.smithi110.ddcuoe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.288796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\nDeploy daemon haproxy.nfs.foo.smithi073.vdzhqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.293141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:54.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:54.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:54 smithi073 bash[24935]: cluster 2023-12-06T04:32:53.298089+0000 mgr.smithi073.zlngfn (mgr.14182) 1494 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:32:54.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:54 smithi073 bash[24935]: audit 2023-12-06T04:32:53.362079+0000 mgr.smithi073.zlngfn (mgr.14182) 1495 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:54.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:54 smithi110 bash[28336]: cluster 2023-12-06T04:32:53.298089+0000 mgr.smithi073.zlngfn (mgr.14182) 1494 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:32:54.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:54 smithi110 bash[28336]: audit 2023-12-06T04:32:53.362079+0000 mgr.smithi073.zlngfn (mgr.14182) 1495 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:55.150 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:56.424 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:56 smithi073 bash[24935]: cluster 2023-12-06T04:32:55.298804+0000 mgr.smithi073.zlngfn (mgr.14182) 1496 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:32:56.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:56 smithi110 bash[28336]: cluster 2023-12-06T04:32:55.298804+0000 mgr.smithi073.zlngfn (mgr.14182) 1496 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:32:58.322 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:32:58.322 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:45.027993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\nDeploy daemon haproxy.nfs.foo.smithi110.ddcuoe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.288796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\nDeploy daemon haproxy.nfs.foo.smithi073.vdzhqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.293141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:58.603 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:58 smithi073 bash[24935]: cluster 2023-12-06T04:32:57.299398+0000 mgr.smithi073.zlngfn (mgr.14182) 1497 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:32:58.603 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:58 smithi073 bash[24935]: audit 2023-12-06T04:32:58.258107+0000 mon.smithi073 (mon.0) 1040 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:32:58.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:58 smithi110 bash[28336]: cluster 2023-12-06T04:32:57.299398+0000 mgr.smithi073.zlngfn (mgr.14182) 1497 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:32:58.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:58 smithi110 bash[28336]: audit 2023-12-06T04:32:58.258107+0000 mon.smithi073 (mon.0) 1040 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:32:59.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:59.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:32:59 smithi110 bash[28336]: audit 2023-12-06T04:32:58.313977+0000 mgr.smithi073.zlngfn (mgr.14182) 1498 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:59.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:32:59 smithi073 bash[24935]: audit 2023-12-06T04:32:58.313977+0000 mgr.smithi073.zlngfn (mgr.14182) 1498 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:00.121 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:00.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:00 smithi110 bash[28336]: cluster 2023-12-06T04:32:59.300939+0000 mgr.smithi073.zlngfn (mgr.14182) 1499 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:33:00.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:00 smithi073 bash[24935]: cluster 2023-12-06T04:32:59.300939+0000 mgr.smithi073.zlngfn (mgr.14182) 1499 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:33:02.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:02 smithi110 bash[28336]: cluster 2023-12-06T04:33:01.301642+0000 mgr.smithi073.zlngfn (mgr.14182) 1500 : 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 2023-12-06T04:33:02.807 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:02 smithi073 bash[24935]: cluster 2023-12-06T04:33:01.301642+0000 mgr.smithi073.zlngfn (mgr.14182) 1500 : 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 2023-12-06T04:33:03.263 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:33:03.263 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:45.027993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\nDeploy daemon haproxy.nfs.foo.smithi110.ddcuoe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.288796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\nDeploy daemon haproxy.nfs.foo.smithi073.vdzhqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.293141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:04.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:04.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:04 smithi110 bash[28336]: audit 2023-12-06T04:33:03.255045+0000 mgr.smithi073.zlngfn (mgr.14182) 1501 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:04.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:04 smithi110 bash[28336]: cluster 2023-12-06T04:33:03.302485+0000 mgr.smithi073.zlngfn (mgr.14182) 1502 : 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 2023-12-06T04:33:04.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:04 smithi073 bash[24935]: audit 2023-12-06T04:33:03.255045+0000 mgr.smithi073.zlngfn (mgr.14182) 1501 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:04.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:04 smithi073 bash[24935]: cluster 2023-12-06T04:33:03.302485+0000 mgr.smithi073.zlngfn (mgr.14182) 1502 : 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 2023-12-06T04:33:05.004 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:06.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:06 smithi110 bash[28336]: cluster 2023-12-06T04:33:05.303812+0000 mgr.smithi073.zlngfn (mgr.14182) 1503 : 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 2023-12-06T04:33:06.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:06 smithi073 bash[24935]: cluster 2023-12-06T04:33:05.303812+0000 mgr.smithi073.zlngfn (mgr.14182) 1503 : 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 2023-12-06T04:33:08.248 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:33:08.248 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:45.027993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\nDeploy daemon haproxy.nfs.foo.smithi110.ddcuoe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.288796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\nDeploy daemon haproxy.nfs.foo.smithi073.vdzhqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.293141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:08.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:08 smithi073 bash[24935]: cluster 2023-12-06T04:33:07.304467+0000 mgr.smithi073.zlngfn (mgr.14182) 1504 : 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 2023-12-06T04:33:08.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:08 smithi110 bash[28336]: cluster 2023-12-06T04:33:07.304467+0000 mgr.smithi073.zlngfn (mgr.14182) 1504 : 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 2023-12-06T04:33:09.044 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:09.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:09 smithi110 bash[28336]: audit 2023-12-06T04:33:08.238239+0000 mgr.smithi073.zlngfn (mgr.14182) 1505 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:09 smithi073 bash[24935]: audit 2023-12-06T04:33:08.238239+0000 mgr.smithi073.zlngfn (mgr.14182) 1505 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:10.045 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:10.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:10 smithi110 bash[28336]: cluster 2023-12-06T04:33:09.305791+0000 mgr.smithi073.zlngfn (mgr.14182) 1506 : 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 2023-12-06T04:33:10.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:10 smithi073 bash[24935]: cluster 2023-12-06T04:33:09.305791+0000 mgr.smithi073.zlngfn (mgr.14182) 1506 : 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 2023-12-06T04:33:12.689 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:12 smithi073 bash[24935]: cluster 2023-12-06T04:33:11.306830+0000 mgr.smithi073.zlngfn (mgr.14182) 1507 : 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 2023-12-06T04:33:12.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:12 smithi110 bash[28336]: cluster 2023-12-06T04:33:11.306830+0000 mgr.smithi073.zlngfn (mgr.14182) 1507 : 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 2023-12-06T04:33:13.114 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:33:13.114 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:45.027993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\nDeploy daemon haproxy.nfs.foo.smithi110.ddcuoe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.288796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\nDeploy daemon haproxy.nfs.foo.smithi073.vdzhqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.293141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:13.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:14.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:14 smithi110 bash[28336]: audit 2023-12-06T04:33:13.102387+0000 mgr.smithi073.zlngfn (mgr.14182) 1508 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:14.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:14 smithi110 bash[28336]: cluster 2023-12-06T04:33:13.307704+0000 mgr.smithi073.zlngfn (mgr.14182) 1509 : 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 2023-12-06T04:33:14.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:14 smithi073 bash[24935]: audit 2023-12-06T04:33:13.102387+0000 mgr.smithi073.zlngfn (mgr.14182) 1508 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:14.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:14 smithi073 bash[24935]: cluster 2023-12-06T04:33:13.307704+0000 mgr.smithi073.zlngfn (mgr.14182) 1509 : 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 2023-12-06T04:33:14.900 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:16.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:16 smithi110 bash[28336]: cluster 2023-12-06T04:33:15.308688+0000 mgr.smithi073.zlngfn (mgr.14182) 1510 : 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 2023-12-06T04:33:16.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:16 smithi073 bash[24935]: cluster 2023-12-06T04:33:15.308688+0000 mgr.smithi073.zlngfn (mgr.14182) 1510 : 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 2023-12-06T04:33:18.127 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:33:18.127 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:45.027993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\nDeploy daemon haproxy.nfs.foo.smithi110.ddcuoe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.288796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\nDeploy daemon haproxy.nfs.foo.smithi073.vdzhqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.293141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:18.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:18 smithi110 bash[28336]: cluster 2023-12-06T04:33:17.309688+0000 mgr.smithi073.zlngfn (mgr.14182) 1511 : 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 2023-12-06T04:33:18.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:18 smithi073 bash[24935]: cluster 2023-12-06T04:33:17.309688+0000 mgr.smithi073.zlngfn (mgr.14182) 1511 : 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 2023-12-06T04:33:18.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:19.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:19 smithi110 bash[28336]: audit 2023-12-06T04:33:18.117178+0000 mgr.smithi073.zlngfn (mgr.14182) 1512 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:19.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:19 smithi073 bash[24935]: audit 2023-12-06T04:33:18.117178+0000 mgr.smithi073.zlngfn (mgr.14182) 1512 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:19.875 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:20.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:20 smithi110 bash[28336]: cluster 2023-12-06T04:33:19.311097+0000 mgr.smithi073.zlngfn (mgr.14182) 1513 : 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 2023-12-06T04:33:20.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:20 smithi073 bash[24935]: cluster 2023-12-06T04:33:19.311097+0000 mgr.smithi073.zlngfn (mgr.14182) 1513 : 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 2023-12-06T04:33:22.737 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:22 smithi073 bash[24935]: cluster 2023-12-06T04:33:21.311890+0000 mgr.smithi073.zlngfn (mgr.14182) 1514 : 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 2023-12-06T04:33:22.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:22 smithi110 bash[28336]: cluster 2023-12-06T04:33:21.311890+0000 mgr.smithi073.zlngfn (mgr.14182) 1514 : 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 2023-12-06T04:33:23.119 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:33:23.119 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:45.027993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\nDeploy daemon haproxy.nfs.foo.smithi110.ddcuoe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.288796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\nDeploy daemon haproxy.nfs.foo.smithi073.vdzhqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.293141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:23.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:24.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:24 smithi073 bash[24935]: audit 2023-12-06T04:33:23.107935+0000 mgr.smithi073.zlngfn (mgr.14182) 1515 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:24.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:24 smithi073 bash[24935]: cluster 2023-12-06T04:33:23.312588+0000 mgr.smithi073.zlngfn (mgr.14182) 1516 : 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 2023-12-06T04:33:24.924 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:24.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:24 smithi110 bash[28336]: audit 2023-12-06T04:33:23.107935+0000 mgr.smithi073.zlngfn (mgr.14182) 1515 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:24.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:24 smithi110 bash[28336]: cluster 2023-12-06T04:33:23.312588+0000 mgr.smithi073.zlngfn (mgr.14182) 1516 : 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 2023-12-06T04:33:26.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:26 smithi073 bash[24935]: cluster 2023-12-06T04:33:25.313539+0000 mgr.smithi073.zlngfn (mgr.14182) 1517 : 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 2023-12-06T04:33:26.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:26 smithi110 bash[28336]: cluster 2023-12-06T04:33:25.313539+0000 mgr.smithi073.zlngfn (mgr.14182) 1517 : 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 2023-12-06T04:33:28.134 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:33:28.135 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:45.027993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\nDeploy daemon haproxy.nfs.foo.smithi110.ddcuoe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.288796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\nDeploy daemon haproxy.nfs.foo.smithi073.vdzhqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.293141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:28.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:28 smithi073 bash[24935]: cluster 2023-12-06T04:33:27.314431+0000 mgr.smithi073.zlngfn (mgr.14182) 1518 : 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 2023-12-06T04:33:28.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:28.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:28 smithi110 bash[28336]: cluster 2023-12-06T04:33:27.314431+0000 mgr.smithi073.zlngfn (mgr.14182) 1518 : 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 2023-12-06T04:33:29.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:29 smithi073 bash[24935]: audit 2023-12-06T04:33:28.123096+0000 mgr.smithi073.zlngfn (mgr.14182) 1519 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:29.930 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:29.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:29 smithi110 bash[28336]: audit 2023-12-06T04:33:28.123096+0000 mgr.smithi073.zlngfn (mgr.14182) 1519 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:30.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:30 smithi073 bash[24935]: cluster 2023-12-06T04:33:29.315636+0000 mgr.smithi073.zlngfn (mgr.14182) 1520 : 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 2023-12-06T04:33:30.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:30 smithi110 bash[28336]: cluster 2023-12-06T04:33:29.315636+0000 mgr.smithi073.zlngfn (mgr.14182) 1520 : 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 2023-12-06T04:33:32.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:32 smithi073 bash[24935]: cluster 2023-12-06T04:33:31.316375+0000 mgr.smithi073.zlngfn (mgr.14182) 1521 : 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 2023-12-06T04:33:32.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:32 smithi110 bash[28336]: cluster 2023-12-06T04:33:31.316375+0000 mgr.smithi073.zlngfn (mgr.14182) 1521 : 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 2023-12-06T04:33:33.057 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:33:33.058 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:45.027993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\nDeploy daemon haproxy.nfs.foo.smithi110.ddcuoe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.288796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\nDeploy daemon haproxy.nfs.foo.smithi073.vdzhqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.293141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:33.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:34.795 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:34.808 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:34 smithi073 bash[24935]: audit 2023-12-06T04:33:33.049095+0000 mgr.smithi073.zlngfn (mgr.14182) 1522 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:34.808 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:34 smithi073 bash[24935]: cluster 2023-12-06T04:33:33.317010+0000 mgr.smithi073.zlngfn (mgr.14182) 1523 : 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 2023-12-06T04:33:34.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:34 smithi110 bash[28336]: audit 2023-12-06T04:33:33.049095+0000 mgr.smithi073.zlngfn (mgr.14182) 1522 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:34.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:34 smithi110 bash[28336]: cluster 2023-12-06T04:33:33.317010+0000 mgr.smithi073.zlngfn (mgr.14182) 1523 : 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 2023-12-06T04:33:36.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:36 smithi073 bash[24935]: cluster 2023-12-06T04:33:35.318385+0000 mgr.smithi073.zlngfn (mgr.14182) 1524 : 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 2023-12-06T04:33:36.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:36 smithi110 bash[28336]: cluster 2023-12-06T04:33:35.318385+0000 mgr.smithi073.zlngfn (mgr.14182) 1524 : 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 2023-12-06T04:33:38.274 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:33:38.274 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:45.027993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\nDeploy daemon haproxy.nfs.foo.smithi110.ddcuoe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.288796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\nDeploy daemon haproxy.nfs.foo.smithi073.vdzhqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.293141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:38.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:38 smithi073 bash[24935]: cluster 2023-12-06T04:33:37.319444+0000 mgr.smithi073.zlngfn (mgr.14182) 1525 : 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 2023-12-06T04:33:38.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:38 smithi110 bash[28336]: cluster 2023-12-06T04:33:37.319444+0000 mgr.smithi073.zlngfn (mgr.14182) 1525 : 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 2023-12-06T04:33:39.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:39.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:39 smithi073 bash[24935]: audit 2023-12-06T04:33:38.261902+0000 mgr.smithi073.zlngfn (mgr.14182) 1526 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:39.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:39 smithi110 bash[28336]: audit 2023-12-06T04:33:38.261902+0000 mgr.smithi073.zlngfn (mgr.14182) 1526 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:40.059 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:40.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:40 smithi073 bash[24935]: cluster 2023-12-06T04:33:39.320633+0000 mgr.smithi073.zlngfn (mgr.14182) 1527 : 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 2023-12-06T04:33:40.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:40 smithi110 bash[28336]: cluster 2023-12-06T04:33:39.320633+0000 mgr.smithi073.zlngfn (mgr.14182) 1527 : 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 2023-12-06T04:33:42.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:42 smithi073 bash[24935]: cluster 2023-12-06T04:33:41.321796+0000 mgr.smithi073.zlngfn (mgr.14182) 1528 : 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 2023-12-06T04:33:42.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:42 smithi110 bash[28336]: cluster 2023-12-06T04:33:41.321796+0000 mgr.smithi073.zlngfn (mgr.14182) 1528 : 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 2023-12-06T04:33:43.122 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:33:43.122 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:45.027993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\nDeploy daemon haproxy.nfs.foo.smithi110.ddcuoe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.288796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\nDeploy daemon haproxy.nfs.foo.smithi073.vdzhqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.293141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:43.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:44.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:44 smithi073 bash[24935]: audit 2023-12-06T04:33:43.110965+0000 mgr.smithi073.zlngfn (mgr.14182) 1529 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:44.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:44 smithi073 bash[24935]: cluster 2023-12-06T04:33:43.322567+0000 mgr.smithi073.zlngfn (mgr.14182) 1530 : 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 2023-12-06T04:33:44.875 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:44.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:44 smithi110 bash[28336]: audit 2023-12-06T04:33:43.110965+0000 mgr.smithi073.zlngfn (mgr.14182) 1529 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:44.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:44 smithi110 bash[28336]: cluster 2023-12-06T04:33:43.322567+0000 mgr.smithi073.zlngfn (mgr.14182) 1530 : 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 2023-12-06T04:33:46.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:46 smithi073 bash[24935]: cluster 2023-12-06T04:33:45.323366+0000 mgr.smithi073.zlngfn (mgr.14182) 1531 : 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 2023-12-06T04:33:46.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:46 smithi110 bash[28336]: cluster 2023-12-06T04:33:45.323366+0000 mgr.smithi073.zlngfn (mgr.14182) 1531 : 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 2023-12-06T04:33:48.172 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:33:48.173 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:45.027993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\nDeploy daemon haproxy.nfs.foo.smithi110.ddcuoe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.288796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\nDeploy daemon haproxy.nfs.foo.smithi073.vdzhqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.293141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:48.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:48 smithi073 bash[24935]: cluster 2023-12-06T04:33:47.324343+0000 mgr.smithi073.zlngfn (mgr.14182) 1532 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:33:48.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:48.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:48 smithi110 bash[28336]: cluster 2023-12-06T04:33:47.324343+0000 mgr.smithi073.zlngfn (mgr.14182) 1532 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:33:49.904 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:49.917 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:49 smithi073 bash[24935]: audit 2023-12-06T04:33:48.166902+0000 mgr.smithi073.zlngfn (mgr.14182) 1533 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:49.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:49 smithi073 bash[24935]: audit 2023-12-06T04:33:49.299305+0000 mon.smithi073 (mon.0) 1041 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:33:49.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:49 smithi110 bash[28336]: audit 2023-12-06T04:33:48.166902+0000 mgr.smithi073.zlngfn (mgr.14182) 1533 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:49.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:49 smithi110 bash[28336]: audit 2023-12-06T04:33:49.299305+0000 mon.smithi073 (mon.0) 1041 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:33:50.899 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:50 smithi073 bash[24935]: cluster 2023-12-06T04:33:49.325481+0000 mgr.smithi073.zlngfn (mgr.14182) 1534 : cluster [DBG] pgmap v989: 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 2023-12-06T04:33:50.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:50 smithi110 bash[28336]: cluster 2023-12-06T04:33:49.325481+0000 mgr.smithi073.zlngfn (mgr.14182) 1534 : cluster [DBG] pgmap v989: 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 2023-12-06T04:33:52.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:52 smithi073 bash[24935]: cluster 2023-12-06T04:33:51.326546+0000 mgr.smithi073.zlngfn (mgr.14182) 1535 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:33:52.847 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:33:52.847 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:23:34.240129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:23:32.076350Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:23:34.240480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:45.027993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\nDeploy daemon haproxy.nfs.foo.smithi110.ddcuoe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.288796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\nDeploy daemon haproxy.nfs.foo.smithi073.vdzhqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.293141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:23:32.078602Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:23:32.076737Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:23:32.077049Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:23:32.078850Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:23:32.077352Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:23:32.077609Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:23:34.240826Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:52.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:52 smithi110 bash[28336]: cluster 2023-12-06T04:33:51.326546+0000 mgr.smithi073.zlngfn (mgr.14182) 1535 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:33:53.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:54.556 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:54.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:54 smithi073 bash[24935]: audit 2023-12-06T04:33:52.840412+0000 mgr.smithi073.zlngfn (mgr.14182) 1536 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:54.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:54 smithi073 bash[24935]: cluster 2023-12-06T04:33:53.328977+0000 mgr.smithi073.zlngfn (mgr.14182) 1537 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:33:54.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:54 smithi110 bash[28336]: audit 2023-12-06T04:33:52.840412+0000 mgr.smithi073.zlngfn (mgr.14182) 1536 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:54.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:54 smithi110 bash[28336]: cluster 2023-12-06T04:33:53.328977+0000 mgr.smithi073.zlngfn (mgr.14182) 1537 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:33:56.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:56 smithi073 bash[24935]: audit 2023-12-06T04:33:55.041033+0000 mon.smithi073 (mon.0) 1042 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:33:56.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:56 smithi073 bash[24935]: cluster 2023-12-06T04:33:55.329796+0000 mgr.smithi073.zlngfn (mgr.14182) 1538 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:33:56.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:56 smithi073 bash[24935]: audit 2023-12-06T04:33:55.506931+0000 mon.smithi073 (mon.0) 1043 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:33:56.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:56 smithi073 bash[24935]: audit 2023-12-06T04:33:55.777909+0000 mon.smithi073 (mon.0) 1044 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:33:56.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:56 smithi073 bash[24935]: audit 2023-12-06T04:33:55.779101+0000 mon.smithi073 (mon.0) 1045 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:33:56.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:56 smithi073 bash[24935]: audit 2023-12-06T04:33:55.784857+0000 mon.smithi073 (mon.0) 1046 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:33:56.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:56 smithi073 bash[24935]: audit 2023-12-06T04:33:55.790098+0000 mon.smithi073 (mon.0) 1047 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:33:56.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:56 smithi073 bash[24935]: audit 2023-12-06T04:33:55.799365+0000 mon.smithi073 (mon.0) 1048 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:33:56.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:56 smithi110 bash[28336]: audit 2023-12-06T04:33:55.041033+0000 mon.smithi073 (mon.0) 1042 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:33:56.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:56 smithi110 bash[28336]: cluster 2023-12-06T04:33:55.329796+0000 mgr.smithi073.zlngfn (mgr.14182) 1538 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:33:56.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:56 smithi110 bash[28336]: audit 2023-12-06T04:33:55.506931+0000 mon.smithi073 (mon.0) 1043 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:33:56.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:56 smithi110 bash[28336]: audit 2023-12-06T04:33:55.777909+0000 mon.smithi073 (mon.0) 1044 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:33:56.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:56 smithi110 bash[28336]: audit 2023-12-06T04:33:55.779101+0000 mon.smithi073 (mon.0) 1045 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:33:56.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:56 smithi110 bash[28336]: audit 2023-12-06T04:33:55.784857+0000 mon.smithi073 (mon.0) 1046 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:33:56.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:56 smithi110 bash[28336]: audit 2023-12-06T04:33:55.790098+0000 mon.smithi073 (mon.0) 1047 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:33:56.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:56 smithi110 bash[28336]: audit 2023-12-06T04:33:55.799365+0000 mon.smithi073 (mon.0) 1048 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:33:57.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:57 smithi073 bash[24935]: cluster 2023-12-06T04:33:55.785729+0000 mgr.smithi073.zlngfn (mgr.14182) 1539 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:33:57.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:57 smithi073 bash[24935]: cephadm 2023-12-06T04:33:55.802157+0000 mgr.smithi073.zlngfn (mgr.14182) 1540 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.ipzkaw on smithi110 2023-12-06T04:33:57.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:57 smithi073 bash[24935]: cluster 2023-12-06T04:33:56.039433+0000 mon.smithi073 (mon.0) 1049 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:33:57.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:57 smithi073 bash[24935]: cluster 2023-12-06T04:33:56.039471+0000 mon.smithi073 (mon.0) 1050 : cluster [INF] Cluster is now healthy 2023-12-06T04:33:57.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:57 smithi110 bash[28336]: cluster 2023-12-06T04:33:55.785729+0000 mgr.smithi073.zlngfn (mgr.14182) 1539 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:33:57.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:57 smithi110 bash[28336]: cephadm 2023-12-06T04:33:55.802157+0000 mgr.smithi073.zlngfn (mgr.14182) 1540 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.ipzkaw on smithi110 2023-12-06T04:33:57.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:57 smithi110 bash[28336]: cluster 2023-12-06T04:33:56.039433+0000 mon.smithi073 (mon.0) 1049 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:33:57.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:57 smithi110 bash[28336]: cluster 2023-12-06T04:33:56.039471+0000 mon.smithi073 (mon.0) 1050 : cluster [INF] Cluster is now healthy 2023-12-06T04:33:57.870 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:33:57.870 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:31:40.271668Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.dxryjs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:45.027993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\nDeploy daemon haproxy.nfs.foo.smithi110.ddcuoe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.288796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\nDeploy daemon haproxy.nfs.foo.smithi073.vdzhqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.293141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:58.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:59.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:59 smithi073 bash[24935]: cluster 2023-12-06T04:33:57.786525+0000 mgr.smithi073.zlngfn (mgr.14182) 1541 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:33:59.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:59 smithi073 bash[24935]: audit 2023-12-06T04:33:57.858429+0000 mgr.smithi073.zlngfn (mgr.14182) 1542 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:59.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:33:59 smithi073 bash[24935]: audit 2023-12-06T04:33:58.257787+0000 mon.smithi073 (mon.0) 1051 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:33:59.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:59 smithi110 bash[28336]: cluster 2023-12-06T04:33:57.786525+0000 mgr.smithi073.zlngfn (mgr.14182) 1541 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:33:59.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:59 smithi110 bash[28336]: audit 2023-12-06T04:33:57.858429+0000 mgr.smithi073.zlngfn (mgr.14182) 1542 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:59.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:33:59 smithi110 bash[28336]: audit 2023-12-06T04:33:58.257787+0000 mon.smithi073 (mon.0) 1051 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:33:59.716 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:34:00.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:00 smithi073 bash[24935]: audit 2023-12-06T04:33:59.830127+0000 mon.smithi073 (mon.0) 1052 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.ipzkaw"}]: dispatch 2023-12-06T04:34:00.710 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:00 smithi110 bash[28336]: audit 2023-12-06T04:33:59.830127+0000 mon.smithi073 (mon.0) 1052 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.ipzkaw"}]: dispatch 2023-12-06T04:34:01.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: cluster 2023-12-06T04:33:59.787731+0000 mgr.smithi073.zlngfn (mgr.14182) 1543 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:34:01.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: cephadm 2023-12-06T04:33:59.829260+0000 mgr.smithi073.zlngfn (mgr.14182) 1544 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw 2023-12-06T04:34:01.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:34:01.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw 2023-12-06T04:34:01.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw 2023-12-06T04:34:01.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:34:01.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw 2023-12-06T04:34:01.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.ipzkaw ... 2023-12-06T04:34:01.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:01.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:34:01.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:34:01.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:34:01.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:01.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:34:01.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:34:01.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:34:01.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:34:01.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:34:01.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw 2023-12-06T04:34:01.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:34:01.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw 2023-12-06T04:34:01.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw 2023-12-06T04:34:01.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:34:01.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw 2023-12-06T04:34:01.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.ipzkaw ... 2023-12-06T04:34:01.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:01.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:34:01.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:34:01.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:34:01.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:01.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: cephadm 2023-12-06T04:33:59.829552+0000 mgr.smithi073.zlngfn (mgr.14182) 1545 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.ipzkaw 2023-12-06T04:34:01.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: cephadm 2023-12-06T04:33:59.831751+0000 mgr.smithi073.zlngfn (mgr.14182) 1546 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.ipzkaw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw 2023-12-06T04:34:01.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:34:01.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw 2023-12-06T04:34:01.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw 2023-12-06T04:34:01.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:34:01.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw 2023-12-06T04:34:01.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.ipzkaw ... 2023-12-06T04:34:01.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:01.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:34:01.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:34:01.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:34:01.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:01.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:01 smithi073 bash[24935]: cephadm 2023-12-06T04:33:59.835486+0000 mgr.smithi073.zlngfn (mgr.14182) 1547 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.ginrte on smithi073 2023-12-06T04:34:01.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: cluster 2023-12-06T04:33:59.787731+0000 mgr.smithi073.zlngfn (mgr.14182) 1543 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:34:01.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: cephadm 2023-12-06T04:33:59.829260+0000 mgr.smithi073.zlngfn (mgr.14182) 1544 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw 2023-12-06T04:34:01.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:34:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw 2023-12-06T04:34:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw 2023-12-06T04:34:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:34:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw 2023-12-06T04:34:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.ipzkaw ... 2023-12-06T04:34:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:34:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:34:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:34:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:34:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:34:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:34:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:34:01.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:34:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw 2023-12-06T04:34:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:34:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw 2023-12-06T04:34:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw 2023-12-06T04:34:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:34:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw 2023-12-06T04:34:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.ipzkaw ... 2023-12-06T04:34:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:34:01.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:34:01.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:34:01.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:01.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: cephadm 2023-12-06T04:33:59.829552+0000 mgr.smithi073.zlngfn (mgr.14182) 1545 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.ipzkaw 2023-12-06T04:34:01.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: cephadm 2023-12-06T04:33:59.831751+0000 mgr.smithi073.zlngfn (mgr.14182) 1546 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.ipzkaw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw 2023-12-06T04:34:01.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:34:01.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw 2023-12-06T04:34:01.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw 2023-12-06T04:34:01.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:34:01.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw 2023-12-06T04:34:01.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.ipzkaw ... 2023-12-06T04:34:01.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:01.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:34:01.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:34:01.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:34:01.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:01.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:01 smithi110 bash[28336]: cephadm 2023-12-06T04:33:59.835486+0000 mgr.smithi073.zlngfn (mgr.14182) 1547 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.ginrte on smithi073 2023-12-06T04:34:02.935 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:34:02.935 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:32:45.027993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ddcuoe on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ddcuoe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ddcuoe\nDeploy daemon haproxy.nfs.foo.smithi110.ddcuoe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.288796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vdzhqv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-vdzhqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.vdzhqv\nDeploy daemon haproxy.nfs.foo.smithi073.vdzhqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:32:49.293141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.whdzfn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:33:59.831506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ipzkaw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\nDeploy daemon haproxy.nfs.foo.smithi110.ipzkaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:34:03.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:03 smithi073 bash[24935]: cluster 2023-12-06T04:34:01.788412+0000 mgr.smithi073.zlngfn (mgr.14182) 1548 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:34:03.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:03 smithi110 bash[28336]: cluster 2023-12-06T04:34:01.788412+0000 mgr.smithi073.zlngfn (mgr.14182) 1548 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:34:03.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:34:04.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:04 smithi110 bash[28336]: audit 2023-12-06T04:34:02.924458+0000 mgr.smithi073.zlngfn (mgr.14182) 1549 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:04.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:04 smithi110 bash[28336]: audit 2023-12-06T04:34:04.009797+0000 mon.smithi073 (mon.0) 1053 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.ginrte"}]: dispatch 2023-12-06T04:34:04.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:04 smithi073 bash[24935]: audit 2023-12-06T04:34:02.924458+0000 mgr.smithi073.zlngfn (mgr.14182) 1549 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:04.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:04 smithi073 bash[24935]: audit 2023-12-06T04:34:04.009797+0000 mon.smithi073 (mon.0) 1053 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.ginrte"}]: dispatch 2023-12-06T04:34:04.840 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:34:05.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: cluster 2023-12-06T04:34:03.789608+0000 mgr.smithi073.zlngfn (mgr.14182) 1550 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:34:05.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: cephadm 2023-12-06T04:34:04.008538+0000 mgr.smithi073.zlngfn (mgr.14182) 1551 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte 2023-12-06T04:34:05.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:34:05.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte 2023-12-06T04:34:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte 2023-12-06T04:34:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:34:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte 2023-12-06T04:34:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.ginrte ... 2023-12-06T04:34:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:34:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:34:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:34:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:34:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:34:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:34:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:34:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:34:05.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte 2023-12-06T04:34:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:34:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte 2023-12-06T04:34:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte 2023-12-06T04:34:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:34:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte 2023-12-06T04:34:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.ginrte ... 2023-12-06T04:34:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:05.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:34:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:34:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:34:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: cephadm 2023-12-06T04:34:04.009135+0000 mgr.smithi073.zlngfn (mgr.14182) 1552 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.ginrte 2023-12-06T04:34:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: cephadm 2023-12-06T04:34:04.011084+0000 mgr.smithi073.zlngfn (mgr.14182) 1553 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.ginrte on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte 2023-12-06T04:34:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:34:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte 2023-12-06T04:34:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte 2023-12-06T04:34:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:34:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte 2023-12-06T04:34:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.ginrte ... 2023-12-06T04:34:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:34:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:34:05.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:34:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: cephadm 2023-12-06T04:34:04.014665+0000 mgr.smithi073.zlngfn (mgr.14182) 1554 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.nsgxaz on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:34:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: cephadm 2023-12-06T04:34:04.017690+0000 mgr.smithi073.zlngfn (mgr.14182) 1555 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:34:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: cluster 2023-12-06T04:34:04.019008+0000 mgr.smithi073.zlngfn (mgr.14182) 1556 : cluster [DBG] pgmap v998: 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 2023-12-06T04:34:05.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:05 smithi110 bash[28336]: cluster 2023-12-06T04:34:04.393542+0000 mon.smithi073 (mon.0) 1054 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:34:05.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: cluster 2023-12-06T04:34:03.789608+0000 mgr.smithi073.zlngfn (mgr.14182) 1550 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-06T04:34:05.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: cephadm 2023-12-06T04:34:04.008538+0000 mgr.smithi073.zlngfn (mgr.14182) 1551 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte 2023-12-06T04:34:05.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:34:05.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte 2023-12-06T04:34:05.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte 2023-12-06T04:34:05.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:34:05.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte 2023-12-06T04:34:05.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.ginrte ... 2023-12-06T04:34:05.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:05.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:34:05.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:34:05.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:34:05.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:05.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:34:05.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:34:05.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:34:05.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:34:05.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:34:05.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte 2023-12-06T04:34:05.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:34:05.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte 2023-12-06T04:34:05.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte 2023-12-06T04:34:05.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:34:05.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte 2023-12-06T04:34:05.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.ginrte ... 2023-12-06T04:34:05.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:05.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:34:05.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:34:05.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:34:05.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:05.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: cephadm 2023-12-06T04:34:04.009135+0000 mgr.smithi073.zlngfn (mgr.14182) 1552 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.ginrte 2023-12-06T04:34:05.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: cephadm 2023-12-06T04:34:04.011084+0000 mgr.smithi073.zlngfn (mgr.14182) 1553 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.ginrte on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte 2023-12-06T04:34:05.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:34:05.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte 2023-12-06T04:34:05.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte 2023-12-06T04:34:05.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:34:05.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte 2023-12-06T04:34:05.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.ginrte ... 2023-12-06T04:34:05.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:05.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:34:05.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:34:05.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:34:05.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:34:05.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: cephadm 2023-12-06T04:34:04.014665+0000 mgr.smithi073.zlngfn (mgr.14182) 1554 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.nsgxaz on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:34:05.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: cephadm 2023-12-06T04:34:04.017690+0000 mgr.smithi073.zlngfn (mgr.14182) 1555 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:34:05.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: cluster 2023-12-06T04:34:04.019008+0000 mgr.smithi073.zlngfn (mgr.14182) 1556 : cluster [DBG] pgmap v998: 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 2023-12-06T04:34:05.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:05 smithi073 bash[24935]: cluster 2023-12-06T04:34:04.393542+0000 mon.smithi073 (mon.0) 1054 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:34:06.962 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:06 smithi073 bash[24935]: audit 2023-12-06T04:34:05.777843+0000 mon.smithi073 (mon.0) 1055 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:34:06.962 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:06 smithi073 bash[24935]: cluster 2023-12-06T04:34:06.020059+0000 mgr.smithi073.zlngfn (mgr.14182) 1557 : cluster [DBG] pgmap v999: 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 2023-12-06T04:34:07.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:06 smithi110 bash[28336]: audit 2023-12-06T04:34:05.777843+0000 mon.smithi073 (mon.0) 1055 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:34:07.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:06 smithi110 bash[28336]: cluster 2023-12-06T04:34:06.020059+0000 mgr.smithi073.zlngfn (mgr.14182) 1557 : cluster [DBG] pgmap v999: 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 2023-12-06T04:34:08.227 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:34:08.227 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:33:59.831506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ipzkaw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\nDeploy daemon haproxy.nfs.foo.smithi110.ipzkaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.010890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ginrte on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\nDeploy daemon haproxy.nfs.foo.smithi073.ginrte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.014493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nsgxaz on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:34:04.017519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:34:08.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:34:09.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:09 smithi110 bash[28336]: cluster 2023-12-06T04:34:08.020971+0000 mgr.smithi073.zlngfn (mgr.14182) 1558 : cluster [DBG] pgmap v1000: 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 2023-12-06T04:34:09.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:09 smithi110 bash[28336]: audit 2023-12-06T04:34:08.215436+0000 mgr.smithi073.zlngfn (mgr.14182) 1559 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:09 smithi073 bash[24935]: cluster 2023-12-06T04:34:08.020971+0000 mgr.smithi073.zlngfn (mgr.14182) 1558 : cluster [DBG] pgmap v1000: 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 2023-12-06T04:34:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:09 smithi073 bash[24935]: audit 2023-12-06T04:34:08.215436+0000 mgr.smithi073.zlngfn (mgr.14182) 1559 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:09.973 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:34:11.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:11 smithi110 bash[28336]: cluster 2023-12-06T04:34:10.022332+0000 mgr.smithi073.zlngfn (mgr.14182) 1560 : cluster [DBG] pgmap v1001: 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 2023-12-06T04:34:11.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:11 smithi073 bash[24935]: cluster 2023-12-06T04:34:10.022332+0000 mgr.smithi073.zlngfn (mgr.14182) 1560 : cluster [DBG] pgmap v1001: 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 2023-12-06T04:34:13.202 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:34:13.203 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:33:59.831506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ipzkaw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\nDeploy daemon haproxy.nfs.foo.smithi110.ipzkaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.010890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ginrte on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\nDeploy daemon haproxy.nfs.foo.smithi073.ginrte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.014493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nsgxaz on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:34:04.017519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:34:13.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:13 smithi073 bash[24935]: cluster 2023-12-06T04:34:12.023441+0000 mgr.smithi073.zlngfn (mgr.14182) 1561 : cluster [DBG] pgmap v1002: 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 2023-12-06T04:34:13.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:13 smithi073 bash[24935]: audit 2023-12-06T04:34:13.257453+0000 mon.smithi073 (mon.0) 1056 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:34:13.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:13 smithi110 bash[28336]: cluster 2023-12-06T04:34:12.023441+0000 mgr.smithi073.zlngfn (mgr.14182) 1561 : cluster [DBG] pgmap v1002: 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 2023-12-06T04:34:13.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:13 smithi110 bash[28336]: audit 2023-12-06T04:34:13.257453+0000 mon.smithi073 (mon.0) 1056 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:34:13.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:34:14.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:14 smithi110 bash[28336]: audit 2023-12-06T04:34:13.196833+0000 mgr.smithi073.zlngfn (mgr.14182) 1562 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:14.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:14 smithi073 bash[24935]: audit 2023-12-06T04:34:13.196833+0000 mgr.smithi073.zlngfn (mgr.14182) 1562 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:14.937 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:34:15.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:15 smithi110 bash[28336]: cluster 2023-12-06T04:34:14.024829+0000 mgr.smithi073.zlngfn (mgr.14182) 1563 : cluster [DBG] pgmap v1003: 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 2023-12-06T04:34:15.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:15 smithi073 bash[24935]: cluster 2023-12-06T04:34:14.024829+0000 mgr.smithi073.zlngfn (mgr.14182) 1563 : cluster [DBG] pgmap v1003: 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 2023-12-06T04:34:17.710 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:17 smithi110 bash[28336]: cluster 2023-12-06T04:34:16.025856+0000 mgr.smithi073.zlngfn (mgr.14182) 1564 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:17.731 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:17 smithi073 bash[24935]: cluster 2023-12-06T04:34:16.025856+0000 mgr.smithi073.zlngfn (mgr.14182) 1564 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:18.162 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:34:18.163 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:33:59.831506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ipzkaw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\nDeploy daemon haproxy.nfs.foo.smithi110.ipzkaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.010890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ginrte on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\nDeploy daemon haproxy.nfs.foo.smithi073.ginrte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.014493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nsgxaz on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:34:04.017519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:34:18.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:34:19.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:19 smithi110 bash[28336]: cluster 2023-12-06T04:34:18.026901+0000 mgr.smithi073.zlngfn (mgr.14182) 1565 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:19.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:19 smithi110 bash[28336]: audit 2023-12-06T04:34:18.157043+0000 mgr.smithi073.zlngfn (mgr.14182) 1566 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:19.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:19 smithi073 bash[24935]: cluster 2023-12-06T04:34:18.026901+0000 mgr.smithi073.zlngfn (mgr.14182) 1565 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:19.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:19 smithi073 bash[24935]: audit 2023-12-06T04:34:18.157043+0000 mgr.smithi073.zlngfn (mgr.14182) 1566 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:19.984 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:34:21.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:21 smithi110 bash[28336]: cluster 2023-12-06T04:34:20.028231+0000 mgr.smithi073.zlngfn (mgr.14182) 1567 : cluster [DBG] pgmap v1006: 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 2023-12-06T04:34:21.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:21 smithi073 bash[24935]: cluster 2023-12-06T04:34:20.028231+0000 mgr.smithi073.zlngfn (mgr.14182) 1567 : cluster [DBG] pgmap v1006: 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 2023-12-06T04:34:23.300 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:34:23.300 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:33:59.831506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ipzkaw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\nDeploy daemon haproxy.nfs.foo.smithi110.ipzkaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.010890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ginrte on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\nDeploy daemon haproxy.nfs.foo.smithi073.ginrte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.014493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nsgxaz on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:34:04.017519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:34:23.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:23 smithi110 bash[28336]: cluster 2023-12-06T04:34:22.029076+0000 mgr.smithi073.zlngfn (mgr.14182) 1568 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:23.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:23 smithi073 bash[24935]: cluster 2023-12-06T04:34:22.029076+0000 mgr.smithi073.zlngfn (mgr.14182) 1568 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:24.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:34:24.711 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:24 smithi110 bash[28336]: audit 2023-12-06T04:34:23.288518+0000 mgr.smithi073.zlngfn (mgr.14182) 1569 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:24.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:24 smithi073 bash[24935]: audit 2023-12-06T04:34:23.288518+0000 mgr.smithi073.zlngfn (mgr.14182) 1569 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:25.111 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:34:25.710 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:25 smithi110 bash[28336]: cluster 2023-12-06T04:34:24.030475+0000 mgr.smithi073.zlngfn (mgr.14182) 1570 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:25.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:25 smithi073 bash[24935]: cluster 2023-12-06T04:34:24.030475+0000 mgr.smithi073.zlngfn (mgr.14182) 1570 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:27.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:27 smithi073 bash[24935]: cluster 2023-12-06T04:34:26.031608+0000 mgr.smithi073.zlngfn (mgr.14182) 1571 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:27.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:27 smithi110 bash[28336]: cluster 2023-12-06T04:34:26.031608+0000 mgr.smithi073.zlngfn (mgr.14182) 1571 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:28.361 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:34:28.361 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:33:59.831506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ipzkaw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\nDeploy daemon haproxy.nfs.foo.smithi110.ipzkaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.010890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ginrte on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\nDeploy daemon haproxy.nfs.foo.smithi073.ginrte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.014493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nsgxaz on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:34:04.017519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:34:29.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:34:29.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:29 smithi073 bash[24935]: cluster 2023-12-06T04:34:28.032325+0000 mgr.smithi073.zlngfn (mgr.14182) 1572 : cluster [DBG] pgmap v1010: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:29.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:29 smithi073 bash[24935]: audit 2023-12-06T04:34:28.355511+0000 mgr.smithi073.zlngfn (mgr.14182) 1573 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:29.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:29 smithi110 bash[28336]: cluster 2023-12-06T04:34:28.032325+0000 mgr.smithi073.zlngfn (mgr.14182) 1572 : cluster [DBG] pgmap v1010: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:29.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:29 smithi110 bash[28336]: audit 2023-12-06T04:34:28.355511+0000 mgr.smithi073.zlngfn (mgr.14182) 1573 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:30.159 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:34:31.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:31 smithi073 bash[24935]: cluster 2023-12-06T04:34:30.033779+0000 mgr.smithi073.zlngfn (mgr.14182) 1574 : cluster [DBG] pgmap v1011: 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 2023-12-06T04:34:31.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:31 smithi110 bash[28336]: cluster 2023-12-06T04:34:30.033779+0000 mgr.smithi073.zlngfn (mgr.14182) 1574 : cluster [DBG] pgmap v1011: 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 2023-12-06T04:34:33.267 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:34:33.267 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:33:59.831506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ipzkaw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\nDeploy daemon haproxy.nfs.foo.smithi110.ipzkaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.010890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ginrte on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\nDeploy daemon haproxy.nfs.foo.smithi073.ginrte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.014493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nsgxaz on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:34:04.017519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:34:33.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:33 smithi073 bash[24935]: cluster 2023-12-06T04:34:32.034790+0000 mgr.smithi073.zlngfn (mgr.14182) 1575 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:33.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:33 smithi110 bash[28336]: cluster 2023-12-06T04:34:32.034790+0000 mgr.smithi073.zlngfn (mgr.14182) 1575 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:34.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:34:34.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:34 smithi073 bash[24935]: audit 2023-12-06T04:34:33.255283+0000 mgr.smithi073.zlngfn (mgr.14182) 1576 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:34.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:34 smithi110 bash[28336]: audit 2023-12-06T04:34:33.255283+0000 mgr.smithi073.zlngfn (mgr.14182) 1576 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:35.072 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:34:35.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:35 smithi073 bash[24935]: cluster 2023-12-06T04:34:34.036158+0000 mgr.smithi073.zlngfn (mgr.14182) 1577 : cluster [DBG] pgmap v1013: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:35.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:35 smithi110 bash[28336]: cluster 2023-12-06T04:34:34.036158+0000 mgr.smithi073.zlngfn (mgr.14182) 1577 : cluster [DBG] pgmap v1013: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:37.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:37 smithi073 bash[24935]: cluster 2023-12-06T04:34:36.037298+0000 mgr.smithi073.zlngfn (mgr.14182) 1578 : cluster [DBG] pgmap v1014: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:37.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:37 smithi110 bash[28336]: cluster 2023-12-06T04:34:36.037298+0000 mgr.smithi073.zlngfn (mgr.14182) 1578 : cluster [DBG] pgmap v1014: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:38.286 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:34:38.287 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:33:59.831506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ipzkaw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\nDeploy daemon haproxy.nfs.foo.smithi110.ipzkaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.010890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ginrte on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\nDeploy daemon haproxy.nfs.foo.smithi073.ginrte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.014493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nsgxaz on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:34:04.017519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:34:39.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:34:39.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:39 smithi073 bash[24935]: cluster 2023-12-06T04:34:38.038313+0000 mgr.smithi073.zlngfn (mgr.14182) 1579 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:39.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:39 smithi073 bash[24935]: audit 2023-12-06T04:34:38.280932+0000 mgr.smithi073.zlngfn (mgr.14182) 1580 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:39.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:39 smithi110 bash[28336]: cluster 2023-12-06T04:34:38.038313+0000 mgr.smithi073.zlngfn (mgr.14182) 1579 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:39.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:39 smithi110 bash[28336]: audit 2023-12-06T04:34:38.280932+0000 mgr.smithi073.zlngfn (mgr.14182) 1580 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:40.069 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:34:41.790 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:41 smithi110 bash[28336]: cluster 2023-12-06T04:34:40.039627+0000 mgr.smithi073.zlngfn (mgr.14182) 1581 : cluster [DBG] pgmap v1016: 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 2023-12-06T04:34:41.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:41 smithi073 bash[24935]: cluster 2023-12-06T04:34:40.039627+0000 mgr.smithi073.zlngfn (mgr.14182) 1581 : cluster [DBG] pgmap v1016: 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 2023-12-06T04:34:43.215 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:34:43.215 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:33:59.831506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ipzkaw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\nDeploy daemon haproxy.nfs.foo.smithi110.ipzkaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.010890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ginrte on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\nDeploy daemon haproxy.nfs.foo.smithi073.ginrte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.014493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nsgxaz on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:34:04.017519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:34:43.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:43 smithi073 bash[24935]: cluster 2023-12-06T04:34:42.040232+0000 mgr.smithi073.zlngfn (mgr.14182) 1582 : cluster [DBG] pgmap v1017: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:43.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:43 smithi110 bash[28336]: cluster 2023-12-06T04:34:42.040232+0000 mgr.smithi073.zlngfn (mgr.14182) 1582 : cluster [DBG] pgmap v1017: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:44.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:34:44.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:44 smithi073 bash[24935]: audit 2023-12-06T04:34:43.205084+0000 mgr.smithi073.zlngfn (mgr.14182) 1583 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:44.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:44 smithi110 bash[28336]: audit 2023-12-06T04:34:43.205084+0000 mgr.smithi073.zlngfn (mgr.14182) 1583 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:45.025 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:34:45.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:45 smithi073 bash[24935]: cluster 2023-12-06T04:34:44.041617+0000 mgr.smithi073.zlngfn (mgr.14182) 1584 : cluster [DBG] pgmap v1018: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:45.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:45 smithi110 bash[28336]: cluster 2023-12-06T04:34:44.041617+0000 mgr.smithi073.zlngfn (mgr.14182) 1584 : cluster [DBG] pgmap v1018: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:47.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:47 smithi073 bash[24935]: cluster 2023-12-06T04:34:46.042449+0000 mgr.smithi073.zlngfn (mgr.14182) 1585 : cluster [DBG] pgmap v1019: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:47.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:47 smithi110 bash[28336]: cluster 2023-12-06T04:34:46.042449+0000 mgr.smithi073.zlngfn (mgr.14182) 1585 : cluster [DBG] pgmap v1019: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:48.383 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:34:48.383 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:33:59.831506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ipzkaw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\nDeploy daemon haproxy.nfs.foo.smithi110.ipzkaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.010890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ginrte on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\nDeploy daemon haproxy.nfs.foo.smithi073.ginrte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.014493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nsgxaz on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:34:04.017519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:34:49.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:34:49.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:49 smithi073 bash[24935]: cluster 2023-12-06T04:34:48.043379+0000 mgr.smithi073.zlngfn (mgr.14182) 1586 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:49.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:49 smithi073 bash[24935]: audit 2023-12-06T04:34:48.377860+0000 mgr.smithi073.zlngfn (mgr.14182) 1587 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:49.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:49 smithi110 bash[28336]: cluster 2023-12-06T04:34:48.043379+0000 mgr.smithi073.zlngfn (mgr.14182) 1586 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:49.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:49 smithi110 bash[28336]: audit 2023-12-06T04:34:48.377860+0000 mgr.smithi073.zlngfn (mgr.14182) 1587 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:50.186 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:34:51.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:51 smithi073 bash[24935]: cluster 2023-12-06T04:34:50.044806+0000 mgr.smithi073.zlngfn (mgr.14182) 1588 : cluster [DBG] pgmap v1021: 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 2023-12-06T04:34:51.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:51 smithi110 bash[28336]: cluster 2023-12-06T04:34:50.044806+0000 mgr.smithi073.zlngfn (mgr.14182) 1588 : cluster [DBG] pgmap v1021: 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 2023-12-06T04:34:53.445 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:34:53.445 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:33:59.831506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ipzkaw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\nDeploy daemon haproxy.nfs.foo.smithi110.ipzkaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.010890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ginrte on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\nDeploy daemon haproxy.nfs.foo.smithi073.ginrte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.014493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nsgxaz on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:34:04.017519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:34:53.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:53 smithi073 bash[24935]: cluster 2023-12-06T04:34:52.045974+0000 mgr.smithi073.zlngfn (mgr.14182) 1589 : cluster [DBG] pgmap v1022: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:53.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:53 smithi110 bash[28336]: cluster 2023-12-06T04:34:52.045974+0000 mgr.smithi073.zlngfn (mgr.14182) 1589 : cluster [DBG] pgmap v1022: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:54.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:34:54.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:54 smithi073 bash[24935]: audit 2023-12-06T04:34:53.435398+0000 mgr.smithi073.zlngfn (mgr.14182) 1590 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:54.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:54 smithi110 bash[28336]: audit 2023-12-06T04:34:53.435398+0000 mgr.smithi073.zlngfn (mgr.14182) 1590 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:34:55.252 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:34:55.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:55 smithi073 bash[24935]: cluster 2023-12-06T04:34:54.047411+0000 mgr.smithi073.zlngfn (mgr.14182) 1591 : cluster [DBG] pgmap v1023: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:55.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:55 smithi110 bash[28336]: cluster 2023-12-06T04:34:54.047411+0000 mgr.smithi073.zlngfn (mgr.14182) 1591 : cluster [DBG] pgmap v1023: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:57.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:57 smithi073 bash[24935]: cluster 2023-12-06T04:34:56.048117+0000 mgr.smithi073.zlngfn (mgr.14182) 1592 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:57.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:57 smithi110 bash[28336]: cluster 2023-12-06T04:34:56.048117+0000 mgr.smithi073.zlngfn (mgr.14182) 1592 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:58.371 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:34:58.371 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:33:59.831506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ipzkaw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\nDeploy daemon haproxy.nfs.foo.smithi110.ipzkaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.010890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ginrte on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\nDeploy daemon haproxy.nfs.foo.smithi073.ginrte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.014493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nsgxaz on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:34:04.017519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:34:59.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:34:59.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:59 smithi110 bash[28336]: cluster 2023-12-06T04:34:58.048753+0000 mgr.smithi073.zlngfn (mgr.14182) 1593 : cluster [DBG] pgmap v1025: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:34:59.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:34:59 smithi110 bash[28336]: audit 2023-12-06T04:34:58.359879+0000 mgr.smithi073.zlngfn (mgr.14182) 1594 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:35:00.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:59 smithi073 bash[24935]: cluster 2023-12-06T04:34:58.048753+0000 mgr.smithi073.zlngfn (mgr.14182) 1593 : cluster [DBG] pgmap v1025: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:35:00.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:34:59 smithi073 bash[24935]: audit 2023-12-06T04:34:58.359879+0000 mgr.smithi073.zlngfn (mgr.14182) 1594 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:35:00.172 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:35:01.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:01 smithi110 bash[28336]: cluster 2023-12-06T04:35:00.050091+0000 mgr.smithi073.zlngfn (mgr.14182) 1595 : cluster [DBG] pgmap v1026: 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 2023-12-06T04:35:01.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:01 smithi073 bash[24935]: cluster 2023-12-06T04:35:00.050091+0000 mgr.smithi073.zlngfn (mgr.14182) 1595 : cluster [DBG] pgmap v1026: 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 2023-12-06T04:35:03.292 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:35:03.292 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:33:59.831506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ipzkaw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\nDeploy daemon haproxy.nfs.foo.smithi110.ipzkaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.010890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ginrte on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\nDeploy daemon haproxy.nfs.foo.smithi073.ginrte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.014493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nsgxaz on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:34:04.017519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:35:03.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:03 smithi073 bash[24935]: cluster 2023-12-06T04:35:02.051052+0000 mgr.smithi073.zlngfn (mgr.14182) 1596 : cluster [DBG] pgmap v1027: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:35:03.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:03 smithi110 bash[28336]: cluster 2023-12-06T04:35:02.051052+0000 mgr.smithi073.zlngfn (mgr.14182) 1596 : cluster [DBG] pgmap v1027: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:35:04.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:35:04.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:04 smithi110 bash[28336]: audit 2023-12-06T04:35:03.280828+0000 mgr.smithi073.zlngfn (mgr.14182) 1597 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:35:04.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:04 smithi110 bash[28336]: audit 2023-12-06T04:35:04.022896+0000 mon.smithi073 (mon.0) 1057 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:35:04.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:04 smithi110 bash[28336]: audit 2023-12-06T04:35:04.293355+0000 mon.smithi073 (mon.0) 1058 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:35:04.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:04 smithi110 bash[28336]: audit 2023-12-06T04:35:04.561523+0000 mon.smithi073 (mon.0) 1059 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:35:04.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:04 smithi110 bash[28336]: audit 2023-12-06T04:35:04.563390+0000 mon.smithi073 (mon.0) 1060 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:35:04.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:04 smithi110 bash[28336]: audit 2023-12-06T04:35:04.572028+0000 mon.smithi073 (mon.0) 1061 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:35:04.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:04 smithi110 bash[28336]: audit 2023-12-06T04:35:04.580119+0000 mon.smithi073 (mon.0) 1062 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:35:05.038 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:35:05.050 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:04 smithi073 bash[24935]: audit 2023-12-06T04:35:03.280828+0000 mgr.smithi073.zlngfn (mgr.14182) 1597 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:35:05.051 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:04 smithi073 bash[24935]: audit 2023-12-06T04:35:04.022896+0000 mon.smithi073 (mon.0) 1057 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:35:05.051 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:04 smithi073 bash[24935]: audit 2023-12-06T04:35:04.293355+0000 mon.smithi073 (mon.0) 1058 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:35:05.051 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:04 smithi073 bash[24935]: audit 2023-12-06T04:35:04.561523+0000 mon.smithi073 (mon.0) 1059 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:35:05.051 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:04 smithi073 bash[24935]: audit 2023-12-06T04:35:04.563390+0000 mon.smithi073 (mon.0) 1060 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:35:05.051 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:04 smithi073 bash[24935]: audit 2023-12-06T04:35:04.572028+0000 mon.smithi073 (mon.0) 1061 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:35:05.051 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:04 smithi073 bash[24935]: audit 2023-12-06T04:35:04.580119+0000 mon.smithi073 (mon.0) 1062 : audit [DBG] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:35:05.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:05 smithi110 bash[28336]: cluster 2023-12-06T04:35:04.052209+0000 mgr.smithi073.zlngfn (mgr.14182) 1598 : cluster [DBG] pgmap v1028: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:35:05.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:05 smithi110 bash[28336]: cluster 2023-12-06T04:35:04.573155+0000 mgr.smithi073.zlngfn (mgr.14182) 1599 : cluster [DBG] pgmap v1029: 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 2023-12-06T04:35:05.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:05 smithi110 bash[28336]: cluster 2023-12-06T04:35:04.588373+0000 mon.smithi073 (mon.0) 1063 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:35:05.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:05 smithi110 bash[28336]: cluster 2023-12-06T04:35:04.588422+0000 mon.smithi073 (mon.0) 1064 : cluster [INF] Cluster is now healthy 2023-12-06T04:35:05.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:05 smithi110 bash[28336]: audit 2023-12-06T04:35:04.603161+0000 mon.smithi073 (mon.0) 1065 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:35:05.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:05 smithi110 bash[28336]: cephadm 2023-12-06T04:35:04.607989+0000 mgr.smithi073.zlngfn (mgr.14182) 1600 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.ijryat on smithi110 2023-12-06T04:35:06.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:05 smithi073 bash[24935]: cluster 2023-12-06T04:35:04.052209+0000 mgr.smithi073.zlngfn (mgr.14182) 1598 : cluster [DBG] pgmap v1028: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:35:06.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:05 smithi073 bash[24935]: cluster 2023-12-06T04:35:04.573155+0000 mgr.smithi073.zlngfn (mgr.14182) 1599 : cluster [DBG] pgmap v1029: 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 2023-12-06T04:35:06.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:05 smithi073 bash[24935]: cluster 2023-12-06T04:35:04.588373+0000 mon.smithi073 (mon.0) 1063 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:35:06.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:05 smithi073 bash[24935]: cluster 2023-12-06T04:35:04.588422+0000 mon.smithi073 (mon.0) 1064 : cluster [INF] Cluster is now healthy 2023-12-06T04:35:06.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:05 smithi073 bash[24935]: audit 2023-12-06T04:35:04.603161+0000 mon.smithi073 (mon.0) 1065 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:35:06.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:05 smithi073 bash[24935]: cephadm 2023-12-06T04:35:04.607989+0000 mgr.smithi073.zlngfn (mgr.14182) 1600 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi110.ijryat on smithi110 2023-12-06T04:35:07.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:07 smithi073 bash[24935]: cluster 2023-12-06T04:35:06.573794+0000 mgr.smithi073.zlngfn (mgr.14182) 1601 : cluster [DBG] pgmap v1030: 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 2023-12-06T04:35:07.952 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:07 smithi110 bash[28336]: cluster 2023-12-06T04:35:06.573794+0000 mgr.smithi073.zlngfn (mgr.14182) 1601 : cluster [DBG] pgmap v1030: 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 2023-12-06T04:35:08.331 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:35:08.331 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:32:49.295133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.qcgwbs on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:33:59.831506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ipzkaw on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ipzkaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ipzkaw\nDeploy daemon haproxy.nfs.foo.smithi110.ipzkaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.010890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ginrte on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-ginrte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.ginrte\nDeploy daemon haproxy.nfs.foo.smithi073.ginrte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:34:04.014493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nsgxaz on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:34:04.017519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:35:09.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:35:09.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: audit 2023-12-06T04:35:08.320086+0000 mgr.smithi073.zlngfn (mgr.14182) 1602 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:35:09.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: cephadm 2023-12-06T04:35:08.441044+0000 mgr.smithi073.zlngfn (mgr.14182) 1603 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ijryat 2023-12-06T04:35:09.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:35:09.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ijryat 2023-12-06T04:35:09.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ijryat 2023-12-06T04:35:09.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:35:09.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ijryat 2023-12-06T04:35:09.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.ijryat ... 2023-12-06T04:35:09.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:09.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:35:09.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:35:09.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:35:09.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:09.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:35:09.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:35:09.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:35:09.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:35:09.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:35:09.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ijryat 2023-12-06T04:35:09.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:35:09.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ijryat 2023-12-06T04:35:09.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ijryat 2023-12-06T04:35:09.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:35:09.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ijryat 2023-12-06T04:35:09.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.ijryat ... 2023-12-06T04:35:09.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:09.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:35:09.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:35:09.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:35:09.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:09.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: cephadm 2023-12-06T04:35:08.441576+0000 mgr.smithi073.zlngfn (mgr.14182) 1604 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.ijryat 2023-12-06T04:35:09.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: audit 2023-12-06T04:35:08.442117+0000 mon.smithi073 (mon.0) 1066 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.ijryat"}]: dispatch 2023-12-06T04:35:09.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: cephadm 2023-12-06T04:35:08.443719+0000 mgr.smithi073.zlngfn (mgr.14182) 1605 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.ijryat on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ijryat 2023-12-06T04:35:09.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:35:09.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ijryat 2023-12-06T04:35:09.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ijryat 2023-12-06T04:35:09.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:35:09.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ijryat 2023-12-06T04:35:09.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi110.ijryat ... 2023-12-06T04:35:09.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:09.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:35:09.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:35:09.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:35:09.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:09.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: cephadm 2023-12-06T04:35:08.448293+0000 mgr.smithi073.zlngfn (mgr.14182) 1606 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.dxmygx on smithi073 2023-12-06T04:35:09.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:09 smithi110 bash[28336]: cluster 2023-12-06T04:35:08.574370+0000 mgr.smithi073.zlngfn (mgr.14182) 1607 : cluster [DBG] pgmap v1031: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 389 B/s rd, 0 op/s 2023-12-06T04:35:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: audit 2023-12-06T04:35:08.320086+0000 mgr.smithi073.zlngfn (mgr.14182) 1602 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:35:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: cephadm 2023-12-06T04:35:08.441044+0000 mgr.smithi073.zlngfn (mgr.14182) 1603 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ijryat 2023-12-06T04:35:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:35:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ijryat 2023-12-06T04:35:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ijryat 2023-12-06T04:35:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:35:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ijryat 2023-12-06T04:35:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.ijryat ... 2023-12-06T04:35:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:35:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:35:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:35:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:35:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:35:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:35:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:35:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:35:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ijryat 2023-12-06T04:35:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:35:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ijryat 2023-12-06T04:35:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ijryat 2023-12-06T04:35:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:35:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ijryat 2023-12-06T04:35:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.ijryat ... 2023-12-06T04:35:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:35:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:35:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:35:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: cephadm 2023-12-06T04:35:08.441576+0000 mgr.smithi073.zlngfn (mgr.14182) 1604 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi110.ijryat 2023-12-06T04:35:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: audit 2023-12-06T04:35:08.442117+0000 mon.smithi073 (mon.0) 1066 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi110.ijryat"}]: dispatch 2023-12-06T04:35:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: cephadm 2023-12-06T04:35:08.443719+0000 mgr.smithi073.zlngfn (mgr.14182) 1605 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi110.ijryat on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ijryat 2023-12-06T04:35:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:35:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ijryat 2023-12-06T04:35:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ijryat 2023-12-06T04:35:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:35:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ijryat 2023-12-06T04:35:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi110.ijryat ... 2023-12-06T04:35:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:35:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:35:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:35:09.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:09.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: cephadm 2023-12-06T04:35:08.448293+0000 mgr.smithi073.zlngfn (mgr.14182) 1606 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.dxmygx on smithi073 2023-12-06T04:35:09.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:09 smithi073 bash[24935]: cluster 2023-12-06T04:35:08.574370+0000 mgr.smithi073.zlngfn (mgr.14182) 1607 : cluster [DBG] pgmap v1031: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 389 B/s rd, 0 op/s 2023-12-06T04:35:10.162 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:35:11.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:11 smithi073 bash[24935]: cluster 2023-12-06T04:35:10.575002+0000 mgr.smithi073.zlngfn (mgr.14182) 1608 : cluster [DBG] pgmap v1032: 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 2023-12-06T04:35:11.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:11 smithi110 bash[28336]: cluster 2023-12-06T04:35:10.575002+0000 mgr.smithi073.zlngfn (mgr.14182) 1608 : cluster [DBG] pgmap v1032: 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 2023-12-06T04:35:13.440 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:35:13.440 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:34:04.017519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:35:08.443449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ijryat on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ijryat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ijryat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ijryat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ijryat\nDeploy daemon haproxy.nfs.foo.smithi110.ijryat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:35:12.841099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dxmygx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-dxmygx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-dxmygx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.dxmygx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.dxmygx\nDeploy daemon haproxy.nfs.foo.smithi073.dxmygx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:35:12.844125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dxmezl on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:35:12.846610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kawkgy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:35:13.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:13 smithi073 bash[24935]: cluster 2023-12-06T04:35:12.575827+0000 mgr.smithi073.zlngfn (mgr.14182) 1609 : cluster [DBG] pgmap v1033: 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 2023-12-06T04:35:13.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:13 smithi073 bash[24935]: audit 2023-12-06T04:35:12.840101+0000 mon.smithi073 (mon.0) 1067 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.dxmygx"}]: dispatch 2023-12-06T04:35:13.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:13 smithi073 bash[24935]: audit 2023-12-06T04:35:13.260738+0000 mon.smithi073 (mon.0) 1068 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:35:13.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:13 smithi110 bash[28336]: cluster 2023-12-06T04:35:12.575827+0000 mgr.smithi073.zlngfn (mgr.14182) 1609 : cluster [DBG] pgmap v1033: 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 2023-12-06T04:35:13.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:13 smithi110 bash[28336]: audit 2023-12-06T04:35:12.840101+0000 mon.smithi073 (mon.0) 1067 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.dxmygx"}]: dispatch 2023-12-06T04:35:13.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:13 smithi110 bash[28336]: audit 2023-12-06T04:35:13.260738+0000 mon.smithi073 (mon.0) 1068 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:35:14.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:35:14.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: cephadm 2023-12-06T04:35:12.839135+0000 mgr.smithi073.zlngfn (mgr.14182) 1610 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-dxmygx 2023-12-06T04:35:14.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:35:14.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-dxmygx 2023-12-06T04:35:14.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.dxmygx 2023-12-06T04:35:14.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:35:14.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.dxmygx 2023-12-06T04:35:14.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.dxmygx ... 2023-12-06T04:35:14.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:14.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:35:14.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:35:14.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:35:14.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:14.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: Traceback (most recent call last): 2023-12-06T04:35:14.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:35:14.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: yield (conn, connr) 2023-12-06T04:35:14.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:35:14.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: code, '\n'.join(err))) 2023-12-06T04:35:14.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-dxmygx 2023-12-06T04:35:14.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:35:14.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-dxmygx 2023-12-06T04:35:14.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.dxmygx 2023-12-06T04:35:14.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:35:14.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.dxmygx 2023-12-06T04:35:14.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.dxmygx ... 2023-12-06T04:35:14.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:14.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:35:14.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:35:14.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:35:14.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:14.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: cephadm 2023-12-06T04:35:12.839568+0000 mgr.smithi073.zlngfn (mgr.14182) 1611 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.dxmygx 2023-12-06T04:35:14.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: cephadm 2023-12-06T04:35:12.841414+0000 mgr.smithi073.zlngfn (mgr.14182) 1612 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.dxmygx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-dxmygx 2023-12-06T04:35:14.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:35:14.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-dxmygx 2023-12-06T04:35:14.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.dxmygx 2023-12-06T04:35:14.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: /usr/bin/docker: stdout 2023-12-06T04:35:14.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.dxmygx 2023-12-06T04:35:14.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: Deploy daemon haproxy.nfs.foo.smithi073.dxmygx ... 2023-12-06T04:35:14.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:14.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:35:14.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:35:14.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: stat: stderr See 'docker run --help'. 2023-12-06T04:35:14.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:14.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: cephadm 2023-12-06T04:35:12.844266+0000 mgr.smithi073.zlngfn (mgr.14182) 1613 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.dxmezl on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:35:14.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: cephadm 2023-12-06T04:35:12.846753+0000 mgr.smithi073.zlngfn (mgr.14182) 1614 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.kawkgy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:35:14.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: cluster 2023-12-06T04:35:12.847868+0000 mgr.smithi073.zlngfn (mgr.14182) 1615 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 232 B/s rd, 0 op/s 2023-12-06T04:35:14.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: audit 2023-12-06T04:35:13.434541+0000 mgr.smithi073.zlngfn (mgr.14182) 1616 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:35:14.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:14 smithi110 bash[28336]: cluster 2023-12-06T04:35:13.633395+0000 mon.smithi073 (mon.0) 1069 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:35:15.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: cephadm 2023-12-06T04:35:12.839135+0000 mgr.smithi073.zlngfn (mgr.14182) 1610 : 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-dxmygx 2023-12-06T04:35:15.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:35:15.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-dxmygx 2023-12-06T04:35:15.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.dxmygx 2023-12-06T04:35:15.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:35:15.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.dxmygx 2023-12-06T04:35:15.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.dxmygx ... 2023-12-06T04:35:15.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:15.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:35:15.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:35:15.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:35:15.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:15.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: Traceback (most recent call last): 2023-12-06T04:35:15.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:35:15.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: yield (conn, connr) 2023-12-06T04:35:15.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:35:15.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: code, '\n'.join(err))) 2023-12-06T04:35:15.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: 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-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-dxmygx 2023-12-06T04:35:15.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:35:15.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-dxmygx 2023-12-06T04:35:15.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.dxmygx 2023-12-06T04:35:15.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:35:15.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.dxmygx 2023-12-06T04:35:15.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.dxmygx ... 2023-12-06T04:35:15.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:15.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:35:15.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:35:15.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:35:15.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:15.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: cephadm 2023-12-06T04:35:12.839568+0000 mgr.smithi073.zlngfn (mgr.14182) 1611 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.dxmygx 2023-12-06T04:35:15.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: cephadm 2023-12-06T04:35:12.841414+0000 mgr.smithi073.zlngfn (mgr.14182) 1612 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.dxmygx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-dxmygx 2023-12-06T04:35:15.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:35:15.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-dxmygx 2023-12-06T04:35:15.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.dxmygx 2023-12-06T04:35:15.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: /usr/bin/docker: stdout 2023-12-06T04:35:15.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.dxmygx 2023-12-06T04:35:15.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: Deploy daemon haproxy.nfs.foo.smithi073.dxmygx ... 2023-12-06T04:35:15.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:15.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-06T04:35:15.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-06T04:35:15.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: stat: stderr See 'docker run --help'. 2023-12-06T04:35:15.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:35:15.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: cephadm 2023-12-06T04:35:12.844266+0000 mgr.smithi073.zlngfn (mgr.14182) 1613 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.dxmezl on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:35:15.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: cephadm 2023-12-06T04:35:12.846753+0000 mgr.smithi073.zlngfn (mgr.14182) 1614 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi110.kawkgy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:35:15.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: cluster 2023-12-06T04:35:12.847868+0000 mgr.smithi073.zlngfn (mgr.14182) 1615 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 232 B/s rd, 0 op/s 2023-12-06T04:35:15.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: audit 2023-12-06T04:35:13.434541+0000 mgr.smithi073.zlngfn (mgr.14182) 1616 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:35:15.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:14 smithi073 bash[24935]: cluster 2023-12-06T04:35:13.633395+0000 mon.smithi073 (mon.0) 1069 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:35:15.263 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid edf677d4-93eb-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:35:16.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:16 smithi110 bash[28336]: cluster 2023-12-06T04:35:14.849285+0000 mgr.smithi073.zlngfn (mgr.14182) 1617 : cluster [DBG] pgmap v1035: 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 2023-12-06T04:35:16.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:16 smithi110 bash[28336]: audit 2023-12-06T04:35:15.824749+0000 mon.smithi073 (mon.0) 1070 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:35:17.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:16 smithi073 bash[24935]: cluster 2023-12-06T04:35:14.849285+0000 mgr.smithi073.zlngfn (mgr.14182) 1617 : cluster [DBG] pgmap v1035: 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 2023-12-06T04:35:17.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:16 smithi073 bash[24935]: audit 2023-12-06T04:35:15.824749+0000 mon.smithi073 (mon.0) 1070 : audit [INF] from='mgr.14182 172.21.15.73:0/144663288' entity='mgr.smithi073.zlngfn' 2023-12-06T04:35:18.480 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-06T04:35:18.480 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:01:46.609590Z", "last_refresh": "2023-12-06T04:33:55.496234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:01:39.097446Z", "last_refresh": "2023-12-06T04:33:55.030837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:01:42.826010Z", "last_refresh": "2023-12-06T04:33:55.497012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:34:04.017519Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.fnexia on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:35:08.443449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi110.ijryat on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ijryat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi110-ijryat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ijryat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi110.ijryat\nDeploy daemon haproxy.nfs.foo.smithi110.ijryat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:35:12.841099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dxmygx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-dxmygx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi073-dxmygx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.dxmygx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi073.dxmygx\nDeploy daemon haproxy.nfs.foo.smithi073.dxmygx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:35:12.844125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dxmezl on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:35:12.846610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi110.kawkgy on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.73/16"}, "status": {"created": "2023-12-06T04:09:50.072566Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"events": ["2023-12-06T04:09:46.229100Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:09:46.223656Z", "last_refresh": "2023-12-06T04:33:55.032263Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:01:37.228351Z", "last_refresh": "2023-12-06T04:33:55.031097Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:20.876882Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:03:20.871317Z", "last_refresh": "2023-12-06T04:33:55.031267Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:09:50.072262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-06T04:09:50.066814Z", "last_refresh": "2023-12-06T04:33:55.032421Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:01:44.697592Z", "last_refresh": "2023-12-06T04:33:55.031426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:03:55.914000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:03:55.907807Z", "last_refresh": "2023-12-06T04:33:55.031582Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:01:40.933033Z", "last_refresh": "2023-12-06T04:33:55.497673Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:35:18.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:18 smithi073 bash[24935]: cluster 2023-12-06T04:35:16.850157+0000 mgr.smithi073.zlngfn (mgr.14182) 1618 : cluster [DBG] pgmap v1036: 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 2023-12-06T04:35:18.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:18 smithi110 bash[28336]: cluster 2023-12-06T04:35:16.850157+0000 mgr.smithi073.zlngfn (mgr.14182) 1618 : cluster [DBG] pgmap v1036: 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 2023-12-06T04:35:19.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:35:19.259 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-06T04:35:19.396 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6028a831ae104f5bb935d8446853f5f3 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-06T04:35:19.397 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-06T04:35:19.408 INFO:tasks.vip:Removing 10.0.15.73 (and any VIPs) on smithi073.front.sepia.ceph.com iface enp3s0f1... 2023-12-06T04:35:19.409 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip addr del 10.0.15.73/16 dev enp3s0f1 2023-12-06T04:35:19.429 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip addr del 10.0.31.73/16 dev enp3s0f1 2023-12-06T04:35:19.487 INFO:teuthology.orchestra.run.smithi073.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-06T04:35:19.488 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-06T04:35:19.489 INFO:tasks.vip:Removing 10.0.15.110 (and any VIPs) on smithi110.front.sepia.ceph.com iface enp3s0f1... 2023-12-06T04:35:19.489 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip addr del 10.0.15.110/16 dev enp3s0f1 2023-12-06T04:35:19.505 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip addr del 10.0.31.73/16 dev enp3s0f1 2023-12-06T04:35:19.562 INFO:teuthology.orchestra.run.smithi110.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-06T04:35:19.563 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-06T04:35:19.563 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-06T04:35:19.573 INFO:tasks.cephadm:Teardown begin 2023-12-06T04:35:19.574 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T04:35:19.589 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T04:35:19.622 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-06T04:35:19.623 DEBUG:teuthology.orchestra.run.smithi073:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T04:35:19.639 DEBUG:teuthology.orchestra.run.smithi110:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T04:35:19.673 INFO:tasks.cephadm:Stopping all daemons... 2023-12-06T04:35:19.673 INFO:tasks.cephadm.mon.smithi073:Stopping mon.smithi073... 2023-12-06T04:35:19.673 DEBUG:teuthology.orchestra.run.smithi073:> sudo systemctl stop ceph-edf677d4-93eb-11ee-95a2-87774f69a715@mon.smithi073 2023-12-06T04:35:19.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:19 smithi073 bash[24935]: audit 2023-12-06T04:35:18.468565+0000 mgr.smithi073.zlngfn (mgr.14182) 1619 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:35:19.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:19 smithi073 systemd[1]: Stopping Ceph mon.smithi073 for edf677d4-93eb-11ee-95a2-87774f69a715... 2023-12-06T04:35:19.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:19 smithi073 bash[128276]: Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-mon.smithi073 2023-12-06T04:35:19.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:19 smithi073 bash[24935]: debug 2023-12-06T04:35:19.869+0000 7f2b66847700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi073 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-06T04:35:19.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:19 smithi110 bash[28336]: audit 2023-12-06T04:35:18.468565+0000 mgr.smithi073.zlngfn (mgr.14182) 1619 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:35:20.290 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 06 04:35:19 smithi073 bash[24935]: debug 2023-12-06T04:35:19.869+0000 7f2b66847700 -1 mon.smithi073@0(leader) e2 *** Got Signal Terminated *** 2023-12-06T04:35:20.921 DEBUG:teuthology.orchestra.run.smithi073:> sudo pkill -f 'journalctl -f -n 0 -u ceph-edf677d4-93eb-11ee-95a2-87774f69a715@mon.smithi073.service' 2023-12-06T04:35:20.982 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T04:35:20.983 INFO:tasks.cephadm.mon.smithi073:Stopped mon.smithi073 2023-12-06T04:35:20.983 INFO:tasks.cephadm.mon.smithi110:Stopping mon.smithi110... 2023-12-06T04:35:20.983 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-edf677d4-93eb-11ee-95a2-87774f69a715@mon.smithi110 2023-12-06T04:35:21.460 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:21 smithi110 systemd[1]: Stopping Ceph mon.smithi110 for edf677d4-93eb-11ee-95a2-87774f69a715... 2023-12-06T04:35:21.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:21 smithi110 bash[50629]: Error response from daemon: No such container: ceph-edf677d4-93eb-11ee-95a2-87774f69a715-mon.smithi110 2023-12-06T04:35:21.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:21 smithi110 bash[28336]: debug 2023-12-06T04:35:21.217+0000 7f7c4cc64700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi110 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-06T04:35:21.461 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Dec 06 04:35:21 smithi110 bash[28336]: debug 2023-12-06T04:35:21.217+0000 7f7c4cc64700 -1 mon.smithi110@1(peon) e2 *** Got Signal Terminated *** 2023-12-06T04:35:22.381 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-edf677d4-93eb-11ee-95a2-87774f69a715@mon.smithi110.service' 2023-12-06T04:35:22.428 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T04:35:22.429 INFO:tasks.cephadm.mon.smithi110:Stopped mon.smithi110 2023-12-06T04:35:22.429 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid edf677d4-93eb-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T04:36:23.242 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid edf677d4-93eb-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T04:37:21.658 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T04:37:21.673 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T04:37:21.687 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-06T04:37:21.689 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478729/remote/ubuntu@smithi073.front.sepia.ceph.com/crash 2023-12-06T04:37:21.690 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/crash -- . 2023-12-06T04:37:21.731 INFO:teuthology.orchestra.run.smithi073.stderr:tar: /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T04:37:21.732 INFO:teuthology.orchestra.run.smithi073.stderr:tar: Error is not recoverable: exiting now 2023-12-06T04:37:21.733 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478729/remote/ubuntu@smithi110.front.sepia.ceph.com/crash 2023-12-06T04:37:21.734 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/crash -- . 2023-12-06T04:37:21.749 INFO:teuthology.orchestra.run.smithi110.stderr:tar: /var/lib/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T04:37:21.750 INFO:teuthology.orchestra.run.smithi110.stderr:tar: Error is not recoverable: exiting now 2023-12-06T04:37:21.751 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-06T04:37:21.751 DEBUG:teuthology.orchestra.run.smithi073:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-06T04:37:21.797 INFO:teuthology.orchestra.run.smithi073.stderr:grep: /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-06T04:37:21.799 INFO:tasks.cephadm:Compressing logs... 2023-12-06T04:37:21.799 DEBUG:teuthology.orchestra.run.smithi073:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-06T04:37:21.846 DEBUG:teuthology.orchestra.run.smithi110:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-06T04:37:21.860 INFO:teuthology.orchestra.run.smithi073.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-06T04:37:21.862 INFO:teuthology.orchestra.run.smithi110.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-06T04:37:21.870 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-06T04:37:21.870 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-06T04:37:21.870 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mgr.smithi110.ctrvpp.log 2023-12-06T04:37:21.871 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-06T04:37:21.873 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mgr.smithi110.ctrvpp.log: gzip -5 --verbose -- /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mon.smithi110.log 2023-12-06T04:37:21.874 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi110.jhsrre.log 2023-12-06T04:37:21.874 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.6.log: /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mon.smithi110.log: gzip -5 --verbose -- /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-06T04:37:21.874 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-06T04:37:21.874 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi110.jhsrre.log: 83.8%gzip -5 --verbose -- replaced with /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi110.jhsrre.log.gz-- 2023-12-06T04:37:21.874 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T04:37:21.874 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-06T04:37:21.875 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mon.smithi073.log 2023-12-06T04:37:21.876 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi073.micxec.log 2023-12-06T04:37:21.876 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mgr.smithi073.zlngfn.log 2023-12-06T04:37:21.876 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mon.smithi073.log: /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi073.micxec.log: 60.3% -- replaced with /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi073.micxec.log.gz 2023-12-06T04:37:21.876 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-06T04:37:21.876 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T04:37:21.876 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mgr.smithi073.zlngfn.log: /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-06T04:37:21.876 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T04:37:21.878 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.4.log: gzip -5 /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-volume.log: --verbose -- /var/log/ceph/cephadm.log 2023-12-06T04:37:21.883 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.2.log: /var/log/ceph/cephadm.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T04:37:21.885 INFO:teuthology.orchestra.run.smithi110.stderr: 92.3% -- replaced with /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T04:37:21.885 INFO:teuthology.orchestra.run.smithi110.stderr: 93.6% -- replaced with /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mgr.smithi110.ctrvpp.log.gz 2023-12-06T04:37:21.886 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 92.5% -- replaced with /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T04:37:21.894 INFO:teuthology.orchestra.run.smithi073.stderr: 92.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T04:37:22.179 INFO:teuthology.orchestra.run.smithi110.stderr: 92.6% -- replaced with /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mon.smithi110.log.gz 2023-12-06T04:37:22.299 INFO:teuthology.orchestra.run.smithi073.stderr: 89.4% -- replaced with /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mgr.smithi073.zlngfn.log.gz 2023-12-06T04:37:22.348 INFO:teuthology.orchestra.run.smithi073.stderr: 92.9% -- replaced with /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-06T04:37:22.363 INFO:teuthology.orchestra.run.smithi110.stderr: 92.9% -- replaced with /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-06T04:37:22.473 INFO:teuthology.orchestra.run.smithi110.stderr: 93.0% -- replaced with /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-06T04:37:22.483 INFO:teuthology.orchestra.run.smithi073.stderr: 92.9% -- replaced with /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-06T04:37:22.509 INFO:teuthology.orchestra.run.smithi073.stderr: 93.4% -- replaced with /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-06T04:37:22.529 INFO:teuthology.orchestra.run.smithi110.stderr: 92.8% -- replaced with /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-06T04:37:22.585 INFO:teuthology.orchestra.run.smithi073.stderr: 93.0% -- replaced with /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-06T04:37:22.612 INFO:teuthology.orchestra.run.smithi110.stderr: 92.9% -- replaced with /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-06T04:37:22.613 INFO:teuthology.orchestra.run.smithi110.stderr: 2023-12-06T04:37:22.613 INFO:teuthology.orchestra.run.smithi110.stderr:real 0m0.762s 2023-12-06T04:37:22.613 INFO:teuthology.orchestra.run.smithi110.stderr:user 0m2.737s 2023-12-06T04:37:22.614 INFO:teuthology.orchestra.run.smithi110.stderr:sys 0m0.120s 2023-12-06T04:37:22.911 INFO:teuthology.orchestra.run.smithi073.stderr: 90.0% -- replaced with /var/log/ceph/edf677d4-93eb-11ee-95a2-87774f69a715/ceph-mon.smithi073.log.gz 2023-12-06T04:37:22.912 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-12-06T04:37:22.912 INFO:teuthology.orchestra.run.smithi073.stderr:real 0m1.063s 2023-12-06T04:37:22.913 INFO:teuthology.orchestra.run.smithi073.stderr:user 0m3.774s 2023-12-06T04:37:22.913 INFO:teuthology.orchestra.run.smithi073.stderr:sys 0m0.188s 2023-12-06T04:37:22.913 INFO:tasks.cephadm:Archiving logs... 2023-12-06T04:37:22.914 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478729/remote/ubuntu@smithi073.front.sepia.ceph.com/log 2023-12-06T04:37:22.915 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T04:37:23.495 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478729/remote/ubuntu@smithi110.front.sepia.ceph.com/log 2023-12-06T04:37:23.496 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T04:37:23.906 INFO:tasks.cephadm:Removing cluster... 2023-12-06T04:37:23.906 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid edf677d4-93eb-11ee-95a2-87774f69a715 --force 2023-12-06T04:37:25.273 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid edf677d4-93eb-11ee-95a2-87774f69a715 --force 2023-12-06T04:37:26.641 INFO:tasks.cephadm:Removing cephadm ... 2023-12-06T04:37:26.641 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T04:37:26.648 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T04:37:26.656 INFO:tasks.cephadm:Teardown complete 2023-12-06T04:37:26.656 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-06T04:37:26.667 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_1... 2023-12-06T04:37:26.667 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_1 2023-12-06T04:37:27.005 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-06T04:37:27.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:37:27.007 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_2... 2023-12-06T04:37:27.007 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_2 2023-12-06T04:37:27.309 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-06T04:37:27.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:37:27.311 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_3... 2023-12-06T04:37:27.311 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_3 2023-12-06T04:37:27.633 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-06T04:37:27.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:37:27.635 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_4... 2023-12-06T04:37:27.636 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_4 2023-12-06T04:37:27.953 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-06T04:37:27.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:37:27.955 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-06T04:37:27.955 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/scratch_devs 2023-12-06T04:37:27.969 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_1... 2023-12-06T04:37:27.970 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_1 2023-12-06T04:37:28.243 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-06T04:37:28.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:37:28.245 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_2... 2023-12-06T04:37:28.246 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_2 2023-12-06T04:37:28.547 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-06T04:37:28.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:37:28.549 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_3... 2023-12-06T04:37:28.549 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_3 2023-12-06T04:37:28.831 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-06T04:37:28.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:37:28.833 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_4... 2023-12-06T04:37:28.834 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_4 2023-12-06T04:37:29.119 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-06T04:37:29.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:37:29.121 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-12-06T04:37:29.121 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/scratch_devs 2023-12-06T04:37:29.136 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-06T04:37:29.147 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-06T04:37:29.147 DEBUG:teuthology.orchestra.run.smithi073:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T04:37:29.150 DEBUG:teuthology.orchestra.run.smithi110:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T04:37:29.169 INFO:teuthology.orchestra.run.smithi073.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T04:37:29.169 INFO:teuthology.orchestra.run.smithi073.stdout:============================================================================== 2023-12-06T04:37:29.169 INFO:teuthology.orchestra.run.smithi073.stdout:*hv01.front.sepi 44.4.53.2 2 u 97 128 377 0.074 -1.288 0.042 2023-12-06T04:37:29.170 INFO:teuthology.orchestra.run.smithi073.stdout:+hv02.front.sepi 63.231.80.2 3 u 81 128 377 0.097 0.106 0.054 2023-12-06T04:37:29.170 INFO:teuthology.orchestra.run.smithi073.stdout:+hv03.front.sepi 74.6.168.72 3 u 85 128 377 0.111 -0.291 0.129 2023-12-06T04:37:29.170 INFO:teuthology.orchestra.run.smithi073.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-06T04:37:29.198 INFO:teuthology.orchestra.run.smithi110.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T04:37:29.198 INFO:teuthology.orchestra.run.smithi110.stdout:============================================================================== 2023-12-06T04:37:29.198 INFO:teuthology.orchestra.run.smithi110.stdout:*hv01.front.sepi 44.4.53.2 2 u 10 64 377 0.090 0.158 0.646 2023-12-06T04:37:29.199 INFO:teuthology.orchestra.run.smithi110.stdout:+hv02.front.sepi 63.231.80.2 3 u 15 64 377 0.083 0.842 0.715 2023-12-06T04:37:29.199 INFO:teuthology.orchestra.run.smithi110.stdout:+hv03.front.sepi 74.6.168.72 3 u 20 64 377 0.089 1.029 0.476 2023-12-06T04:37:29.199 INFO:teuthology.orchestra.run.smithi110.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-06T04:37:29.200 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-06T04:37:29.210 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-06T04:37:29.211 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-06T04:37:29.239 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-06T04:37:29.272 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-06T04:37:29.306 INFO:teuthology.task.internal:Duration was 2623.607594 seconds 2023-12-06T04:37:29.306 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-06T04:37:29.340 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-06T04:37:29.340 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T04:37:29.342 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T04:37:29.390 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-06T04:37:29.391 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi073.front.sepia.ceph.com 2023-12-06T04:37:29.391 DEBUG:teuthology.orchestra.run.smithi073:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-06T04:37:29.442 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi110.front.sepia.ceph.com 2023-12-06T04:37:29.442 DEBUG:teuthology.orchestra.run.smithi110:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-06T04:37:29.457 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-06T04:37:29.457 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T04:37:29.487 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T04:37:29.567 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-06T04:37:29.567 DEBUG:teuthology.orchestra.run.smithi073:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T04:37:29.569 DEBUG:teuthology.orchestra.run.smithi110:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T04:37:29.768 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-06T04:37:29.779 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-06T04:37:29.779 DEBUG:teuthology.orchestra.run.smithi073:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T04:37:29.796 DEBUG:teuthology.orchestra.run.smithi110:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T04:37:29.812 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-06T04:37:29.839 DEBUG:teuthology.orchestra.run.smithi073:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-06T04:37:29.841 DEBUG:teuthology.orchestra.run.smithi110:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-06T04:37:29.853 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = core 2023-12-06T04:37:29.869 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = core 2023-12-06T04:37:29.902 DEBUG:teuthology.orchestra.run.smithi073:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T04:37:29.929 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:37:29.930 DEBUG:teuthology.orchestra.run.smithi110:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T04:37:29.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:37:29.952 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-06T04:37:29.963 INFO:teuthology.task.internal:Transferring archived files... 2023-12-06T04:37:29.964 DEBUG:teuthology.misc:Transferring archived files from smithi073:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478729/remote/smithi073 2023-12-06T04:37:29.965 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T04:37:30.010 DEBUG:teuthology.misc:Transferring archived files from smithi110:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478729/remote/smithi110 2023-12-06T04:37:30.011 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T04:37:30.038 INFO:teuthology.task.internal:Removing archive directory... 2023-12-06T04:37:30.039 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T04:37:30.047 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T04:37:30.081 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-06T04:37:30.093 INFO:teuthology.task.internal:Not uploading archives. 2023-12-06T04:37:30.093 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-06T04:37:30.114 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-06T04:37:30.115 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T04:37:30.117 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T04:37:30.123 INFO:teuthology.orchestra.run.smithi073.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 04:37 /home/ubuntu/cephtest 2023-12-06T04:37:30.134 INFO:teuthology.orchestra.run.smithi110.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 04:37 /home/ubuntu/cephtest 2023-12-06T04:37:30.137 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-06T04:37:30.147 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-06T04:37:30.312 INFO:teuthology.nuke:Checking targets against current locks 2023-12-06T04:37:30.339 DEBUG:teuthology.nuke:shortname: smithi073 2023-12-06T04:37:30.340 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T04:37:30.361 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478729', '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': '2023-12-06 03:44:33.931372', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-06T04:37:30.364 DEBUG:teuthology.nuke:shortname: smithi110 2023-12-06T04:37:30.365 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T04:37:30.384 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478729', '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': '2023-12-06 03:44:33.929857', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-06T04:37:30.411 INFO:teuthology.orchestra.console.smithi073:Power off 2023-12-06T04:37:30.411 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T04:37:30.436 DEBUG:teuthology.orchestra.console.smithi073:power off output: Chassis Power Control: Down/Off 2023-12-06T04:37:30.436 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T04:37:30.451 INFO:teuthology.orchestra.console.smithi110:Power off 2023-12-06T04:37:30.452 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T04:37:30.461 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2023-12-06T04:37:30.477 DEBUG:teuthology.orchestra.console.smithi110:power off output: Chassis Power Control: Down/Off 2023-12-06T04:37:30.477 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T04:37:30.500 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2023-12-06T04:37:34.462 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T04:37:34.501 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T04:37:34.572 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2023-12-06T04:37:34.612 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2023-12-06T04:37:38.574 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T04:37:38.612 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T04:37:38.684 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is off 2023-12-06T04:37:38.722 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2023-12-06T04:37:38.786 INFO:teuthology.orchestra.console.smithi073:Power off completed 2023-12-06T04:37:42.726 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T04:37:42.835 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is off 2023-12-06T04:37:42.936 INFO:teuthology.orchestra.console.smithi110:Power off completed 2023-12-06T04:37:43.040 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: 2623.607594013214 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6028a831ae104f5bb935d8446853f5f3 status: fail success: false 2023-12-06T04:37:43.040 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T04:37:43.123 INFO:teuthology.run:FAIL