YaST2 Developers Documentation: Auto-Installation



functions
files
intro

Auto-Installation

modules/AutoinstRAID.ycp
RAID

Imports

  • AutoinstStorage
  • Partitions
  • Storage

Includes

  • partitioning/partition_defines.ycp
  • partitioning/raid_lib.ycp

Global Functions

Local Functions

global AutoinstRAID () -> void

Constructor

global Init () -> boolean

Initialize

Info:

Return existing MDs

Return value:
list of existing MDs

global DeletedMDs (string md) -> list

Return deleted MDs

Parameters:
md
Return value:
list of deleted MDs

global DeleteMDs () -> list

Delete MDs

Return value:
list of deleted MDs

local remove_possible_mds () -> boolean

Remove MDs if desired

global Write () -> boolean

Create RAID Configuration


YaST2 Developers Documentation