Skip to content

Commit 282da25

Browse files
Yu-Jackjillian-maroket
authored andcommitted
docs: revise based on feedback
Co-authored-by: Jillian Maroket <[email protected]> Signed-off-by: Jack Yu <[email protected]>
1 parent 518b1bc commit 282da25

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/install/harvester-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,9 @@ os:
445445

446446
#### Definition
447447

448-
Configuration for external storage devices, particularly for multipath storage setups. This setting enables support for external storage devices such as SAN (Storage Area Network) storage and configures multipath device handling. The multipath configuration allows you to define which devices should be blacklisted or whitelisted based on vendor, product names, or World Wide Identifiers (WWIDs).
448+
Setting that enables support for external storage devices (for example, storage area network (SAN) devices) that use multipath I/O (MPIO). In the multipath configuration (`multiPathConfig`), you can add devices to the blacklist and whitelist based on specific criteria: vendor, product names, or World Wide Identifiers (WWIDs).
449449

450-
When enabled, this configuration generates the `/etc/multipath.conf` file with the specified settings to control which storage devices are managed by the multipath daemon.
450+
When the setting is enabled, Harvester generates the `/etc/multipath.conf` file with the specified configuration, which the multipath daemon uses to manage storage devices.
451451

452452
#### Example
453453

@@ -468,7 +468,7 @@ os:
468468
- "^0QEMU_QEMU_HARDDISK_disk[0-9]+"
469469
```
470470

471-
The above configuration will generate the following `/etc/multipath.conf` file:
471+
This configuration generates the following `/etc/multipath.conf` file:
472472

473473
```conf
474474
blacklist {

versioned_docs/version-v1.4/install/external-disk-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ os:
8080
additionalKernelArguments: "rd.iscsi.firmware vlan=enp4s0f0.2017:enp4s0f0 ip=10.115.48.10::10.115.55.254:255.255.248.0::enp4s0f0.2017:none"
8181
```
8282

83-
:::warning
83+
:::info important
8484

85-
The `multiPathConfig` structure has changed since v1.7.0. Check the [latest configuration](/v1.7/install/harvester-configuration#osexternalstorageconfig) to set up your multipath configuration for fresh installations. This change will not impact upgrades.
85+
The multiPathConfig structure changed starting in v1.7.0. While this change does not affect upgrades, you must review the [`os.externalStorageConfig`](/v1.7/install/harvester-configuration#osexternalstorageconfig) documentation before performing a fresh installation of v1.7.0 or later versions.
8686

8787
:::
8888

0 commit comments

Comments
 (0)