Hello!
I am migrating my VM setup from OpenIndiana to Proxmox. I was able to import my zpool into Proxmox, and able to create a new VM that I wanted to rebuild. I have added ZFS storage in Proxmox and when I created the new VM it created it as a zvol, which is how I did things on OpenIndiana also.
My zpool has existing zvols for virtual machines that I'd love to be able to just rebuild the KVM configuration and have Proxmox run those existing zvols as the disk.
Here are some datasets, zfs list, vm-100-disk-1 obviously one created by Proxmox :
Is there a way I can point Proxmox to those zvols? Or, if not, maybe I could create a similar sized new vm disk and zfs send | zfs recv it, clearing the blank one?
I don't mind messing with a config file at the terminal, but I haven't dug around to find those yet.
Thanks
I am migrating my VM setup from OpenIndiana to Proxmox. I was able to import my zpool into Proxmox, and able to create a new VM that I wanted to rebuild. I have added ZFS storage in Proxmox and when I created the new VM it created it as a zvol, which is how I did things on OpenIndiana also.
My zpool has existing zvols for virtual machines that I'd love to be able to just rebuild the KVM configuration and have Proxmox run those existing zvols as the disk.
Here are some datasets, zfs list, vm-100-disk-1 obviously one created by Proxmox :
Code:
reds/proxmox 282M 4.33T 96K /reds/proxmox
reds/proxmox/vm-100-disk-1 282M 4.33T 282M -
reds/vm-central 124G 4.33T 660K /reds/vm-central
reds/vm-central/huginn 21.1G 4.33T 144K /reds/vm-central/huginn
reds/vm-central/huginn/disk0 21.1G 4.34T 8.67G -
reds/vm-central/observium 12.7G 4.33T 144K /reds/vm-central/observium
reds/vm-central/observium/disk0 12.7G 4.34T 4.40G -
reds/vm-central/ourblogs 12.7G 4.33T 144K /reds/vm-central/ourblogs
reds/vm-central/ourblogs/disk0 12.7G 4.33T 12.7G -
Is there a way I can point Proxmox to those zvols? Or, if not, maybe I could create a similar sized new vm disk and zfs send | zfs recv it, clearing the blank one?
I don't mind messing with a config file at the terminal, but I haven't dug around to find those yet.
Thanks