Copy of VM including snapshots | Proxmox Support Forum
Clone of VM vs Clone of VM using Snapshot | Proxmox Support Forum
Is it possible to export VMs with Snapshots for use on other Proxmox instances?
New virtual machine from snapshot | Proxmox Support Forum
Videos
I create VMs for various test environments, and would like to share these VMs with my coworkers, however I don't have a good way of sending these VMs to them. Seeing as a VM can be multiple disk images (in my case qcows) + hardware configuration, it seems much less trivial than distribution of an ova/ovf in ESXi.
Specifically, I think the issue is distributing snapshots, which I'm not sure is possible.
Hi everyone,
I've been trying to set up my Proxmox environment with LVM Thin storage and raw images for my virtual machines (VMs) as per a tutorial. However, I'm unsure how to determine the actual space usage on this volume since I can't view the actual files. I have several VMs with varying disk sizes, and I'm wondering how efficient my linked clones and templates are, given that the total storage usage is well over 2TB on a 2TB NVME SSD volume.
In addition, I'm looking to migrate my VMs to a shared storage, and I'm considering using NFS as it seems to be widely used and supports thin provisioning. I'm wondering if it's possible to migrate my local VMs to an NFS share while preserving snapshots and linked clones.
I'm planning to install OpenMediaVault (OMV) as a guest VM on the LVM Thin raw storage and present it as an NFS share. I'm unsure whether to use ZFS or ext4 for OMV's storage volume. I could also use iSCSI, but I believe that would make sharing with a cluster or dropping files on it from other devices more complex.
The reason for using a guest VM to store the other VMs is that I plan to move the OMV VM to my NAS's storage, which is a RAID volume. Storing the VMs directly on the NAS could result in the need for frequent reconfigurations of my cluster's storage in the event of changes in NAS hardware. Also, not sharing it via the NAS will allow me to figure out a clustering approach independent of the NAS I buy. I hope to get OMV guest to be a cluster or at least live migrate or something so that it can achieve over 99.99% uptime for my VM storage.
Regarding backups, I'm not sure how Proxmox's built-in systems work yet, but I assume I'll get snapshots in time of a VM copied to a different storage location. Then, I'll have to duplicate that to an offsite copy.
My main concern now is how to manage linked VMs and snapshots for shared storage so that I can eventually have a Proxmox cluster later this year. Any advice or guidance would be greatly appreciated.
Thank you!