mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zdev: add export/import support for site
Add export and import support for site-specific settings. For each site-specific configuration, a new site-block will be generated as below. The same format can be interpreted by the import function and use the values on the device's site-specific configuration. Typical example of a site-block in the export file: [site3 dasd-fba 0.0.f001] online=1 cmb_enable=0 Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Vineeth Vijayan <vneethv@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
fa3dd0ec20
commit
c7ac1e63bd
@@ -195,7 +195,7 @@ static struct opts_conflict conflict_list[] = {
|
||||
OPTS_CONFLICT(OPT_ONLINE,
|
||||
OPT_OFFLINE),
|
||||
OPTS_CONFLICT(OPT_SITE,
|
||||
OPT_TYPE, OPT_EXPORT, OPT_IMPORT, 0),
|
||||
OPT_TYPE, 0),
|
||||
OPTS_CONFLICT(OPT_QUIET,
|
||||
OPT_VERBOSE),
|
||||
OPTS_CONFLICT(OPT_AUTO_CONF,
|
||||
|
||||
Reference in New Issue
Block a user