2017-05-31 20:53:42 |
Newell Jensen |
description |
In the UI MAAS allows a user to compose an RSD node with multiple remote targets (iSCSI) but this is not allowed by RSD.
==> /var/log/maas/regiond.log <==
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 434, in errback
self._startRunCallbacks(fail)
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 501, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 588, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python3/dist-packages/maasserver/clusterrpc/pods.py", line 118, in wrap_failure
raise PodProblem(prefix + ": " + str(failure.value))
maasserver.exceptions.PodProblem: Unable to compose machine because: Failed to complete pod action: Creation failed due to allocation failure: Creation of Systems with multiple RemoteDrives is not supported |
In the UI MAAS allows a user to compose an RSD node with multiple remote targets (iSCSI) but this is causing an error. From the RSD specification, remote drives should allow multiple remote drives.
"Creation failed due to allocation failure: Creation of Systems with multiple RemoteDrives is not supported" |
|