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/advanced/settings.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ If you set a username and password for a private registry, the system will autom
135
135
136
136
_Available as of v1.2.0_
137
137
138
-
This setting allows you to install a Container Storage Interface (CSI) in your Harvester cluster to support and use external storage as the VM's non-system data partition and leverage different drivers.
138
+
If you install third-party CSI drivers in the Harvester cluster, you must configure some necessary information through this setting before using **Backup/Snapshot** related features.
139
139
140
140
Default:
141
141
```
@@ -151,8 +151,6 @@ Default:
151
151
1. Configure **Volume Snapshot Class Name**, which refers to the name of the `VolumeSnapshotClass` used to create volume snapshots or VM snapshots.
152
152
1. Configure **Backup Volume Snapshot Class Name**, which refers to the name of the `VolumeSnapshotClass` used to create VM backups.
153
153
154
-
Select the desired StorageClass when creating an empty volume or adding a new empty volume to a virtual machine.
Copy file name to clipboardExpand all lines: docs/advanced/storageclass.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,25 +93,21 @@ The `volumeBindingMode` field controls when volume binding and dynamic provision
93
93
94
94
## Multi Container Storage Interface support
95
95
96
-
Harvester now supports installing a Container Storage Interface (CSI) in your Harvester cluster to support and use external storage as the VM's non-system data partition. For example, choose an existing storage provider (e.g., Dell PowerFlex) to create a data volume in Harvester. Leverage different drivers for specific purposes, such as performance optimization or integration with existing internal storage providers.
96
+
Harvester now supports installing a Container Storage Interface (CSI) in your Harvester cluster to support and use external storage as the VM's non-system data disks. Leverage different drivers for specific purposes, such as performance optimization or integration with existing in-house storage providers.
97
97
98
98
:::note
99
99
100
-
The system partition of the VM can still use Longhorn. Before v1.2.0, Harvester only supports the use of Longhorn to store virtual machine data, and does not support the use of external storage to store VM data.
100
+
The provisioner of the VM image still uses Longhorn. Before v1.2.0, Harvester only supports using Longhorn to store virtual machine data and does not support using external storage to store VM data.
101
101
102
102
:::
103
103
104
-
You must first manually install your CSI driver. Then create a new StorageClass and edit the `csi-driver-config` setting.
104
+
Administrators can enable this feature through the following steps:
105
+
1. Set the [`os.persistent_state_paths`](../install/harvester-configuration.md#ospersistent_state_paths) and [`os.after_install_chroot_commands`](../install/harvester-configuration.md#osafter_install_chroot_commands) settings before creating the Harvester cluster for the specific CSI driver needs.
106
+
2. Install the CSI driver to the Harvester cluster manually after creating the Harvester cluster.
107
+
3. Edit the [`csi-driver-config`](../advanced/settings.md#csi-driver-config) setting.
108
+
4. Create a new StorageClass that uses the CSI driver.
105
109
106
-
### Header Section
107
-
108
-
-**Name**: Name of the StorageClass
109
-
-**Description** (optional): Description of the StorageClass.
110
-
-**Provisioner**: Select a provisioner.
111
-
112
-
### Parameters
113
-
114
-
Edit the [`csi-driver-config`](../advanced/settings.md#csi-driver-config) setting to add the provisioner for the newly added CSI driver.
110
+
After performing these steps, you must select the desired StorageClass when creating an empty volume or adding a new empty volume to a virtual machine.
0 commit comments