成功解决Failed to execute stage ‘Setup validation’: Cannot locate gluster packages

简介: 成功解决Failed to execute stage ‘Setup validation’: Cannot locate gluster packages

一、出现问题

今天在oVirt上面创建host之后,没有安装成功,查看event发现报了下面的错误:

An error has occurred during installation of Host hostGluster: Failed to execute stage 'Setup validation': Cannot locate gluster packages, possible cause is incorrect channels.


二、分析问题

Host需要加入到集群中,而加入集群的主机必须手动添加ovirt的源才可以进行操作!

三、解决问题

1. 安装ovirt对应源

[root@ovirt ~]# yum install https://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm

2. 强制更新包

[root@ovirt-test-04 ~]# yum update -y

3. 安装ovirt engine

[root@ovirt-test-04 ~]# yum install ovirt-engine -y

OK, GAME OVER!

相关文章
|
4月前
|
Linux 开发工具
You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofi
linux配置环境变量操作失误出现:/usr/libexec/grepconf.sh: line 5: grep: command not found 的解决办法
138 2
|
5月前
|
编译器
“Could not determine which ”make“ command to run. Check the ”make“ step in the build configuration.”
“Could not determine which ”make“ command to run. Check the ”make“ step in the build configuration.”
问题提解决:ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host=‘files.pythonhos
问题提解决:ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host=‘files.pythonhos
|
虚拟化
成功解决Failed to execute stage ‘Setup validation’: Hardware does not support virtualization.
成功解决Failed to execute stage ‘Setup validation’: Hardware does not support virtualization.
如何解决 conda install 库时报错:The environment is inconsistent, please check the package plan carefully
如何解决 conda install 库时报错:The environment is inconsistent, please check the package plan carefully
如何解决 conda install 库时报错:The environment is inconsistent, please check the package plan carefully
|
11月前
Error: Plugin/Preset files are not allowed to export objects, only functions……
Error: Plugin/Preset files are not allowed to export objects, only functions……
|
Python
ERROR: Failed building wheel for osgeo
ERROR: Failed building wheel for osgeo
349 0
[metasploit]msf启动:msf failed to load and returned this error 'cannot load such file -- bundler/setup'
[metasploit]msf启动:msf failed to load and returned this error 'cannot load such file -- bundler/setup'
111 0
|
网络安全 开发工具
【解决方案】A session ended very soon after starting. Check that the command in profile “XXX” is correct.
【解决方案】A session ended very soon after starting. Check that the command in profile “XXX” is correct.
1028 0
【解决方案】A session ended very soon after starting. Check that the command in profile “XXX” is correct.
|
关系型数据库 MySQL
You can remove cached packages by executing ‘yum clean packages‘. Error: GPG check FAILED
我们在使用服务器时安装mysql遇到的问题,现将有效的解决方案列出来 原因是:GPG对于包的源key的验证没有通过
You can remove cached packages by executing ‘yum clean packages‘. Error: GPG check FAILED