You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,10 @@ Creating a StorageClass for the CSI driver `nfs.csi.k8s.io` by the user is prohi
32
32
- Ensure the presence of a deployed and configured NFS server;
33
33
- To support RPC-with-TLS, enable `CONFIG_TLS` and `CONFIG_NET_HANDSHAKE` options in the Linux kernel.
34
34
35
+
{{< alert level="warning" >}}
36
+
To use NFS as virtual disk storage in Deckhouse Virtualisation Platform, configure the NFS server with the no_root_squash option.
37
+
{{< /alert >}}
38
+
35
39
### Recommendations
36
40
37
41
For module pods to restart when the `tlsParameters` parameter is changed in the module settings, the [pod-reloader](https://deckhouse.io/products/kubernetes-platform/documentation/v1/modules/pod-reloader) module must be enabled (enabled by default).
Copy file name to clipboardExpand all lines: docs/README_RU.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ description: "Модуль csi-nfs: общие концепции и полож
33
33
- Убедитесь в наличии развернутого и настроенного NFS-сервера;
34
34
- Для поддержки RPC-with-TLS включите в ядре Linux опции `CONFIG_TLS` и `CONFIG_NET_HANDSHAKE`.
35
35
36
+
{{< alert level="warning" >}}
37
+
Для работы NFS как хранилища виртуальных дисков в Deckhouse Virtualization Platform настройте NFS-сервер с опцией no_root_squash.
38
+
{{< /alert >}}
39
+
36
40
### Рекомендации
37
41
38
42
Чтобы поды модуля перезапускались при изменении параметра `tlsParameters` в настройках модуля, должен быть включен модуль [pod-reloader](https://deckhouse.ru/products/kubernetes-platform/documentation/v1/modules/pod-reloader) (включен по умолчанию).
@@ -126,7 +130,7 @@ EOF
126
130
127
131
Используется, если для параметра `volumeCleanup` задано значение `RandomFillThreePass`.
128
132
129
-
Содержимое файлов трижды переписывается случайной последовательностью перед удалением. Три случайных последовательности передаются по сети.
133
+
Содержимое файлов трижды переписывается случайной последовательностью перед удалением. Три случайных последовательности передаются по сети.
130
134
<!-- Имеет смысл только если сервер хранит данные на жестком диске, и есть риск, что у злоумышленника появится физический доступ к устройству. -->
0 commit comments