portworx / velero-plugin

Portworx plugin for Velero
Apache License 2.0
7 stars 7 forks source link

Use backup ID to get cloudsnap info instead of enumerating all #11

Closed disrani-px closed 3 years ago

misterjoshua commented 3 years ago

@disrani-px @ram-infrac Are you all still working on this? When there are several thousand Portworx cloudsnaps in azure blob storage, the CloudBackupEnumerateRequest times out as it takes a very long time to query all backups at once. (You can see the slowness of cloudsnaps on azure blob storage when using pxctl cloudsnap list as well.) As a result, this plugin cannot be used for very long for anyone on Azure.

ram-infrac commented 3 years ago

@misterjoshua changes looks good to me, let me connect with @disrani-px for further updates

misterjoshua commented 3 years ago

@ram-infrac @disrani-px Hey folks. What's needed to get this PR & fix merged?