Project

General

Profile

Actions

Bug #7889

closed

IPv6 support with ceph-deploy

Added by Miha Zidar about 10 years ago. Updated about 10 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

In ceph-deploy/util/arg_validators.py the hostname function fails "hostname: X is not resolvable" if using ipv6

Actions #1

Updated by Miha Zidar about 10 years ago

socket.gethostbyname supports only ipv4 and should be replaced with socket.getaddrinfo

next the inet_aton is also for ipv4 only.

Actions #2

Updated by Ian Colle about 10 years ago

  • Project changed from teuthology to devops
Actions #3

Updated by Alfredo Deza about 10 years ago

There is a PR open with failing tests: https://github.com/ceph/ceph-deploy/pull/172

Actions #4

Updated by Alfredo Deza about 10 years ago

  • Status changed from New to Resolved

Merged into ceph-deploy master branch with hash a3a61b7

Actions

Also available in: Atom PDF