Change default for NovaNfsVersion to NFSv4.2
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.
Change-Id: I912d4ae58c627fdea1a70e4f509eb1efb235dd0f
(cherry picked from commit 8d568bdb6b
)
This commit is contained in:
parent
f06dbcac60
commit
0425fda9fd
@ -140,12 +140,10 @@ 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.
|
||||
To not break current installations the default is the previous hard
|
||||
coded version 4.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_pattern: "^4.?[0-9]?"
|
||||
|
@ -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