Skip to content

Commit

Permalink
Merge pull request #12366 from MusicDin/fix/duplicate-pool-entry
Browse files Browse the repository at this point in the history
Fix duplicate used by entry in storage pool
  • Loading branch information
tomponline authored Oct 12, 2023
2 parents 637c7a6 + 1d5f840 commit c62f7bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lxd/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ func UsedBy(ctx context.Context, s *state.State, pool Pool, firstOnly bool, memb
if firstOnly {
return nil
}

break
}
}

Expand Down

0 comments on commit c62f7bf

Please sign in to comment.