Unescape IPv6 addresses for ceph_nfs_bind_addr
Currently we end up with IPv6 addresses in ganesha.conf that are encapsulated in brackets so the file isn't parsed correctly and the ceph_nfs container fails to start. Closes-bug: #1840983 Change-Id: I035f945df3ea0519ce8b62daa6d0b313e84a508c
This commit is contained in:
parent
b3510328ba
commit
0478cd8923
@ -51,7 +51,7 @@ resources:
|
||||
type: json
|
||||
value:
|
||||
vars:
|
||||
ceph_nfs_bind_addr: {get_param: [EndpointMap, GaneshaInternal, host]}
|
||||
ceph_nfs_bind_addr: {get_param: [EndpointMap, GaneshaInternal, host_nobrackets]}
|
||||
ceph_nfs_enable_service: false
|
||||
ceph_nfs_use_pacemaker: true
|
||||
ceph_nfs_dynamic_exports: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user