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
a4dc86fd
Commit
a4dc86fd
authored
Dec 16, 2020
by
frankiejol
Browse files
Merge branch 'master' of
https://github.com/UPC/ravada
parents
a53721dd
c0378e5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/Volume/QCOW2.pm
View file @
a4dc86fd
...
...
@@ -118,7 +118,8 @@ sub rebase($self, $new_base) {
,'
-F
',
$base_format
,'
-b
',
$new_base
,
$self
->
file
);
my
(
$out
,
$err
)
=
$self
->
vm
->
run_command
(
@cmd
);
confess
$err
if
$err
;
confess
$err
if
$err
&&
$err
!~
/Failed to get write lock/
;
warn
"
Warning:
$err
"
if
$err
;
}
...
...
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