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
71e14fe3
Commit
71e14fe3
authored
Feb 04, 2020
by
Francesc Guasch
Browse files
fix(backend): spinoff_volumes is now spinoff
parent
79884b48
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/Front/Domain.pm
View file @
71e14fe3
...
...
@@ -176,7 +176,7 @@ sub set_max_mem { confess "TODO" }
sub
set_memory
{
confess
"
TODO
"
}
sub
shutdown
{
confess
"
TODO
"
}
sub
shutdown_now
{
confess
"
TODO
"
}
sub
spinoff
_volumes
{
confess
"
TODO
"
}
sub
spinoff
{
confess
"
TODO
"
}
sub
start
{
confess
"
TODO
"
}
sub
dettach
{
confess
"
TODO
"
}
...
...
lib/Ravada/VM.pm
View file @
71e14fe3
...
...
@@ -500,7 +500,7 @@ sub _around_import_domain {
if
(
$spinoff
)
{
warn
"
Spinning volumes off their backing files ...
\n
"
if
$ENV
{
TERM
}
&&
$
0
!~
/\.t$/
;
$domain
->
spinoff
_volumes
();
$domain
->
spinoff
();
}
return
$domain
;
}
...
...
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