Skip to content

Commit

Permalink
Refresh the storage pool just in case
Browse files Browse the repository at this point in the history
Sometimes when retrieving a list of files it wouldn't show.
  • Loading branch information
frankiejol committed Oct 13, 2017
1 parent 7e68a9f commit feed36d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Ravada/VM/KVM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@ sub _iso_name {
);
$sth->execute($device,$iso->{id});
}
$self->_refresh_storage_pools();
return $device;
}

Expand Down

0 comments on commit feed36d

Please sign in to comment.