Merge "Change default for NovaNfsVersion to NFSv4.2"
This commit is contained in:
commit
a2ec1ad4c6
@ -140,7 +140,7 @@ parameters:
|
||||
tags:
|
||||
- role_specific
|
||||
NovaNfsVersion:
|
||||
default: '4'
|
||||
default: '4.2'
|
||||
description: >
|
||||
NFS version used for nova storage (when NovaNfsEnabled is true). Since
|
||||
NFSv3 does not support full locking a NFSv4 version need to be used.
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
NFSv4.2 is now there for long time and default in RHEL/CentOS 8. This
|
||||
changes the default for NovaNfsVersion to be v4.2 instead of v4 to
|
||||
have this the new default.
|
Loading…
Reference in New Issue
Block a user