Displaying 2 results from an estimated 2 matches for "initrd_path".
Did you mean:
init_path
2012 Jun 08
18
[PATCH 0 of 4 RFC] Populate-on-demand: Check pages being returned by the balloon driver
Populate-on-demand: Check pages being returned by the balloon driver
This patch series is the second result of my work last summer on
decreasing fragmentation of superpages in a guests'' p2m when using
populate-on-demand.
This patch series is against 4.1; I''m posting it to get feedback on
the viability of getting a ported version of this patch into 4.2.
As with the previous
2009 Aug 28
1
How to create a windows vm with ganeti2.
...): 64bit (x86_64)
Default hypervisor: xen-pvm
Enabled hypervisors: xen-hvm, xen-pvm
Hypervisor parameters:
- xen-hvm:
nic_type: rtl8139
cdrom_image_path:
vnc_bind_address: 0.0.0.0
boot_order: dc
pae: True
disk_type: ioemu
acpi: True
- xen-pvm:
root_path: /dev/sda1
kernel_path: /boot/initrd-2.6-xenU
initrd_path: /boot/initrd-2.6-xenU
kernel_args: ro
Cluster parameters:
- candidate pool size: 10
- master netdev: eth0
- default bridge: eth0
- lvm volume group: xenvg
- file storage path: /srv/ganeti/file-storage
Default instance parameters:
- default:
auto_balance: True
vcpus: 1
memory: 128
Thank you very m...