ovirt vm update kernel docs (#60407)
* ovirt vm update kernel docs * update doc phrase * update docs
This commit is contained in:
parent
e3d13cbcdc
commit
dee13ea4f8
1 changed files with 4 additions and 0 deletions
|
@ -522,21 +522,25 @@ options:
|
||||||
description:
|
description:
|
||||||
- "If I(true) C(kernel_params), C(initrd_path) and C(kernel_path) will persist in virtual machine configuration,
|
- "If I(true) C(kernel_params), C(initrd_path) and C(kernel_path) will persist in virtual machine configuration,
|
||||||
if I(False) it will be used for run once."
|
if I(False) it will be used for run once."
|
||||||
|
- Usable with oVirt 4.3 and lower; removed in oVirt 4.4.
|
||||||
type: bool
|
type: bool
|
||||||
version_added: "2.8"
|
version_added: "2.8"
|
||||||
kernel_path:
|
kernel_path:
|
||||||
description:
|
description:
|
||||||
- Path to a kernel image used to boot the virtual machine.
|
- Path to a kernel image used to boot the virtual machine.
|
||||||
- Kernel image must be stored on either the ISO domain or on the host's storage.
|
- Kernel image must be stored on either the ISO domain or on the host's storage.
|
||||||
|
- Usable with oVirt 4.3 and lower; removed in oVirt 4.4.
|
||||||
version_added: "2.3"
|
version_added: "2.3"
|
||||||
initrd_path:
|
initrd_path:
|
||||||
description:
|
description:
|
||||||
- Path to an initial ramdisk to be used with the kernel specified by C(kernel_path) option.
|
- Path to an initial ramdisk to be used with the kernel specified by C(kernel_path) option.
|
||||||
- Ramdisk image must be stored on either the ISO domain or on the host's storage.
|
- Ramdisk image must be stored on either the ISO domain or on the host's storage.
|
||||||
|
- Usable with oVirt 4.3 and lower; removed in oVirt 4.4.
|
||||||
version_added: "2.3"
|
version_added: "2.3"
|
||||||
kernel_params:
|
kernel_params:
|
||||||
description:
|
description:
|
||||||
- Kernel command line parameters (formatted as string) to be used with the kernel specified by C(kernel_path) option.
|
- Kernel command line parameters (formatted as string) to be used with the kernel specified by C(kernel_path) option.
|
||||||
|
- Usable with oVirt 4.3 and lower; removed in oVirt 4.4.
|
||||||
version_added: "2.3"
|
version_added: "2.3"
|
||||||
instance_type:
|
instance_type:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue