mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-04 02:29:57 +00:00
fixup: vmstate: pass volid not resolved path to vollist
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
929bb379c9
commit
24d1f93a84
@ -4118,7 +4118,7 @@ sub config_to_command {
|
||||
|
||||
if (my $vmstate = $conf->{vmstate}) {
|
||||
my $statepath = PVE::Storage::path($storecfg, $vmstate);
|
||||
push @$vollist, $statepath;
|
||||
push @$vollist, $vmstate;
|
||||
push @$cmd, '-loadstate', $statepath;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user