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

vzrestore: allow --storage option

parent 2a797de6
...@@ -41,6 +41,11 @@ __PACKAGE__->register_method({ ...@@ -41,6 +41,11 @@ __PACKAGE__->register_method({
type => 'string', type => 'string',
maxLength => 255, maxLength => 255,
}, },
storage => get_standard_option('pve-storage-id', {
description => "Target storage.",
default => 'local',
optional => 1,
}),
force => { force => {
optional => 1, optional => 1,
type => 'boolean', 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 pve-manager (2.1-15) unstable; urgency=low
* Slovenian translation (thanks to Dojan Borstnar) * Slovenian translation (thanks to Dojan Borstnar)
......
...@@ -2,7 +2,7 @@ RELEASE=2.1 ...@@ -2,7 +2,7 @@ RELEASE=2.1
VERSION=2.1 VERSION=2.1
PACKAGE=pve-manager PACKAGE=pve-manager
PACKAGERELEASE=15 PACKAGERELEASE=16
BINDIR=${DESTDIR}/usr/bin BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5 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