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
fc0030d6
Commit
fc0030d6
authored
Sep 16, 2013
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug #456: allow glusterfs as backup storage
parent
7ed025e1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
VZDump.pm
PVE/VZDump.pm
+1
-1
changelog.Debian
debian/changelog.Debian
+6
-0
defines.mk
defines.mk
+1
-1
No files found.
PVE/VZDump.pm
View file @
fc0030d6
...
@@ -84,7 +84,7 @@ sub storage_info {
...
@@ -84,7 +84,7 @@ sub storage_info {
my
$type
=
$scfg
->
{
type
};
my
$type
=
$scfg
->
{
type
};
die
"
can't use storage type '
$type
' for backup
\n
"
die
"
can't use storage type '
$type
' for backup
\n
"
if
(
!
(
$type
eq
'
dir
'
||
$type
eq
'
nfs
'));
if
(
!
(
$type
eq
'
dir
'
||
$type
eq
'
nfs
'
||
$type
eq
'
glusterfs
'
));
die
"
can't use storage for backups - wrong content type
\n
"
die
"
can't use storage for backups - wrong content type
\n
"
if
(
!
$scfg
->
{
content
}
->
{
backup
});
if
(
!
$scfg
->
{
content
}
->
{
backup
});
...
...
debian/changelog.Debian
View file @
fc0030d6
pve-manager (3.1-12) unstable; urgency=low
* fix bug #456: allow glusterfs as backup storage
-- Proxmox Support Team <support@proxmox.com> Mon, 16 Sep 2013 08:12:24 +0200
pve-manager (3.1-11) unstable; urgency=low
pve-manager (3.1-11) unstable; urgency=low
* vzdump: fix hook script environment for job-* phase
* vzdump: fix hook script environment for job-* phase
...
...
defines.mk
View file @
fc0030d6
...
@@ -2,7 +2,7 @@ RELEASE=3.1
...
@@ -2,7 +2,7 @@ RELEASE=3.1
VERSION=3.1
VERSION=3.1
PACKAGE=pve-manager
PACKAGE=pve-manager
PACKAGERELEASE=1
1
PACKAGERELEASE=1
2
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