Applicable to:
- SolusVM
Symptoms
KVM VPS creation with existing template fails - in SolusVM > Virtual Servers > VPS > Build Log the following is found:
CONFIG_TEXT: ########## LOG START ##########
Template => not found template_name
Cause
Permissions for directory /home/solusvm/kvm/template/
are different from below:
# ls -ld /home/solusvm/kvm/template/
drwxr-xr-x. 2 root root 4096 Jul 18 03:37 /home/solusvm/kvm/template/
Resolution
-
Connect to the SolusVM slave node over SSH.
-
Set correct permissions for the directory:
# chmod 755 /home/solusvm/kvm/template/
Comments
0 commentsPlease sign in to leave a comment.