Remote Storage fails when using "Snapshot"

Bug #1694756 reported by Newell Jensen
6
This bug affects 1 person
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-08.io.maas:blake-test-1", "Master": {"Type":"Snapshot", "Resource": {"@odata.id":"/redfish/v1/Services/1/LogicalDrives/10"}}}]}' https://10.3.0.1:8443/redfish/v1/Nodes/Actions/Allocate

Succeeds:
curl s -k -u admin:admin -X POST -H "Content-Type: application/json" -d '{"Name": "Storage Works", "RemoteDrives": [{"CapacityGiB": 10, "iSCSIAddress": "iqn.2010-08.io.maas:blake-test-1", "Master": {"Type":"Clone", "Resource": {"@odata.id":"/redfish/v1/Services/1/LogicalDrives/10"}}}]}' https://10.3.0.1:8443/redfish/v1/Nodes/Actions/Allocate

Raghuram Kota (rkota)
Changed in maasrsd:
milestone: beta → none
status: Confirmed → Invalid
Revision history for this message
Newell Jensen (newell-jensen) wrote :

Why are you setting this to invalid?

Revision history for this message
Newell Jensen (newell-jensen) wrote :

Ah, seems you made a new project that is different from MAAS RSD.

Revision history for this message
Raghuram Kota (rkota) wrote :

Yeah, created the intel-rsd series to track the bugs associated with RSD ref software.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.