~ltrager/maas:lp1835954_2.8

Last commit made on 2020-07-22
Get this branch:
git clone -b lp1835954_2.8 https://git.launchpad.net/~ltrager/maas
Only Lee Trager can upload to this branch. If you are Lee Trager please log in for upload directions.

Branch merges

Branch information

Name:
lp1835954_2.8
Repository:
lp:~ltrager/maas

Recent commits

ddf53cd... by Guilherme G. Piccoli

This is the NVMe secure erase implementation (+ one more patch, to fix/improve quick erase).
I tried to explain/detail everything in the commit messages; also, code/tests were validated against Flake8 to prevent style issues.

Backport of 9633810

a72f972... by Lee Trager

LP: #1869116 - Read storage model data from udev ID_MODEL_ENC. (gh:lxc/lxd:7665)

c4825ca... by Alberto Donato

Release 2.8.1

e2cce5b... by Adam Collard

[2.8 backport] Don't break the retry behaviour by excluding BaseException

78d99f0... by Alberto Donato

Release 2.8.1 RC1

34df7cc... by Adam Collard

[2.8 backport] Improve robustness of NUMA node identification

Fixes LP:1885157

2f9a105... by Alberto Donato

LP:1885682 - only copy chrony.conf if doesn't exist

538c7b7... by huwshimi <email address hidden>

Update maas-ui to ae8c1768846e4729f6d8f39a7d2af49df5f7aaed

1f16500... by Alberto Donato

LP:1885005 - fix shared secret file path in the snap

93076f2... by Adam Collard

[2.8 backport] Use distinct=True to avoid Django gotcha with multiple aggregations

Fixes LP:1884112, work around https://code.djangoproject.com/ticket/10060