~ltrager/maas:lp1830785

Last commit made on 2019-05-28
Get this branch:
git clone -b lp1830785 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:
lp1830785
Repository:
lp:~ltrager/maas

Recent commits

74b2cec... by Lee Trager

Merge branch 'master' into lp1830785

f0ccfac... by Lee Trager

LP: #1830303 - Show the VMFS datastore mount point.

The UI and API now both show the VMFS datastore mount point. While VMware
ESXi's UI shows /vmfs/volumes/<UUID> MAAS shows
/vmfs/volumes/<datastore name>. This is because VMware ESXi does not allow
you to specify the UUID so there is no way to know what it is. On a deployed
VMware ESXi system /vmfs/volumes/<datastore name> is a symbolic link to
/vmfs/volumes/<UUID>.

cc603ee... by Lee Trager

Merge branch 'lp1830303' into lp1830785

5e0d730... by Lee Trager

Fix failing test

7d0db92... by Lee Trager

blake_r fix

6ce971f... by Lee Trager

LP: #1830785 - Don't mark partition 3 as reserved in the VMFS layout

Partition 3 contains the default VMFS datastore. Unlike the other base
partitions partition 3 may be modified. This change allows users who have
deleted the default VMFS datastore to recreate it.

e8afefe... by Lee Trager

Fix missing used_for elements

3051c51... by Björn Tillenius

Fix the storage layout spurious test failures.

They all were due to the bcache layout detector not ordering the
partitions.

df0894f... by Lee Trager

Fix adding to datastores

bfd9c99... by Lee Trager

Merge branch 'master' into lp1830303