pyanaconda.modules.storage.zfcp.zfcp_interface

Classes

ZFCPInterface

DBus interface for the zFCP module.

Module Contents

class pyanaconda.modules.storage.zfcp.zfcp_interface.ZFCPInterface[source]

Bases: pyanaconda.modules.common.base.KickstartModuleInterfaceTemplate

DBus interface for the zFCP module.

IsSupported()[source]

Is this module supported?

Return type:

Bool

DiscoverWithTask(device_number, wwpn, lun)[source]

Discover a zFCP device.

Parameters:
  • device_number (Str) – a device number

  • wwpn (Str) – a worldwide port name

  • lun (Str) – an FCP LUN number

Returns:

a DBus path to a task

Return type:

ObjPath

WriteConfiguration()[source]

Write the configuration to sysroot.

FIXME: This is just a temporary method.