local environment does not survive reboot on ppc64el
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
High
|
Andrew Wilkins |
Bug Description
Winton-02 was rebooted overnight by mystical forces, this morning the small environment I had deployed is now quiet broken.
ubuntu@winton-02:~$ juju status
environment: local
machines:
"0":
agent-state: down
agent-
agent-version: 1.17.6.1
dns-name: localhost
instance-id: localhost
series: trusty
"1":
agent-state: down
agent-
agent-version: 1.17.6.1
dns-name: 10.0.3.42
instance-id: ubuntu-
series: trusty
hardware: arch=ppc64
"2":
agent-state: down
agent-
agent-version: 1.17.6.1
dns-name: 10.0.3.205
instance-id: ubuntu-
series: trusty
hardware: arch=ppc64
"3":
agent-state: down
agent-
agent-version: 1.17.6.1
dns-name: 10.0.3.239
instance-id: ubuntu-
series: trusty
hardware: arch=ppc64
services:
mysql:
charm: local:trusty/
exposed: false
relations:
cluster:
- mysql
units:
mysql/0:
machine: "1"
mysql/1:
machine: "3"
ubuntu:
charm: cs:trusty/ubuntu-0
exposed: false
units:
ubuntu/0:
machine: "2"
Related branches
- Juju Engineering: Pending requested
-
Diff: 163 lines (+46/-14)5 files modifiedenvirons/cloudinit/cloudinit.go (+1/-0)
environs/cloudinit/cloudinit_test.go (+2/-0)
provider/local/config.go (+2/-1)
provider/local/environ.go (+12/-7)
provider/local/environ_test.go (+29/-6)
tags: | added: reboot |
Changed in juju-core: | |
assignee: | nobody → Andrew Wilkins (axwalk) |
status: | Triaged → Fix Committed |
milestone: | 1.18.0 → 1.17.7 |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |