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:
Martin Schuppert 2021-07-20 10:51:42 +02:00
parent f06dbcac60
commit 0425fda9fd
2 changed files with 7 additions and 3 deletions

View File

@ -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]?"

View File

@ -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.