Skip to content
Snippets Groups Projects
Commit 2f2dbb4b authored by Jun Futagawa's avatar Jun Futagawa Committed by Michael Hanselmann
Browse files

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: default avatarJun Futagawa <jfut@integ.jp>
Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: ultortter
parent 11c684bf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment