Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
892bf774
Commit
892bf774
authored
Oct 13, 2020
by
Francesc Guasch
Browse files
refactor(backend): autostart only at rvd_back launch
parent
d8c0e8d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
script/rvd_back
View file @
892bf774
...
...
@@ -180,7 +180,6 @@ sub do_start {
my
$t_refresh
=
0
;
my
$ravada
=
Ravada
->
new
(
%CONFIG
);
autostart_machines
(
$ravada
);
# Ravada::Request->enforce_limits();
#Ravada::Request->refresh_vms();
for
(;;)
{
...
...
@@ -247,6 +246,7 @@ sub start {
$vm
->
id
;
}
$ravada
->
_wait_pids
();
autostart_machines
(
$ravada
);
}
clean_old_requests
();
for
(;;)
{
...
...
Write
Preview
Supports
Markdown
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