Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
33d02079
Commit
33d02079
authored
Sep 05, 2012
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vzrestore: allow --storage option
parent
2a797de6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
vzrestore
bin/vzrestore
+5
-0
changelog.Debian
debian/changelog.Debian
+6
-0
defines.mk
defines.mk
+1
-1
No files found.
bin/vzrestore
View file @
33d02079
...
@@ -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
',
...
...
debian/changelog.Debian
View file @
33d02079
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)
...
...
defines.mk
View file @
33d02079
...
@@ -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=1
5
PACKAGERELEASE=1
6
BINDIR=${DESTDIR}/usr/bin
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5
PERLLIBDIR=${DESTDIR}/usr/share/perl5
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment