lp://staging/~allenap/maas/dont-crash-when-selecting-fpi--bug-1293676
- Get this branch:
- bzr branch lp://staging/~allenap/maas/dont-crash-when-selecting-fpi--bug-1293676
Branch merges
- Graham Binns (community): Approve
-
Diff: 132 lines (+59/-4)3 files modifiedsrc/maasserver/models/node.py (+4/-4)
src/maasserver/node_action.py (+25/-0)
src/maasserver/tests/test_node_action.py (+30/-0)
Related bugs
Bug #1293676: internal server error when marking nodes as using fast-path installer | Critical | Fix Released |
Related blueprints
Branch information
Recent revisions
- 2223. By Gavin Panella
-
Improve error message when trying to switch between default and fast-path installers.
- 2221. By Gavin Panella
-
Inhibit UseCurtin and UseDI actions when the use-fastpath-
installer tag is defined with an expression. - 2219. By Raphaƫl Badin
-
[r=jtv][bug=1298790][author=rvb] Add a "logout confirmation" page. Using this, the logout action is protected against CSRF attacks because it uses a POST request, in conjunction with Django's CSRF protection feature.
- 2218. By Jeroen T. Vermeulen
-
[r=allenap][bug=1300587][author=jtv] Remove the cloud_images_
archive setting, which has become unused. And, stop passing the archive settings to the import script: it only cares about Simplestreams sources now, not archive URLs. - 2217. By Gavin Panella
-
[r=jtv][bug=1300363][author=allenap] Take an advisory lock to prevent concurrent creation of the eventloops table.
Creating tables in PostgreSQL is a transactional operation like any
other. If the isolation level is not sufficient - the default in Django
- it is susceptible to races. Using a higher isolation level may lead to
serialisation failures, for example. Advisory locking side-steps this. - 2216. By Blake Rouse
-
[r=jtv][bug=1300285][author=
blake-rouse] Resolves issue where if a node does not provide an architecture type on dhcp request, or no other boot method is available for that architecture, the node still uses pxelinux.0 to boot. - 2215. By Jeroen T. Vermeulen
-
[r=allenap]
[bug=][ author= jtv] Drop unused NetworkListForm. It was probably just a development placeholder for unblocking other work, while someone else wrote NetworksListingForm which we actually use. - 2214. By Jeroen T. Vermeulen
-
[r=allenap][bug=1299114][author=jtv] Fix inappropriate ValidationError when defining networks with nested (but non-identical) address ranges.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~maas-committers/maas/trunk