This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| manuals:vps:kvm [2026/08/11 17:02] – Update KVM networking and explain repository-managed articles aither | manuals:vps:kvm [2026/08/17 11:09] (current) – Link source and virtualization tests and correct the shared translation ID aither | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | < | + | < |
| < | < | ||
| - | source=" | + | source=" |
| - | test="https:// | + | test=" |
| /> | /> | ||
| Line 30: | Line 30: | ||
| set -euo pipefail | set -euo pipefail | ||
| - | export DEBIAN_FRONTEND=noninteractive | ||
| apt-get update | apt-get update | ||
| apt-get install --yes \ | apt-get install --yes \ | ||
| Line 49: | Line 48: | ||
| ===== Disk images and ZFS ===== | ===== Disk images and ZFS ===== | ||
| - | A separate [[manuals: | + | Use a separate [[manuals: |
| - | It lets you change ZFS properties for this workload later without affecting the | + | you change ZFS properties for the workload later without affecting the VPS root |
| - | VPS root dataset. | + | dataset. |
| - | reference quota by the capacity intended for images, create a '' | + | |
| - | subdataset with the freed capacity, and mount it in the VPS at | + | * < |
| - | ''/ | + | * < |
| - | can leave 20 GiB for the root dataset and assign 100 GiB to '' | + | * < |
| - | can then give the first virtual-machine disk 80 GiB and leave 20 GiB free for | + | |
| - | growth and snapshots. | + | For example, from the standard 120 GiB allocation you can leave 20 GiB for the |
| + | root dataset and assign 100 GiB to '' | ||
| + | virtual-machine disk 80 GiB and leave 20 GiB free for growth and snapshots. | ||
| The subdataset is [[manuals: | The subdataset is [[manuals: | ||