restore consistently fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
Critical
|
Horacio Durán |
Bug Description
Restore is consistently failing
http://
http://
These tests were broken at the same time all the upgrade tests began failing, but these tests continue to fail after a fix was landed. The call to juju restore fails with this as the only message:
2014-10-29 09:16:58 INFO juju.cmd supercommand.go:37 running juju [1.21-alpha3-
Bootstrapping environment "test-function-
Starting new instance for initial state server
Launching instance
- 4d3345fe-
Installing Juju agent on bootstrap instance
Waiting for address
Attempting to connect to 15.125.94.249:22
Attempting to connect to 10.0.0.27:22
Warning: Permanently added '15.125.94.249' (ECDSA) to the list of known hosts.
sudo: unable to resolve host juju-test-
Logging to /var/log/
Running apt-get update
Running apt-get upgrade
Installing package: curl
Installing package: cpu-checker
Installing package: bridge-utils
Installing package: rsyslog-gnutls
Fetching tools: curl -sSfw 'tools from %{url_effective} downloaded: HTTP %{http_code}; time %{time_total}s; size %{size_download} bytes; speed %{speed_download} bytes/s ' --retry 10 -o $bin/tools.tar.gz <[https:/
Bootstrapping Juju machine agent
Starting Juju machine agent (jujud-machine-0)
Bootstrap complete
error: cannot connect to api server: unable to connect to "wss://
2014-10-29 09:39:10 ERROR juju.cmd supercommand.go:323 subprocess encountered error code 1
Changed in juju-core: | |
milestone: | none → 1.21-alpha3 |
Changed in juju-core: | |
assignee: | nobody → Horacio Durán (hduran-8) |
Changed in juju-core: | |
status: | Triaged → Fix Released |
This is caused by https:/ /github. com/juju/ juju/commit/ b582fe14b05cce1 fcd2ad757c97382 b2b2bda01e this commit changed the structure of the machine document and therefore one of the restore steps (updating machine document to hold new intance) was broken.