37e471ec3d
* s390-tools: Define Rust MSRV as 1.75.0 * Add new tools / libraries: - cpacfinfo: Tool to provide CPACF information - opticsmon: Tools to monitor optical modules for directly attached PCI based NICs - pvimg: Rust rewrite of genprotimg * Changes of existing tools: - chpstat: Add data bandwidth utilization column - chpstat: Add support for full CMCB - chpstat: Add support for new CMG types - dbginfo.sh: add overview commands and crypto update - hyptop: Support for structured output (json, json-seq, csv) - lszfcp: Add missing fallback marker for non-good fc_host port_state - lszfcp: Improve speed with many SCSI devices - pvattest: Add attestation policy check command - zipl: Add support of partitions of mirror md-devices * Bug Fixes: - lszcrypt: Fix wrong state showing up for removed AP queue within SE guest - lszfcp: Show device names line for zfcp_units without SCSI device - Revendored vendor.tar.gz OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=232
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"
|