proc:bare_metal_server_provisioning
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| proc:bare_metal_server_provisioning [2026/07/23 15:07] – phil | proc:bare_metal_server_provisioning [2026/07/23 15:10] (current) – [18. (EXTRA) hugepage & swap configuration] phil | ||
|---|---|---|---|
| Line 396: | Line 396: | ||
| After few seconds, normal SSD become available. | After few seconds, normal SSD become available. | ||
| - | ==== 18. (EXTRA) hugepage & swap configuration ==== | + | ==== 18. (EXTRA) hugepage & swap & LVM thin configuration ==== |
| <code bash> | <code bash> | ||
| Line 411: | Line 411: | ||
| vm.nr_hugepages = 13312 # EXAMPLE FOR 26GB/32GB | vm.nr_hugepages = 13312 # EXAMPLE FOR 26GB/32GB | ||
| EOF | EOF | ||
| + | </ | ||
| + | |||
| + | LVM Thin initialization to store VM storage | ||
| + | |||
| + | <code bash> | ||
| + | sudo lvcreate --type thin-pool -L 250G -n thin vg0 | ||
| </ | </ | ||
proc/bare_metal_server_provisioning.txt · Last modified: by phil
