mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-13 22:29:14 +00:00
logging vmstate into Resume/Start Task
so that the user knows what got loaded as vmstate Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
40a572f7e8
commit
b85666cf7f
@ -4058,6 +4058,7 @@ sub config_to_command {
|
|||||||
my $statepath = PVE::Storage::path($storecfg, $vmstate);
|
my $statepath = PVE::Storage::path($storecfg, $vmstate);
|
||||||
push @$vollist, $vmstate;
|
push @$vollist, $vmstate;
|
||||||
push @$cmd, '-loadstate', $statepath;
|
push @$cmd, '-loadstate', $statepath;
|
||||||
|
print "activating and using '$vmstate' as vmstate\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
# add custom args
|
# add custom args
|
||||||
|
Loading…
Reference in New Issue
Block a user