lp:~smoser/cloud-utils/trunk.lp1630274

Created by Scott Moser and last modified
Get this branch:
bzr branch lp:~smoser/cloud-utils/trunk.lp1630274
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Scott Moser
Project:
cloud-utils
Status:
Merged

Recent revisions

304. By Scott Moser

mount-image-callback: try mounting overlay rather than checking first

The logic to determine if mount would work was flawed in it assumed
that both or neither of the following would succeed:
  modprobe --quiet --use-blacklist fstype
  mount -t fstype would succeed

That logic failed when modprobe could not load the module due to
being in a chroot or some other reason. The change here is to just
do try the mount. In order to avoid confusing output about trying
to mount overlayfs we first try mounting overlay. If that fails
and 'overlay' seems present in /proc/filesystems, then do not bother
trying to mount overlayfs.

303. By Scott Moser

mount-image-callback: support 'overlay' filesystem type rather
than ubuntu specific 'overlayfs' (LP: #1493188)

302. By Scott Moser

debian: add auto package test.

301. By Scott Moser

do not use sgdisk for creating gpt partitions

this does require a new enough util-linux to have gpt support in sfdisk.

300. By Scott Moser

update Changelog and debian/changelog for missing entries.

299. By Scott Moser

growpart: ignore sfdisk failure in 2.28.1 when due to reread failing

version 2.28.1 exits failure when kernel re-read of partition table
fails. That is expected behavior in growpart, and addressed elsewhere.

See util-linux git commit 78e7f78896f2c for list of exit values when.

298. By Scott Moser

mount-image-callback: add -S short flag for --system-mounts

297. By Scott Moser

growpart: improved error messages on failure.

296. By Scott Moser

bin/ubuntu-cloudimg-query: default to ebs-ssd for xenial and later

ebs root (the old block storage based ebs root) image types were dropped
in xenial. So xenial+, default to ebs-ssd.

295. By Ryan Harper

fix mount-image-callback short option parsing

mount-image-callback didn't configure getopt short options parsing
correctly, missing that the '-m' and '-P' options require input, getopt
uses the ':' value to indicate input is required.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:cloud-utils
This branch contains Public information 
Everyone can see this information.

Subscribers