You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue/Feature Description:
When backup is performed in kahu for csi volumes, csi volume snapshots are created through csi drivers.
Kahu also creates its own volume snapshot crds to keep track of the backup.
When backup is deleted, these snapshot objects are expected to be deleted. But in current flow, these objects still exists after backup delete
Expectation: These snapshot objects to be deleted during backup delete
Why this issue to fixed / feature is needed(give scenarios or use cases):
This issue will result in lot of stale objects to be present in the system which will consume unnecessary system resources
How to reproduce, in case of a bug:
1)Kahu is deployed with nfs provider and openebs zfs provider
Backup is created for an application having csi volume provisioned from openebs zfs
Backup is deleted but snapshot objects are still not deleted
Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)
The text was updated successfully, but these errors were encountered:
Issue/Feature Description:
When backup is performed in kahu for csi volumes, csi volume snapshots are created through csi drivers.
Kahu also creates its own volume snapshot crds to keep track of the backup.
When backup is deleted, these snapshot objects are expected to be deleted. But in current flow, these objects still exists after backup delete
Expectation: These snapshot objects to be deleted during backup delete
Why this issue to fixed / feature is needed(give scenarios or use cases):
This issue will result in lot of stale objects to be present in the system which will consume unnecessary system resources
How to reproduce, in case of a bug:
1)Kahu is deployed with nfs provider and openebs zfs provider
Backup is created for an application having csi volume provisioned from openebs zfs
Backup is deleted but snapshot objects are still not deleted
Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)
The text was updated successfully, but these errors were encountered: