~mpontillo/maas:interface-up-down-visited-recursion-prevent--2.3

Last commit made on 2018-07-05
Get this branch:
git clone -b interface-up-down-visited-recursion-prevent--2.3 https://git.launchpad.net/~mpontillo/maas
Only Mike Pontillo can upload to this branch. If you are Mike Pontillo please log in for upload directions.

Branch merges

Branch information

Name:
interface-up-down-visited-recursion-prevent--2.3
Repository:
lp:~mpontillo/maas

Recent commits

5c532cf... by Mike Pontillo

LP: #1622105 - Make sure ensure_link_up does not cause infinite recursion.

Add visited pattern to interface_enabled_or_disabled post-save signal handler for Interface model objects, to fix an infinite recursion bug seen during end-to-end testing while interfaces were being enabled and disabled on a rack controller.

Backports: 732f0300549322a49a02c4331d6cf2cb1f86af0d

ac6a15b... by Blake Rouse

Backport d8e234eb09a59ac0b25033a2346588f7bd87562f - LP: #1740442 - Add grub_device to all block devices that are part of a RAID, when one of the block devices is set as the boot disk for the node.

45db315... by Andres Rodriguez

debian/changelog: Update to match 2.3.3 release; open 2.3.4.

70a193c... by Lee Trager

Backport of 03beeaf LP:1749210 - Boot ephemeral environment when status is RESCUE_MODE

5f1d86e... by Lee Trager

Backport of 3865108 LP: #1768659 - Handle unqueryable power drivers when power cycling.

a1a06e4... by Lee Trager

Backport of eb2cd5d LP: #1755060 - Show download results from all disks

dda2f9d... by Andres Rodriguez

LP: #1740925 - Correctly set the bootloader for centos on EFI localboot

Backport f789b68 from master

e4db91d... by Andres Rodriguez

LP: #1626940 - Do not make dhcp config files world readable

Backport 71d137f from master

ee7ebc1... by Newell Jensen

Backport of 3674eeafd563de2d4688a39b75a26af4ee1d3807

LP: #1760715 -- Fixes how partitions are being updated by calling updateFilesystem instead of updateDisk.

9296353... by Andres Rodriguez

LP: #1513775 - Ensure 'dnssec-validation' gets always parsed

On the original bind config, 'dnssec-validation' is set. In some cases, when parsing the config, 'dnssec-validation' is not removed automatically from the bind's config, but it is always added to MAAS' config. This, sometimes, causes bind to fail to start because of duplicate options.

Backport 947f69e from 'master'