diff --git a/lxd/storage/storage.go b/lxd/storage/storage.go index 1070a7fae287..20316bee7337 100644 --- a/lxd/storage/storage.go +++ b/lxd/storage/storage.go @@ -230,6 +230,8 @@ func UsedBy(ctx context.Context, s *state.State, pool Pool, firstOnly bool, memb if firstOnly { return nil } + + break } }