Bug 1878467
| Summary: | Can't join rhel8.3 host into new cluster 4.5 | ||
|---|---|---|---|
| Product: | [oVirt] vdsm | Reporter: | Michael Burman <mburman> |
| Component: | General | Assignee: | Eli Mesika <emesika> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Matyáš <pmatyas> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.40.29 | CC: | bugs, michal.skrivanek, mperina, nsoffer |
| Target Milestone: | ovirt-4.4.3 | Keywords: | AutomationBlocker |
| Target Release: | --- | Flags: | mperina:
ovirt-4.4?
|
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | vdsm-4.40.30 | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-11-11 06:42:37 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1877675 | ||
| Bug Blocks: | |||
|
Description
Michael Burman
2020-09-13 08:44:02 UTC
vdsm-client Host getCapabilities|less
"clusterLevels": [
"4.2",
"4.3",
"4.4"
],
Please share libvirt version on the 8.3 host:
rpm -q libvrit-daemon
This is what I have on my test setup:
# rpm -q libvirt-daemon
libvirt-daemon-6.6.0-4.module+el8.3.0+7883+3d717aa8.x86_64
# vdsm-client Host getCapabilities | jq .clusterLevels
[
"4.2",
"4.3",
"4.4",
"4.5"
]
(In reply to Nir Soffer from comment #3) > Please share libvirt version on the 8.3 host: > > rpm -q libvrit-daemon > > This is what I have on my test setup: > > # rpm -q libvirt-daemon > libvirt-daemon-6.6.0-4.module+el8.3.0+7883+3d717aa8.x86_64 > > # vdsm-client Host getCapabilities | jq .clusterLevels > [ > "4.2", > "4.3", > "4.4", > "4.5" > ] HI NIr, It's not related to libvirt. vdsm-4.40.29-1.el8ev.x86_64 is missing cluster level 4.5 capabilities. I have same libvirt-daemon-6.6.0-4.module+el8.3.0+7883+3d717aa8.x86_64 Cluster 4.5 on VDSM will be supported only onl vdsm 4.40.30, which will be in qe compose this week. Until then don't use cluster level 4.5 Verified on vdsm-4.40.30-1.el8ev.x86_64 This bugzilla is included in oVirt 4.4.3 release, published on November 10th 2020. Since the problem described in this bug report should be resolved in oVirt 4.4.3 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |