Bug #3377
default port CEPH_HOST
| Status: | Closed | Start date: | 11/24/2014 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% | ||
| Category: | Drivers - Storage | |||
| Target version: | Release 4.10.2 | |||
| Resolution: | fixed | Pull request: | ||
| Affected Versions: | OpenNebula 4.6 | 
Description
Hello, 
there is a small inaccuracy in documentation about ceph using cephx:
Description of CEPH_HOST says: 
Example: host1 host2:port2 host3 host4:port4 (if no port is specified, the default one is chosen)
I get an libvirt error "error: internal error missing port for host" if host's port definition was left blank. It works with default port 6789 appended to host's definition so I think that it is necessary to always include port number.
Associated revisions
bug #3377: Add default port for CEPH and GLUSTER if not specified
bug #3377: Add default port for CEPH and GLUSTER if not specified
(cherry picked from commit c48ec4b20c8ab9eb7de013e5626ae667530a0579)
History
#1
     Updated by Ruben S. Montero over 6 years ago
    Updated by Ruben S. Montero over 6 years ago
    - Category changed from Documentation to Drivers - Storage
- Priority changed from Low to Normal
- Target version set to Release 4.12
Thanks for the heads up... But the default should be added. Let's check the code first...
#2
     Updated by Ruben S. Montero over 6 years ago
    Updated by Ruben S. Montero over 6 years ago
    - Target version changed from Release 4.12 to Release 4.10.2
#3
     Updated by Ruben S. Montero over 6 years ago
    Updated by Ruben S. Montero over 6 years ago
    - Assignee set to Ruben S. Montero
#4
     Updated by Ruben S. Montero over 6 years ago
    Updated by Ruben S. Montero over 6 years ago
    - Status changed from Pending to Closed
- Resolution set to fixed
This bug is now solved in one-4.10 and master branches. OpenNebula will add a default port for Gluster and Ceph, till next release it is needed to set the port as stated in this issue.