~ltrager/maas:lp1835954_2.6

Last commit made on 2020-07-22
Get this branch:
git clone -b lp1835954_2.6 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.6
Repository:
lp:~ltrager/maas

Recent commits

eefcc09... 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

255c1ed... by Alberto Donato

LP:1883735 - remove lockfiles when deb package is purged

3d2c8ec... by Lee Trager

Backport of 9424d23 LP: #1869958 - Run fio using the native block size of the disk.

1e99be6... by Lee Trager

Backport of c25d426 LP: #1870171 - Remove token associations when transferring ownership of a Node.

1005ea8... by Lee Trager

Backport of d0653c9 LP: #1870171 - Remove the token column from the Node table.

The token column is only used by the API when allocating and machine and
listing allocated machines. When a User Token is deleted this association
causes the Node to be deleted as well. Allocated machines are already
filtered by owner and status so the token column isn't needed.

In the backport Node.token is no longer used but the column remains to
avoid creating a migration.

33edba1... by Alberto Donato

LP: #1847794 - only update interface info for physical interfaces

a10625b... by Adam Collard

Release 2.6.2

1c71727... by Adam Collard

2.6.2-rc1 changelog

458c303... by Lee Trager

Backport of ad87cfa LP: #1847537 - Respect the allow_dns field when generating V1 network config.

551e927... by Newell Jensen

backport of 143fce8798a3a7a52f6993d8a200744078b01297

LP: #1847794 - Patch Twisted's FilesystemLock.lock method so that we can handle PermissionError exceptions in the event that the lock file is not deleted.