mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-24 02:04:10 +03: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);
|
||||
push @$vollist, $vmstate;
|
||||
push @$cmd, '-loadstate', $statepath;
|
||||
print "activating and using '$vmstate' as vmstate\n";
|
||||
}
|
||||
|
||||
# add custom args
|
||||
|
Loading…
x
Reference in New Issue
Block a user