Skip to content

Commit

Permalink
doc: list unused volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Oct 17, 2023
1 parent 59b4bc6 commit 6186c8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/Ravada/VM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2581,6 +2581,12 @@ sub _is_link($self,$vol) {
return $path_link if $path_link;
}

=head2 list_unused_volumes
Returns a list of unused volume files
=cut

sub list_unused_volumes($self) {
my @all_vols = $self->list_volumes();

Expand Down

0 comments on commit 6186c8c

Please sign in to comment.