mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
e2e: validate PVC-PVC clone creation with deleted parent snap
This commit modifies a test case to check creation of PVC-PVC clone of a restored PVC when parent snapshot is deleted. Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
@ -116,8 +116,6 @@ type rbdImage struct {
|
||||
ParentName string
|
||||
// Parent Pool is the pool that contains the parent image.
|
||||
ParentPool string
|
||||
// ParentInTrash indicates the parent image is in trash.
|
||||
ParentInTrash bool
|
||||
// Cluster name
|
||||
ClusterName string
|
||||
|
||||
@ -148,6 +146,8 @@ type rbdImage struct {
|
||||
|
||||
// Set metadata on volume
|
||||
EnableMetadata bool
|
||||
// ParentInTrash indicates the parent image is in trash.
|
||||
ParentInTrash bool
|
||||
}
|
||||
|
||||
// rbdVolume represents a CSI volume and its RBD image specifics.
|
||||
|
Reference in New Issue
Block a user