Skip to content

Commit

Permalink
More logs
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksinghggits committed Nov 23, 2023
1 parent ef8b27e commit 347887d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/blockstorage/azure/azuredisk.go
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,9 @@ func (s *AdStorage) SnapshotsList(ctx context.Context, tags map[string]string) (
}
snaps = append(snaps, k10Snap)
}

fmt.Printf("snaps that we have before filter in kanister impl %d\n", len(snaps))

snaps = blockstorage.FilterSnapshotsWithTags(snaps, blockstorage.SanitizeTags(tags))
return snaps, nil
}
Expand Down

0 comments on commit 347887d

Please sign in to comment.