We moved this page to our Documentation Portal. You can find the latest updates here. |
Issue
ONAPPSTORE not running. No disks are being detected for a HV.
Environment
KVM Compute Resorces
Resolution
If no disks are being detected for a HV within Integrated Storage you should SSH into the HV and run:
virsh list
If the output is empty as below, we need to check why ONAPPSTORE did not start:
[root@xxx.xxx.xxx.xxx ~]# virsh list
Id Name State
----------------------------------------------------
Lets check the libvirtd logs:
[root@xxx.xxx.xxx.xxx ~]# tail /var/log/libvirt/libvirtd.log
2013-01-31 12:20:14.206+0000: 1803: info : libvirt version: 0.9.10, package: 21.el6_3.7 (CentOS BuildSystem <http://bugs.centos.org>, 2012-12-19-09:55:36, c6b7.bsys.dev.centos.org)
2013-01-31 12:20:14.206+0000: 1803: error : virDomainDefParseXML:8249 : unknown OS type hvm
2013-01-31 12:20:14.261+0000: 1797: error : virDomainDefParseXML:8249 : unknown OS type hvm
This tells us that probably virtualization is disabled and needs to be enabled in the BIOS of the Hypervisor