lp:~oddbloke/cloud-init/fix_mount_cb_symlink

Created by Dan Watkins and last modified
Get this branch:
bzr branch lp:~oddbloke/cloud-init/fix_mount_cb_symlink
Only Dan Watkins can upload to this branch. If you are Dan Watkins please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Dan Watkins
Project:
cloud-init
Status:
Merged

Recent revisions

1139. By Dan Watkins

Handle symlink mount points in mount_cb.

The Azure data source now uses a /dev/disk symlink to identify devices,
but the dereferenced version of this appears in the mount table.
mount_cb therefore doesn't identify when a disk is already mounted, and
attempts to mount it a second time (which fails with NTFS).

1138. By Scott Moser

MAAS: fixes to data source and OauthUrlHelper

the previous version was broken. The vital fixes here are:
 * adding parsedate and oauth1 imports to url_helper
 * fix skew_data usage intending to use self.skew_data

Additionally:
 * reorder imports in url_helper
 * fixes to python3 -m cloudinit.sources.DataSourceMaas

1137. By Scott Moser

swap: create swap with fallocate if possible

fallocate is much faster than 'dd' for creating and initializing a
swap file.

1136. By Scott Moser

reporting: remove unused variable, actually print in PrintHandler

1135. By Scott Moser

reporting: fix logging reproter and tests

1134. By Scott Moser

Add initial reporting module and events

1133. By Scott Moser

pep8 fixes

1132. By Scott Moser

status_wrapper in main: correct fix use of print_exc when handling exception

1131. By Scott Moser

status_wrapper in main: fix use of print_exc when handling exception

1130. By Scott Moser

rsyslog: skip empty or None in remotes format

This allows user to specify the following to overwrite a previously
declared entry without warnings.
 rsyslog: {'remotes': {'foo': None}}

Branch metadata

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

Subscribers