lp://staging/~waigani/juju-core/suspend-resume-local-plugin
- Get this branch:
- bzr branch lp://staging/~waigani/juju-core/suspend-resume-local-plugin
Branch merges
- Juju Engineering: Pending requested
-
Diff: 149 lines (+117/-0) (has conflicts)4 files modifiedcmd/plugins/local/main.go (+2/-0)
cmd/plugins/local/main_test.go (+3/-0)
cmd/plugins/local/resume.go (+56/-0)
cmd/plugins/local/suspend.go (+56/-0)
Branch information
Recent revisions
- 2412. By Tim Penhey
-
[r=thumper] Use lxc clone on trusty
This branch speeds up lxc containers for the local
provider only by creating a template as needed that
persists between environments, and this template is
then used as a basis for the machines created in the
environment using lxc-clone.If /var/lib/lxc is a btrfs filesystem, the containers
use btrfs snapshots. If not, the containers are
created using aufs snapshots.In addition to this, the apt-get update/upgrade step
is skipped during cloud-init for the cloned machines. - 2411. By Tim Penhey
-
[r=thumper] Update golxc version
Since the new golxc version also depends on the
github juju/testing repo, this has also been added
to the dependency file. - 2410. By Ian Booth
-
[r=dimitern],[bug=1290684] Ensure agentconfig datadir is not empty
When reading format 1.16 agent config files, the new
1.18 datadir attribute was not being set to the new
default value and instead was being written out as "".
This broke upgrades.I also included some drive by changes to better log
errors so that we can diagnose issues by looking at
debug-log.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~go-bot/juju-core/trunk