Good morning, is it possible to restore snapshot taken from a VM to other VM?
This is my situation:
I would like to restore one of these old VM 170 snap on VM 180, but I got error:
Basically, I did a snapshot before upgrading system (rpool/data/vm-170-disk-0@SNAP_PRE_UPGR) and another one (the current one) where the system is already upgraded (rpool/data/vm-170-disk-0@SNAP_POST_UPGR)
I need to temporary access a previous snapshot to take some data, but keep the system in current status. So my idea was restore snapshot on other temporary VM, access data, and then delete temp VM. Then continue to work with upgraded VM as usual.
Is it something feasible? Is there any other way?
Thank you
Lucas
This is my situation:
Code:
zfs list -t snapshot
NAME USED AVAIL REFER MOUNTPOINT
rpool/data/vm-170-disk-0@SNAP_OK 1.64G - 19.6G -
rpool/data/vm-170-disk-0@SNAP_PRE_UPGR 1.19G - 19.6G -
rpool/data/vm-170-disk-0@SNAP_POST_UPGR 34.5M - 20.1G -
I would like to restore one of these old VM 170 snap on VM 180, but I got error:
Code:
# qm rollback 180 rpool/data/vm-170-disk-0@SNAP_PRE_UPGR
400 Parameter verification failed.
snapname: invalid format - invalid configuration ID rpool/data/vm-170-disk-0@SNAP_PRE_UPGR'
Basically, I did a snapshot before upgrading system (rpool/data/vm-170-disk-0@SNAP_PRE_UPGR) and another one (the current one) where the system is already upgraded (rpool/data/vm-170-disk-0@SNAP_POST_UPGR)
I need to temporary access a previous snapshot to take some data, but keep the system in current status. So my idea was restore snapshot on other temporary VM, access data, and then delete temp VM. Then continue to work with upgraded VM as usual.
Is it something feasible? Is there any other way?
Thank you
Lucas