can not create share group from share group snapshot
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
manila-ui |
In Progress
|
Undecided
|
Pavlo Shchelokovskyy |
Bug Description
Repro:
- create a share group type if none is available, share network etc
- create a share group
- create a snapshot of share group
- try to create share group from snapshot
fails with "Unable to create a share group" right in the form, form is not submitted.
After some debugging, this looks like aftermath of
https:/
when we create a share group from snapshot, we fetch the share group type id of the original share group the snapshot was made of, and it is naturally a UUID, with dashes etc.
Then the transform_
>>> transform_
mm3ggnzqmzqtqlj
which then of course breaks the API request as there's no such share group type.
Changed in manila-ui: | |
assignee: | nobody → Pavlo Shchelokovskyy (pshchelo) |
Fix proposed to branch: master /review. opendev. org/c/openstack /manila- ui/+/936972
Review: https:/