Applicable to:
- SolusVM
Symptoms
Disk size of Windwos KVM VPS is different from the one set in SolusVM.
Cause
libguest-winsupport
package is missing on slave SolusVM node:
# rpm -qi libguestfs-winsupport
package libguestfs-winsupport is not installed
Resolution
-
Connect to SolusVM slave node over SSH.
-
Install the package from the base repository:
# sed -i /etc/yum.repos.d/CentOS-Base.repo -e '/exclude/d' && yum install libguestfs-winsupport.x86_64 -y && sed -i /etc/yum.repos.d/CentOS-Base.repo -e '/gpgkey=/s/.*/&\ \nexclude=libguestfs* perl-Sys-Guestfs*/'
Comments
0 commentsPlease sign in to leave a comment.