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
a7d78695
Commit
a7d78695
authored
May 14, 2019
by
Francesc Guasch
Browse files
refactor(backend): fixed default storage call
parent
1e809637
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/Domain.pm
View file @
a7d78695
...
...
@@ -266,7 +266,7 @@ sub _set_vm($self, $vm, $force=0) {
sub
_check_equal_storage_pools
($self, $vm2) {
my
$vm1
=
$self
->
_vm
;
my
@sp
;
push
@sp
,(
$vm1
->
default_storage_pool_name
)
if
$vm1
->
default_storage_pool
;
push
@sp
,(
$vm1
->
default_storage_pool_name
)
if
$vm1
->
default_storage_pool
_name
;
push
@sp
,(
$vm1
->
base_storage_pool
)
if
$vm1
->
base_storage_pool
;
push
@sp
,(
$vm1
->
clone_storage_pool
)
if
$vm1
->
clone_storage_pool
;
...
...
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