Description of problem:
After successful upgrade of the RHV-H to latest version rhvh-4.4.4.1-0.20210201.0, the vdsmd fails to start with error:-
~~~
Feb 12 13:01:24 vmxx vdsmd_init_common.sh[3533]: Modules sanlock, multipath are not configured
Feb 12 13:01:24 vmxx vdsmd_init_common.sh[3533]: vdsm: stopped during execute check_is_configured task (task returned with error code 1).
~~~
Version-Release number of selected component (if applicable):
redhat-virtualization-host-image-update-4.4.4-20210201.0.el8_3.noarch
How reproducible:
Always
Steps to Reproduce:
1. Upgrade RHV-H to version rhvh-4.4.4.1-0.20210201.0.
2. Check status of vdsmd service
3.
Actual results:
The vdsmd service fails to start
Expected results:
The vdsmd service should start without any issues.
Additional info:
Executing 'vdsm-tool configure --force' resolves the issue.
QE reproduced this issue.
Test version:
redhat-virtualization-host-4.4.4-20210201.0.el8_3
Test steps:
1. Install RHVH-4.4-20201210.0-RHVH-x86_64-dvd1.iso
2. Set up local repo and point to "redhat-virtualization-host-4.4.4-20210201.0.el8_3"
3. Upgrade the host and enter the new layer
# yum update
# reboot
4. Check status of vdsmd service
# systemctl status vdsmd
Test result:
The vdsmd service is inactive and fails to start
~~~~~~
# systemctl status vdsmd
● vdsmd.service - Virtual Desktop Server Manager
Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; disabled; vendor preset: disabled)
Active: inactive (dead)
# systemctl restart vdsmd
Job for vdsmd.service failed because the control process exited with error code.
See "systemctl status vdsmd.service" and "journalctl -xe" for details.
~~~~~~
Additional info:
After installing RHVH-4.4-20201210.0-RHVH-x86_64-dvd1.iso, the vdsmd service is inactive and fails to start.