-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
Quality / Stability / Reliability
-
5
-
False
-
-
False
-
None
-
-
CNV Storage 275, CNV Storage 276, CNV Storage 277, CNV Storage 278
-
Moderate
-
None
Currently in VMSnapshot status we have Indications field to indicate how the status was taken, specifically currently we have 4 types:
```
VMSnapshotOnlineSnapshotIndicationIndication="Online"
VMSnapshotNoGuestAgentIndicationIndication="NoGuestAgent"
VMSnapshotGuestAgentIndicationIndication="GuestAgent"
VMSnapshotQuiesceFailedIndicationIndication="QuiesceFailed"
```
We would like to change this field to be instead of a list of strings to be a list of a struct with indication key and its description, This will be beneficial for the cli users as well to the UI team which will be able to use the description to present to the user to have it more clear what does this indication represents.
In order to be backward compatible we can't just change the previous field. We need to add a new one and mark the other as deprecated delete it before moving to v1.
- blocks
-
CNV-61688 VMSnapshot: have better visualization of snapshot indications
-
- New
-