YaST2 Developers Documentation: Creation of s390 dump devices

Creation of s390 dump devices

modules/Dump.ycp
Creating s390 dump devices, input and output functions
  • Tim Hardeck

This module has an unstable interface.

Imports

  • Progress
  • Report
  • String

Global Functions

Local Functions

Info:

DASD devices list of mkdump

Info:

ZFCP devices list of mkdump

local GetAvailableDisks (string type) -> list<string>

Get a List of available Disks of type

Parameters:
type
Return value:
of disks
global FormatDisk (string dev, boolean force) -> boolean

Format a disk as DUMP device

Parameters:
dev string the disk device node
force boolean true to append the -f parameter
Return value:
true on success