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
The Description field from api.StorageVolumeSnapshotPut is not used (when creating a storage volume snapshot from a YAML config in the CLI ) by api.StorageVolumeSnapshotsPost, which does not contain a Description field. This leads to the fact that when a volume snapshot is being taken, the created volume entry in the DB uses the description of the parent volume and not the description of the snapshot. Do we want to fix this or is it not a bug?
The text was updated successfully, but these errors were encountered:
Yes I think its a bug. We likely need to add a new field to api.StorageVolumeSnapshotsPost
@MusicDin please could you remind me of the PR you worked on last year to separate some of the Post and Put structs so the former didn't embed the latter, I would like to refresh myself on that discussion. Ta
The
Description
field fromapi.StorageVolumeSnapshotPut
is not used (when creating a storage volume snapshot from a YAML config in the CLI ) byapi.StorageVolumeSnapshotsPost
, which does not contain aDescription
field. This leads to the fact that when a volume snapshot is being taken, the created volume entry in the DB uses the description of the parent volume and not the description of the snapshot. Do we want to fix this or is it not a bug?The text was updated successfully, but these errors were encountered: