rados parsing error with hostnames in mon_host
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Cloud Archive |
Fix Released
|
Low
|
Unassigned | ||
ceph (Juju Charms Collection) |
Invalid
|
High
|
Unassigned | ||
ceph (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Low
|
Unassigned | ||
cinder (Juju Charms Collection) |
Fix Released
|
High
|
Unassigned | ||
glance (Juju Charms Collection) |
Fix Released
|
High
|
Unassigned | ||
nova-compute (Juju Charms Collection) |
Fix Released
|
High
|
Unassigned |
Bug Description
In /etc/ceph/
Precise is being used, here is the ceph-common package information:
ubuntu@
ceph-common:
Installed: 0.48.2-
Candidate: 0.48.2-
Version table:
*** 0.48.2-
500 http://
/ precise/main amd64 Packages
100 /var/lib/
0.
500 http://
amd64 Packages
0.41-1ubuntu2 0
500 http://
ackages
Using IP addresses, spaces as separators:
$ grep mon /etc/ceph/ceph.conf
mon host = 10.151.12.34:6789 10.245.205.215:6789 10.243.34.22:6789
$ rados --id glance lspools
data
metadata
rbd
images
cinder
Using hostnames, spaces as separators (BUG)
$ grep mon /etc/ceph/ceph.conf
mon host = ip-10-151-
$ rados --id glance lspools
server name not found: ip-10-151-
unable to parse addrs in 'ip-10-
couldn't connect to cluster! error -22
Using hostnames, commas as separators
$ grep mon /etc/ceph/ceph.conf
mon host = ip-10-151-
$ rados --id glance lspools
data
metadata
rbd
images
cinder
Related branches
- James Page: Approve
-
Diff: 12 lines (+1/-1)1 file modifiedhooks/glance-relations (+1/-1)
- charmers: Pending requested
-
Diff: 12 lines (+1/-1)1 file modifiedhooks/cinder-hooks (+1/-1)
Changed in ceph (Ubuntu): | |
status: | New → Fix Released |
Changed in ceph (Ubuntu Quantal): | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in cloud-archive: | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in ceph (Juju Charms Collection): | |
status: | New → Triaged |
Changed in cinder (Juju Charms Collection): | |
status: | New → Triaged |
Changed in nova-compute (Juju Charms Collection): | |
status: | New → Triaged |
Changed in cinder (Juju Charms Collection): | |
importance: | Undecided → High |
Changed in nova-compute (Juju Charms Collection): | |
importance: | Undecided → High |
Changed in ceph (Juju Charms Collection): | |
importance: | Undecided → High |
Changed in glance (Juju Charms Collection): | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in glance (Juju Charms Collection): | |
status: | Triaged → Fix Released |
Changed in cinder (Juju Charms Collection): | |
status: | Triaged → Fix Released |
Changed in nova-compute (Juju Charms Collection): | |
status: | Triaged → Fix Released |
Changed in cloud-archive: | |
status: | Triaged → Fix Released |
This is fixed in the mainline and bobtail, but not in argonaut. In newer case, any of [,; ] work.