Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
b244e851
Commit
b244e851
authored
Sep 22, 2017
by
fv3rdugo
Committed by
Francesc Guasch
Sep 27, 2017
Browse files
[#344] Checks
parent
0813b1bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/rvd_back.pl
View file @
b244e851
...
...
@@ -248,10 +248,11 @@ sub import_vbox {
chomp
$storage_pool
;
}
print
"
STORAGE POOL IS
$storage_pool
\n
";
my
@cmd
=
("
qemu-img convert -p -f vdi -O qcow2
$file_vdi
$storage_pool
/
$name
.qcow2
");
system
(
@cmd
);
if
(
$name
&&
$file_vdi
)
{
my
@cmd
=
("
qemu-img convert -p -f vdi -O qcow2
$file_vdi
$storage_pool
/
$name
.qcow2
");
system
(
@cmd
);
}
print
"
Warning: Missing args!
\n
";
#new machine xml change source file
#remove swap
#remove cdrom
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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