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:
|
tags:
|
||||||
- role_specific
|
- role_specific
|
||||||
NovaNfsVersion:
|
NovaNfsVersion:
|
||||||
default: '4'
|
default: '4.2'
|
||||||
description: >
|
description: >
|
||||||
NFS version used for nova storage (when NovaNfsEnabled is true). Since
|
NFS version used for nova storage (when NovaNfsEnabled is true). Since
|
||||||
NFSv3 does not support full locking a NFSv4 version need to be used.
|
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
|
type: string
|
||||||
constraints:
|
constraints:
|
||||||
- allowed_pattern: "^4.?[0-9]?"
|
- 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