vm templates

  1. D

    ZFS on-disk encryption & VM Templates

    Down another rabbit hole I go. This time, on ZFS on-disk encryption. I was surprised this is not enabled by default, but I'm a noob, so bare with me. You can run the follow to set encryption to on: zfs create \ -o encryption=on \ -o keyformat=passphrase \ -o keylocation=prompt \...
  2. W

    Automate vm build with bitbucket

    Hi all, bit of a weird one in terms of direction with this issue but that's what I need help with, the direction. I'm using a Proxmox node (love it) just started using Cloud init and VM templates more. I'm getting a bit overwhelmed with what to do about automation in regards to deploying using...
  3. O

    Failure on VM Template

    Hi, I try to create an ubuntu VM template. But, whenever I try to create a new virtual machine with the command; "qm create 400 --memory 2048 --core 2 --name ubuntu-cloud --net0 virtio,bridge=vmbr0" command. I receive; perl: warning: Setting locale failed. perl: warning: Please check that...
  4. Z

    Linked Clones Unavailable to VMs!

    Hello, Are you able to create a LINKED CLONE from a VM? I find so much information about how to do it, yet I am not able to. After a great deal of frustration switching from a Directory storage to LVM-Thin, based on this Proxmox guide: VM Templates and Clones; I still did not have any...