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
22415a0c
Commit
22415a0c
authored
Nov 13, 2013
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
import pveceph script
parent
060bd5a6
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
762 additions
and
0 deletions
+762
-0
Makefile
bin/Makefile
+5
-0
pveceph
bin/pveceph
+757
-0
No files found.
bin/Makefile
View file @
22415a0c
...
@@ -3,6 +3,7 @@ include ../defines.mk
...
@@ -3,6 +3,7 @@ include ../defines.mk
SUBDIRS
=
init.d cron ocf
test
SUBDIRS
=
init.d cron ocf
test
SCRIPTS
=
\
SCRIPTS
=
\
pveceph
\
vzdump
\
vzdump
\
vzrestore
\
vzrestore
\
pvestatd
\
pvestatd
\
...
@@ -20,6 +21,7 @@ SCRIPTS = \
...
@@ -20,6 +21,7 @@ SCRIPTS = \
pveperf
pveperf
MANS
=
\
MANS
=
\
pveceph.1
\
pvectl.1
\
pvectl.1
\
vzdump.1
\
vzdump.1
\
vzrestore.1
\
vzrestore.1
\
...
@@ -44,6 +46,9 @@ all: ${MANS} pvemailforward
...
@@ -44,6 +46,9 @@ all: ${MANS} pvemailforward
pvectl.1.pod
:
pvectl
pvectl.1.pod
:
pvectl
perl
-I
.. ./pvectl printmanpod
>
$@
perl
-I
.. ./pvectl printmanpod
>
$@
pveceph.1.pod
:
pveceph
perl
-I
.. ./pveceph printmanpod
>
$@
vzdump.1.pod
:
vzdump
vzdump.1.pod
:
vzdump
perl
-I
..
-T
./vzdump printmanpod
>
$@
perl
-I
..
-T
./vzdump printmanpod
>
$@
...
...
bin/pveceph
0 → 100755
View file @
22415a0c
This diff is collapsed.
Click to expand it.
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