Remote Storage fails when using "Snapshot"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS RSD |
Invalid
|
Critical
|
Ryan Terpstra | ||
Intel-rsd |
Invalid
|
Critical
|
Ryan Terpstra |
Bug Description
Composing a node with remote storage is now failing because of using "Snapshot". This was working before. Here are some curl commands showing a delta of "Clone" versus "Shapshot" for Allocation. The subsequent assembly fails for "Snapshot".
Fails:
curl s -k -u admin:admin -X POST -H "Content-Type: application/json" -d '{"Name": "Storage Works", "RemoteDrives": [{"CapacityGiB": 10, "iSCSIAddress": "iqn.2010-
Succeeds:
curl s -k -u admin:admin -X POST -H "Content-Type: application/json" -d '{"Name": "Storage Works", "RemoteDrives": [{"CapacityGiB": 10, "iSCSIAddress": "iqn.2010-
Changed in maasrsd: | |
milestone: | beta → none |
status: | Confirmed → Invalid |
Why are you setting this to invalid?