VDDK: Fix snapshot parent backing file lookups#4009
Conversation
A previously-added nil check incorrectly caused FindDiskInRootSnapshotParent to not look at parent backing file names, for FlatVer2 and RawDiskMappingVer1 backing info types. This change puts the Parent field back where it belongs. Signed-off-by: Matthew Arnold <[email protected]>
Signed-off-by: Matthew Arnold <[email protected]>
|
/test pull-cdi-unit-test Looks like a failure in prlimit_test? I don't see any failures on my new tests, so I am running this again. |
Yeah not related to this change, #3341 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akalenyu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/cherrypick release-v1.63 |
|
/cherrypick release-v1.62 |
|
/cherrypick release-v1.61 |
|
@mhenriks: #4009 failed to apply on top of branch "release-v1.61": DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@mhenriks: #4009 failed to apply on top of branch "release-v1.62": DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@mhenriks: new pull request created: #4011 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/cherry-pick release-v1.64 |
|
@mrnold: new pull request created: #4045 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What this PR does / why we need it:
This pull request fixes a bug in snapshot parent lookups introduced here: 5dff75
The .Parent field was dropped from the VirtualDiskFlatVer2BackingInfo and VirtualDiskRawDiskMappingVer1BackingInfo cases, but should not have been.
Which issue(s) this PR fixes:
Fixes MTV-3514
(I am not sure if this needs a separate CNV issue)
Release note: