我有一个oVirt 4.2数据中心。我喜欢升级到4.3。哪些步骤是必要的,我从哪里得到文档。至少可以说,oVirt文档很少涉及这个问题。
发布于 2019-05-16 17:19:23
来回答我自己的问题:
有很好的文件可从Redhat为RHEV 4.3。
不要用任何红帽回复。保留oVirt的发行说明,只使用基于CentOS的repos。
如果这个答案中有什么你不清楚的话: RTFM,直到清理发生。
我建议等待4.3.4到达,因为4.3.3仍然有点粗糙的边缘。
我做了:
1.检查所有节点是否使用了firewalld。您必须切换所有节点才能使用firewalld,因为正如文档中所说的,Iptable在4.3中被废弃和删除。你必须重新安装每一个节点。所以每个节点都要经过维护。
2.发动机升级。先到4.2.8然后再到4.3.x
我的升级流程是:
Engine Update START
Minor Upgrades first
enable global maintenance mode
login to engine
engine-upgrade-check
yum update "ovirt-*-setup*"
engine-setup [The questions come with sane defaults from your current installation]
yum update
when success: disable global maintenance mode
Major Upgrade
enable global maintenance mode
login to engine
yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release[releasenumber].rpm
engine-upgrade-check
yum update "ovirt-*-setup*"
engine-setup [Same questions like above, but also for new features]
remove the old ovirt release from /etc/yum.repos.d
yum update
when success: disable global maintenance mode
Engine Upgrade END3.节点升级。
首先是4.2.8,然后如ovirt发布信息中所指定的那样:
# yum install https://resources.ovirt.org/pub/ovirt-4.3/rpm/el7/noarch/ovirt-node-ng-image-update-4.3.3-1.el7.noarch.rpm
# reboot4.将数据中心兼容性升级到4.3,这包括重新启动所有VM。你可以在文档中读到它。
那你就完了。
https://serverfault.com/questions/967647
复制相似问题