Commit 33d02079 authored by Dietmar Maurer's avatar Dietmar Maurer

vzrestore: allow --storage option

parent 2a797de6
......@@ -41,6 +41,11 @@ __PACKAGE__->register_method({
type => 'string',
maxLength => 255,
},
storage => get_standard_option('pve-storage-id', {
description => "Target storage.",
default => 'local',
optional => 1,
}),
force => {
optional => 1,
type => 'boolean',
......
pve-manager (2.1-16) unstable; urgency=low
* vzrestore: allow --storage option
-- Proxmox Support Team <support@proxmox.com> Wed, 05 Sep 2012 08:04:28 +0200
pve-manager (2.1-15) unstable; urgency=low
* Slovenian translation (thanks to Dojan Borstnar)
......
......@@ -2,7 +2,7 @@ RELEASE=2.1
VERSION=2.1
PACKAGE=pve-manager
PACKAGERELEASE=15
PACKAGERELEASE=16
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment