-
2015-12-11 17:22:30 DEBUG otopi.ovirt_host_deploy.hardware hardware.detect:203 Hardware does not support virtualization
查看CPU信息:
[root@192-168-166-109 .ssh]# grep -E 'vmx|smx' /proc/cpuinfo |grep nx
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm dtherm tpr_shadow vnmi flexpriority ept vpid
那有可能是BOIS中的设置没有打开虚拟化.
再进行操作.
-
2015-Dec-11, 18:07 Failed to install Host HOST_192.168.166.109. Failed to execute stage 'Setup validation': Cannot locate vdsm package, possible cause is incorrect channels.
ovirt的包查询不到,先手工查找包:
[root@192-168-166-109 yum.repos.d]# yum search vdsm
没有找到的情况下,查看yum的repo
[root@192-168-166-109 repos_back]# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
repo id repo name status
base/7/x86_64 CentOS-7 - Base - 8,652
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 - 8,935
extras/7/x86_64 CentOS-7 - Extras - 285
glusterfs-epel/7/x86_64 GlusterFS is a clustered file-system capable of scaling to several petabytes. 14
glusterfs-noarch-epel/7 GlusterFS is a clustered file-system capable of scaling to several petabytes. 2
updates/7/x86_64 CentOS-7 - Updates - 1,726
repolist: 19,614
没有找到ovirt的软件源
需要加入集群的主机必须手动添加ovirt的源才可以进行操作,我觉得ovirt完全可以自己去做这件事情,毕竟添加主机的配置窗口中已经配置了密码或key认证,ovirt完全可以代替用户进行yum源的配置操作,而且可以下载相对应的版本.
[root@192-168-166-109 ~]# yum install
-
2015-Dec-14, 10:10 Not possible to mix RHEL 6.x and 7.x hosts in one cluster. Tried adding RHEL - 7 - 1.1503.el7.centos.2.8 host to a cluster with RHEL - 6 - 5.el6.centos.11.1 hosts.
不同版本的host不能共存在一个cluster中
-
Error while executing action: Server 192.168.166.109 is already part of another cluster.
阅读(4269) | 评论(0) | 转发(0) |