Skip to content

Commit

Permalink
[docs] fix v3support
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpov <[email protected]>
  • Loading branch information
krpsh123 committed Dec 3, 2024
1 parent 709c64e commit b65d6df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/config-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ properties:
v3support:
type: boolean
default: false
description: NFS version v3 support. After enabling this setting, rpc-statd will be installed on nodes. When this setting is disabled, it will NOT be removed from the nodes.
description: NFS version v3 support.
tlsParameters:
type: object
default: {}
Expand Down
2 changes: 1 addition & 1 deletion openapi/doc-ru-config-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ properties:
logLevel:
description: Уровень логирования модуля.
v3support:
description: Поддержка NFS версии v3. После включения этого параметра на узлы будет установлен rpc-statd. При отключении этого параметра он НЕ будет удален с узлов.
description: Поддержка NFS версии v3.
tlsParameters:
description: Настройка RPC-with-TLS (RFC 9289).
properties:
Expand Down

0 comments on commit b65d6df

Please sign in to comment.