How to edit an existing SolusVM KVM template?

Have more questions? Submit a request

Applicable to:

  • SolusVM

Question

How to edit an existing SolusVM KVM template?

Answer

  1. Connect to the SolusVM Slave KVM node via SSH.

  2. Create a temporary directory for mount point:

    # mkdir /mnt_tmp

  3. Mount the necessary template, for example:

    # guestmount -a /home/solusvm/kvm/template/linux-centos-7-x86_64-minimal-latest.gz -i --rw /mnt_tmp

  4. Change necessary files in the template in /mnt_tmp directory.

  5. Unmount the image:

    # umount -u /mnt_tmp/

Note: these changes will be applied only on the node where the template was updated, if it is required to use the template on different nodes - upload it manually to Master node and sync it with other KVM nodes.

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.