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/install/harvester-configuration.md
+19-14Lines changed: 19 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,8 @@ install:
58
58
hwAddr: "B8:CA:3A:6A:64:7C"
59
59
method: dhcp
60
60
force_efi: true
61
-
device: /dev/vda
61
+
device: /dev/sda
62
+
data_disk: /dev/sdb
62
63
silent: true
63
64
iso_url: http://myserver/test.iso
64
65
poweroff: true
@@ -409,6 +410,8 @@ Force EFI installation even when EFI is not detected. Default: `false`.
409
410
410
411
The device to install the OS.
411
412
413
+
Prefer to use `/dev/disk/by-id/$id` or `/dev/disk/by-path/$path` to specify the storage device if your machine contains multiple physical volumes via pxe installation.
414
+
412
415
### `install.silent`
413
416
414
417
Reserved.
@@ -506,6 +509,8 @@ _Available as of v1.0.1_
506
509
507
510
Sets the default storage device to store the VM data.
508
511
512
+
Prefer to use `/dev/disk/by-id/$id` or `/dev/disk/by-path/$path` to specify the storage device if your machine contains multiple physical volumes via pxe installation.
513
+
509
514
Default: Same storage device as the one set for [`install.device`](#installdevice)
Supported values: 1, 2, 3. All other values are considered 3.
529
534
530
-
In edge scenarios where users may deploy single-node Harvester clusters, they can set this value to 1. In most scenarios, it is recommended to keep the default value 3 for system high availability.
535
+
In edge scenarios where users may deploy single-node Harvester clusters, they can set this value to 1. In most scenarios, it is recommended to keep the default value 3 for storage high availability.
531
536
532
537
Please refer to [longhorn-replica-count](https://longhorn.io/docs/1.4.1/references/settings/#default-replica-count) for more details.
533
538
@@ -536,17 +541,17 @@ Please refer to [longhorn-replica-count](https://longhorn.io/docs/1.4.1/referenc
Copy file name to clipboardExpand all lines: versioned_docs/version-v1.1/install/harvester-configuration.md
+31-1Lines changed: 31 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,8 @@ install:
58
58
hwAddr: "B8:CA:3A:6A:64:7C"
59
59
method: dhcp
60
60
force_efi: true
61
-
device: /dev/vda
61
+
device: /dev/sda
62
+
data_disk: /dev/sdb
62
63
silent: true
63
64
iso_url: http://myserver/test.iso
64
65
poweroff: true
@@ -409,6 +410,8 @@ Force EFI installation even when EFI is not detected. Default: `false`.
409
410
410
411
The device to install the OS.
411
412
413
+
Prefer to use `/dev/disk/by-id/$id` or `/dev/disk/by-path/$path` to specify the storage device if your machine contains multiple physical volumes via pxe installation.
414
+
412
415
### `install.silent`
413
416
414
417
Reserved.
@@ -506,6 +509,8 @@ _Available as of v1.0.1_
506
509
507
510
Sets the default storage device to store the VM data.
508
511
512
+
Prefer to use `/dev/disk/by-id/$id` or `/dev/disk/by-path/$path` to specify the storage device if your machine contains multiple physical volumes via pxe installation.
513
+
509
514
Default: Same storage device as the one set for [`install.device`](#installdevice)
Sets the replica count of Harvester's default storage class `harvester-longhorn`.
530
+
531
+
Default: 3
532
+
533
+
Supported values: 1, 2, 3. All other values are considered 3.
534
+
535
+
In edge scenarios where users may deploy single-node Harvester clusters, they can set this value to 1. In most scenarios, it is recommended to keep the default value 3 for storage high availability.
536
+
537
+
Please refer to [longhorn-replica-count](https://longhorn.io/docs/1.4.1/references/settings/#default-replica-count) for more details.
0 commit comments