« Previous | Next » 

Revision 2f2dbb4b

ID2f2dbb4b215d495f8e7d43e8bd1e6f1ab18dbdc7

Added by Jun Futagawa over 14 years ago

Add support for using the bootloader in xen-pvm

This patch adds three optional parameters:
- 'use_bootloader', whether use or not the bootloader
- 'bootloader_path', absolute path to the bootloader
- 'bootloader_args', extra arguments to the bootloader

Syntax:
gnt-cluster modify --hypervisor-parameters \
xen-pvm:bootloader_path=/usr/bin/pygrub,use_bootloader=False
gnt-instance modify -H use_bootloader=True instance1.example.com

If use_bootloader is True, each domU can boot with its own kernel
instead of using the dom0 kernel.

Signed-off-by: Jun Futagawa <>
Signed-off-by: Michael Hanselmann <>
Reviewed-by: ultortter

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences