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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,9 +93,15 @@ spec:
93
93
nfsVersion: "4.1"
94
94
reclaimPolicy: Delete
95
95
volumeBindingMode: WaitForFirstConsumer
96
+
workloadNodes:
97
+
nodeSelector:
98
+
matchLabels:
99
+
storage: "true"
96
100
EOF
97
101
```
98
102
103
+
Note that the CSI driver control pods are placed on cluster nodes according to the workloadnodes parameters of all NFSStorageClass. If they are missing, the module workload will not be placed!
104
+
99
105
A directory `<directory from share>/<PV name>` will be created for each PV.
100
106
101
107
### Checking module health
@@ -104,6 +110,10 @@ You can verify the functionality of the module using the instructions [in FAQ](.
104
110
105
111
### Selects the method to clean the volume before deleting the PV
106
112
113
+
{{< alert level="warning" >}}
114
+
**Volume cleanup functionality is only available in commercial editions of Deckhouse.**
115
+
{{< /alert >}}
116
+
107
117
Files with user data may remain on the volume to be deleted. These files will be deleted and will not be accessible to other users via NFS.
108
118
109
119
However, the deleted files' data may be available to other clients if the server grants block-level access to its storage.
Copy file name to clipboardExpand all lines: docs/README.ru.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,9 +93,15 @@ spec:
93
93
nfsVersion: "4.1"
94
94
reclaimPolicy: Delete
95
95
volumeBindingMode: WaitForFirstConsumer
96
+
workloadNodes:
97
+
nodeSelector:
98
+
matchLabels:
99
+
storage: "true"
96
100
EOF
97
101
```
98
102
103
+
Обратите внимание, что управляющие pod csi-драйвера размещаются на узлах кластера согласно параметрам workloadnodes всех NFSStorageClass. При их отсутствии полезная нагрузка модуля размещена не будет!
104
+
99
105
Для каждого PV будет создаваться каталог `<директория из share>/<имя PV>`.
100
106
101
107
### Проверка работоспособности модуля
@@ -104,6 +110,10 @@ EOF
104
110
105
111
### Выбор метода очистки тома перед удалением PV
106
112
113
+
{{< alert level="warning" >}}
114
+
**Функционал очистки тома доступен только в коммерческих редакциях Deckhouse.**
115
+
{{< /alert >}}
116
+
107
117
На удаляемом томе могут остаться файлы с пользовательскими данными. Эти файлы будут удалены и не будут доступны другим пользователям через NFS.
108
118
109
119
Однако данные удаленных файлов могут оказаться доступными другим клиентам, если сервер предоставит доступ к своему хранилищу на уровне блочных устройств.
0 commit comments