Comment 2 for bug 1887095

Revision history for this message
Achilleas Anagnostopoulos (achilleasa) wrote :

I have not been able to reproduce this error.

I have tried running the above set on commands on:
- a fresh 2.8.0 controller (from snap)
- a fresh 2.7.7 controller that has been upgraded to the 2.8.0 snap (both controller and model)

I also tried to run all commands both at once as well as waiting for the charms to finish installing before running the relation commands. In all scenarios, no errors where produced and the juju status output looks as follows:

$ juju status --relations
Model Controller Cloud/Region Version SLA Timestamp
default test-1 lxd-with-cache/default 2.8.0 unsupported 10:30:30+01:00

App Version Status Scale Charm Store Rev OS Notes
cinder 12.0.9 blocked 1 cinder jujucharms 303 ubuntu
cinder-ceph1 12.0.9 blocked 1 cinder-ceph jujucharms 256 ubuntu
cinder-ceph2 12.0.9 blocked 1 cinder-ceph jujucharms 256 ubuntu
nova-compute 17.0.12 blocked 1 nova-compute jujucharms 318 ubuntu

Unit Workload Agent Machine Public address Ports Message
cinder/0* blocked idle 0 10.55.158.202 8776/tcp Missing relations: database, identity, messaging
  cinder-ceph1/0* blocked idle 10.55.158.202 Missing relations: ceph
  cinder-ceph2/0* blocked idle 10.55.158.202 Missing relations: ceph
nova-compute/0* blocked idle 1 10.55.158.127 Missing relations: messaging, image

Machine State DNS Inst id Series AZ Message
0 started 10.55.158.202 juju-8d25f4-0 bionic Running
1 started 10.55.158.127 juju-8d25f4-1 bionic Running

Relation provider Requirer Interface Type Message
cinder-ceph1:ceph-access nova-compute:ceph-access cinder-ceph-key regular
cinder-ceph1:storage-backend cinder:storage-backend cinder-backend subordinate
cinder-ceph2:ceph-access nova-compute:ceph-access cinder-ceph-key regular
cinder-ceph2:storage-backend cinder:storage-backend cinder-backend subordinate
cinder:cluster cinder:cluster cinder-ha peer
nova-compute:compute-peer nova-compute:compute-peer nova peer

Can you please try to reproduce again on a new controller and let me know if you did something differently? For the time being, I will mark this as incomplete as additional information is required for a reproducer.