From 10b91661ceef7992354032030c7c2673a90d40f4 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 11 May 2017 11:15:28 +0200 Subject: [PATCH] monitor_interface: document need to use monitor_address when using IPv6 Already documented in the Red Hat Ceph Storage 2 Installation Guide for Red Hat Enterprise Linux, but not here Signed-off-by: Florian Klink --- group_vars/all.yml.sample | 1 + roles/ceph-common/defaults/main.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index 150dc0f58..280d3b4c0 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -249,6 +249,7 @@ dummy: # # You must define either monitor_interface or monitor_address. Preference # will go to monitor_interface if both are defined. +# To use an IPv6 address, use the monitor_address setting instead (and set ip_version to ipv6) #monitor_interface: interface #monitor_address: 0.0.0.0 # set to either ipv4 or ipv6, whichever your network is using diff --git a/roles/ceph-common/defaults/main.yml b/roles/ceph-common/defaults/main.yml index fbb1fb641..d64009490 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -241,6 +241,7 @@ rbd_client_admin_socket_path: /var/run/ceph # must be writable by QEMU and allow # # You must define either monitor_interface or monitor_address. Preference # will go to monitor_interface if both are defined. +# To use an IPv6 address, use the monitor_address setting instead (and set ip_version to ipv6) monitor_interface: interface monitor_address: 0.0.0.0 # set to either ipv4 or ipv6, whichever your network is using -- 2.39.5