version 1.161, 2018/09/05 09:39:39
|
version 1.162, 2019/01/29 01:48:53
|
Line 348 Virtual disks
|
Line 348 Virtual disks
|
In domU config files, the disks are defined as a sequence of 3-tuples: |
In domU config files, the disks are defined as a sequence of 3-tuples: |
|
|
* The first element is "method:/path/to/disk". Common methods are |
* The first element is "method:/path/to/disk". Common methods are |
"file:" for file-backed vnd, and "phy:" for something that is already |
"file:" for a file-backed vnd, and "phy:" for something that is already |
a device. |
a device, such as an LVM logical volume. |
|
|
* The second element is an artifact of how virtual disks are passed to |
* The second element is an artifact of how virtual disks are passed to |
Linux, and a source of confusion with NetBSD Xen usage. Linux domUs |
Linux, and a source of confusion with NetBSD Xen usage. Linux domUs |
Line 434 Creating a NetBSD domU
|
Line 434 Creating a NetBSD domU
|
---------------------- |
---------------------- |
|
|
See the earlier config file, and adjust memory. Decide on how much |
See the earlier config file, and adjust memory. Decide on how much |
storage you will provide, and prepare it (file or lvm). |
storage you will provide, and prepare it (file or LVM). |
|
|
While the kernel will be obtained from the dom0 file system, the same |
While the kernel will be obtained from the dom0 file system, the same |
file should be present in the domU as /netbsd so that tools like |
file should be present in the domU as /netbsd so that tools like |