b60bd99df6
* s390-tools-slfo-01-parse-ipl-device-for-activation.patch - Removed the old 'initial' patch * s390-tools-sles15sp6-01-parse-ipl-device-for-activation.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=217
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
## Path: System/Virtualization/Virtsetup
|
|
## Description: System preparation for z/VM Live Guest Relocation
|
|
## Type: yesno
|
|
## Default: no
|
|
#
|
|
# Whether disks should be automatically detached from the guest or not
|
|
#
|
|
ZVM_DETACH_DISKS="no"
|
|
|
|
## Type: yesno
|
|
## Default: no
|
|
#
|
|
# If detaching disks from the guest, detach all disks not currently
|
|
# activated by Linux (as shown by lsdasd)?
|
|
ZVM_DETACH_ALL_UNUSED="no"
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
#
|
|
# If detaching disks from the guest, which ones should be detached
|
|
#
|
|
ZVM_DISKS_TO_DETACH=""
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
#
|
|
# If detaching disks from the guest, which ones should NOT be detached.
|
|
# If a disk is in this and ZVM_DISKS_TO_DETACH, the entry in this
|
|
# list takes precedence.
|
|
#
|
|
ZVM_DISKS_TO_NOT_DETACH=""
|
|
|
|
## Type: yesno
|
|
## Default: yes
|
|
#
|
|
# Should we check various conditions that might prevent relocation?
|
|
# Only conditions that can be determined by an unprivileged guest
|
|
# will be checked.
|
|
#
|
|
ZVM_WARN_ABOUT_POSSIBLE_LGR_PROBLEMS="yes"
|
|
|
|
## Type: yesno
|
|
## Default: yes
|
|
#
|
|
# Should we use the SCLP interface to inform PR/SM of the
|
|
# hostname of this system?
|
|
#
|
|
LPAR_SCLP_HOSTNAME="yes"
|