mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-06 13:17:56 +03:00
add linefeed to warn message and add changelog for previous commit
This commit is contained in:
parent
5b0bd20dd5
commit
19d13324e4
@ -2409,7 +2409,7 @@ __PACKAGE__->register_method({
|
||||
my $used_paths = PVE::QemuServer::get_used_paths($vmid, $storecfg, $conf, 1, 1);
|
||||
my $path = PVE::Storage::path($storecfg, $old_volid);
|
||||
if ($used_paths->{$path}){
|
||||
warn "volume $old_volid have snapshots. Can't delete it";
|
||||
warn "volume $old_volid have snapshots. Can't delete it\n";
|
||||
PVE::QemuServer::add_unused_volume($conf, $old_volid);
|
||||
PVE::QemuServer::update_config_nolock($vmid, $conf, 1);
|
||||
} else {
|
||||
|
@ -1,8 +1,10 @@
|
||||
qemu-server (3.1-16) unstable; urgency=low
|
||||
|
||||
* fix bug #502: allow creation of empty vma archives
|
||||
|
||||
* fix bug #510: move_disk - don't delete disk if used in a previous snasphot
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 14 Apr 2014 11:22:54 +0200
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 17 Apr 2014 09:29:26 +0200
|
||||
|
||||
qemu-server (3.1-15) unstable; urgency=low
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user