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:
Dominik Csapak 2019-11-29 11:06:46 +01:00 committed by Thomas Lamprecht
parent 40a572f7e8
commit b85666cf7f

View File

@ -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