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
76281be8
Commit
76281be8
authored
Oct 02, 2015
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup: use new run_cli_handler() method
parent
4a21f837
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
pveceph
bin/pveceph
+1
-1
pvedaemon
bin/pvedaemon
+1
-1
pveproxy
bin/pveproxy
+1
-1
pvestatd
bin/pvestatd
+1
-1
pvesubscription
bin/pvesubscription
+1
-1
spiceproxy
bin/spiceproxy
+1
-1
vzdump
bin/vzdump
+1
-1
No files found.
bin/pveceph
View file @
76281be8
...
@@ -5,4 +5,4 @@ use warnings;
...
@@ -5,4 +5,4 @@ use warnings;
use
PVE::CLI::
pveceph
;
use
PVE::CLI::
pveceph
;
PVE::CLI::
pveceph
->
run_cli
();
PVE::CLI::
pveceph
->
run_cli
_handler
();
bin/pvedaemon
View file @
76281be8
...
@@ -24,4 +24,4 @@ my $prepare = sub {
...
@@ -24,4 +24,4 @@ my $prepare = sub {
mkdir
"
/var/run/dtach
";
mkdir
"
/var/run/dtach
";
};
};
PVE::Service::
pvedaemon
->
run_cli
(
undef
,
undef
,
$prepare
);
PVE::Service::
pvedaemon
->
run_cli
_handler
(
prepare
=>
$prepare
);
bin/pveproxy
View file @
76281be8
...
@@ -28,4 +28,4 @@ my $prepare = sub {
...
@@ -28,4 +28,4 @@ my $prepare = sub {
}
}
};
};
PVE::Service::
pveproxy
->
run_cli
(
undef
,
undef
,
$prepare
);
PVE::Service::
pveproxy
->
run_cli
_handler
(
prepare
=>
$prepare
);
bin/pvestatd
View file @
76281be8
...
@@ -15,4 +15,4 @@ my $prepare = sub {
...
@@ -15,4 +15,4 @@ my $prepare = sub {
$rpcenv
->
set_user
('
root@pam
');
$rpcenv
->
set_user
('
root@pam
');
};
};
PVE::Service::
pvestatd
->
run_cli
(
undef
,
undef
,
$prepare
);
PVE::Service::
pvestatd
->
run_cli
_handler
(
prepare
=>
$prepare
);
bin/pvesubscription
View file @
76281be8
...
@@ -5,4 +5,4 @@ use warnings;
...
@@ -5,4 +5,4 @@ use warnings;
use
PVE::CLI::
pvesubscription
;
use
PVE::CLI::
pvesubscription
;
PVE::CLI::
pvesubscription
->
run_cli
();
PVE::CLI::
pvesubscription
->
run_cli
_handler
();
bin/spiceproxy
View file @
76281be8
...
@@ -26,4 +26,4 @@ my $prepare = sub {
...
@@ -26,4 +26,4 @@ my $prepare = sub {
}
}
};
};
PVE::Service::
spiceproxy
->
run_cli
(
undef
,
undef
,
$prepare
);
PVE::Service::
spiceproxy
->
run_cli
_handler
(
prepare
=>
$prepare
);
bin/vzdump
View file @
76281be8
...
@@ -5,4 +5,4 @@ use warnings;
...
@@ -5,4 +5,4 @@ use warnings;
use
PVE::CLI::
vzdump
;
use
PVE::CLI::
vzdump
;
PVE::CLI::
vzdump
->
run_cli
();
PVE::CLI::
vzdump
->
run_cli
_handler
();
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