Controller node details page says: argument of type 'NoneType' is not iterable
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Critical
|
Newell Jensen |
Bug Description
/var/log/
2016-03-15 09:17:08 [-] Error on request (24) controller.
Traceback (most recent call last):
File "/usr/lib/
File "/usr/lib/
return target()
File "/usr/lib/
task()
File "/usr/lib/
task()
--- <exception caught here> ---
File "/usr/lib/
result = inContext.theWork()
File "/usr/lib/
File "/usr/lib/
return self.currentCon
File "/usr/lib/
return func(*args,**kw)
File "/usr/lib/
return func_outside_
File "/usr/lib/
return func(*args, **kwargs)
File "/usr/lib/
return func(*args, **kwds)
File "/usr/lib/
File "/usr/lib/
return self.full_
File "/usr/lib/
return self.dehydrate(obj, data, for_list=for_list)
File "/usr/lib/
data = super()
File "/usr/lib/
obj, data, for_list=for_list)
File "/usr/lib/
File "/usr/lib/
if (not boot_mounted and "arm64" in self.architecture and
And storage for the rack/region controller in question is:
-kohlrabi(root) 304 : df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 10257724 0 10257724 0% /dev
tmpfs 2055244 9324 2045920 1% /run
/dev/mapper/
tmpfs 10276204 4 10276200 1% /dev/shm
tmpfs 5120 0 5120 0% /run/lock
tmpfs 10276204 0 10276204 0% /sys/fs/cgroup
/dev/mapper/
/dev/md0 944568 277576 601792 32% /boot
cgmfs 100 0 100 0% /run/cgmanager/fs
tmpfs 100 0 100 0% /run/lxcfs/
tmpfs 2055244 0 2055244 0% /run/user/2501
-kohlrabi(root) 305 : lvdisplay -C
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
root KOHLRABI -wi-ao---- 200.00g
root-trusty KOHLRABI -wi-a----- 100.00g
srv KOHLRABI -wi-ao---- 1.46t
swap KOHLRABI -wi-ao---- 100.00g
-kohlrabi(root) 306 : pvdisplay -C
PV VG Fmt Attr PSize PFree
/dev/md2 KOHLRABI lvm2 a-- 2.73t 893.37g
-kohlrabi(root) 307 : vgdisplay -C
VG #PV #LV #SN Attr VSize VFree
KOHLRABI 1 4 0 wz--n- 2.73t 893.37g
-kohlrabi(root) 308 : cat /proc/mdstat /proc/partitions
Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10]
md2 : active raid1 sdb3[1] sda3[2]
2929060672 blocks super 1.2 [2/2] [UU]
md0 : active raid1 sda2[2] sdb2[3]
976320 blocks super 1.2 [2/2] [UU]
unused devices: <none>
major minor #blocks name
1 0 65536 ram0
1 1 65536 ram1
1 2 65536 ram2
1 3 65536 ram3
1 4 65536 ram4
1 5 65536 ram5
1 6 65536 ram6
1 7 65536 ram7
1 8 65536 ram8
1 9 65536 ram9
1 10 65536 ram10
1 11 65536 ram11
1 12 65536 ram12
1 13 65536 ram13
1 14 65536 ram14
1 15 65536 ram15
8 0 3907018584 sda
8 1 96256 sda1
8 2 976896 sda2
8 3 2929191936 sda3
8 4 976751616 sda4
8 16 2930266584 sdb
8 17 96256 sdb1
8 18 976896 sdb2
8 19 2929191936 sdb3
9 0 976320 md0
9 2 2929060672 md2
8 32 1953481728 sdc
8 33 1953480704 sdc1
252 0 209715200 dm-0
252 1 1572864000 dm-1
252 2 104857600 dm-2
252 3 104857600 dm-3
Related branches
- Blake Rouse (community): Approve
-
Diff: 20 lines (+2/-1)1 file modifiedsrc/maasserver/models/node.py (+2/-1)
Changed in maas: | |
importance: | Undecided → Critical |
milestone: | none → 2.0.0 |
Changed in maas: | |
status: | Triaged → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
This is with revno 4779 of trunk