Bug 42762 - TypeError when adding a domain and pool is not found
TypeError when adding a domain and pool is not found
Status: CLOSED DUPLICATE of bug 39224
Product: UCS
Classification: Unclassified
Component: UMC - Virtual machines (UVMM)
UCS 4.1
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-10-25 15:48 CEST by Florian Best
Modified: 2023-06-28 10:51 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 3: Simply Wrong: The implementation doesn't match the docu
Who will be affected by this bug?: 2: Will only affect a few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.069
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2016102121000168
Bug group (optional): Error handling, External feedback
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2016-10-25 15:48:31 CEST
Version: 4.1-2 errata234 (Vahr)

Die Ausführung des Kommandos uvmm/domain/put ist fehlgeschlagen:

Traceback (most recent call last):
  File "%PY2.7%/univention/management/console/base.py", line 283, in execute
    function(self, request)
  File "%PY2.7%/univention/management/console/modules/uvmm/domains.py", line 479, in domain_add
    for disk in domain['disks']
  File "%PY2.7%/univention/management/console/modules/uvmm/domains.py", line 322, in _create_disk
    pool_type = pool['type']
TypeError: 'NoneType' object has no attribute '__getitem__'
Comment 1 Philipp Hahn univentionstaff 2018-05-30 10:29:36 CEST

*** This bug has been marked as a duplicate of bug 39224 ***