From 80be9ef0806328ee597ab39847f038b973bb006c Mon Sep 17 00:00:00 2001 From: Ian Pilcher Date: Mon, 11 Apr 2016 13:48:40 -0500 Subject: Document IPv6 syntax for GlanceFilePcmkDevice Change-Id: I1734a9755c4254221033cf2245ce9da8b2eeb924 Closes-Bug: 1568995 --- environments/storage-environment.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'environments/storage-environment.yaml') diff --git a/environments/storage-environment.yaml b/environments/storage-environment.yaml index e1cafd2b..da33acfd 100644 --- a/environments/storage-environment.yaml +++ b/environments/storage-environment.yaml @@ -34,6 +34,8 @@ parameter_defaults: ## File system type of the mount # GlanceFilePcmkFstype: nfs ## Pacemaker mount point, e.g. '192.168.122.1:/export/glance' for NFS + ## (If using IPv6, use both double- and single-quotes, + ## e.g. "'[fdd0::1]:/export/glance'") # GlanceFilePcmkDevice: '' ## Options for the mount managed by Pacemaker # GlanceFilePcmkOptions: '' -- cgit 1.2.3-korg