controller-0:~$ kubectl get pods --all-namespaces | egrep -v "Running|Completed" NAMESPACE NAME READY STATUS RESTARTS AGE default testpod 0/1 ImagePullBackOff 0 55m openstack libvirt-libvirt-default-9xhvr 0/1 CrashLoopBackOff 22 91m openstack libvirt-libvirt-default-fbm6h 0/1 CrashLoopBackOff 22 90m openstack nova-cell-setup-lgms7 0/1 Init:0/2 0 176m openstack nova-cell-setup-njvjp 0/1 Init:0/2 0 85m openstack nova-compute-compute-0-75ea0372-msslx 0/2 Init:0/6 0 85m openstack nova-compute-compute-1-3dfb81d6-rm2tj 0/2 Init:0/6 0 85m controller-0:~$ kubectl -n openstack logs libvirt-libvirt-default-9xhvr ++ grep libvirtd + '[' -n '' ']' + rm -f /var/run/libvirtd.pid + [[ -c /dev/kvm ]] + chmod 660 /dev/kvm + chown root:kvm /dev/kvm + CGROUPS= + for CGROUP in cpu rdma hugetlb + '[' -d /sys/fs/cgroup/cpu ']' + CGROUPS+=cpu, + for CGROUP in cpu rdma hugetlb + '[' -d /sys/fs/cgroup/rdma ']' + for CGROUP in cpu rdma hugetlb + '[' -d /sys/fs/cgroup/hugetlb ']' + CGROUPS+=hugetlb, + cgcreate -g cpu,hugetlb:/osh-libvirt ++ tr -cd '[:digit:]' ++ grep HugePages_Total ++ cat /proc/meminfo + hp_count=84786 + '[' 084786 -gt 0 ']' + echo 'INFO: Detected hugepage count of '\''84786'\''. Enabling hugepage settings for libvirt/qemu.' ++ grep KVM_HUGEPAGES=0 /etc/default/qemu-kvm grep: /etc/default/qemu-kvm: No such file or directory + '[' -n '' ']' + echo KVM_HUGEPAGES=1 + '[' '!' -d /dev/hugepages ']' + '[' -d /sys/fs/cgroup/hugetlb ']' ++ ls '/sys/fs/cgroup/hugetlb/kubepods/hugetlb.*.limit_in_bytes' ls: cannot access /sys/fs/cgroup/hugetlb/kubepods/hugetlb.*.limit_in_bytes: No such file or directory + limits= + echo 'ERROR: Failed to locate any hugetable limits. Did you set the correct cgroup in your values used for this chart?' + exit 1 INFO: Detected hugepage count of '84786'. Enabling hugepage settings for libvirt/qemu. ERROR: Failed to locate any hugetable limits. Did you set the correct cgroup in your values used for this chart?