Merge "Change default for NovaNfsVersion to NFSv4.2"

This commit is contained in:
Zuul 2021-08-03 14:15:32 +00:00 committed by Gerrit Code Review
commit a2ec1ad4c6
2 changed files with 7 additions and 1 deletions

View File

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

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.