Package rtslib :: Module fabric :: Class FCoEFabricModule
[hide private]
[frames] | no frames]

Class FCoEFabricModule

   object --+        
            |        
 node.CFSNode --+    
                |    
_BaseFabricModule --+
                    |
                   FCoEFabricModule

Instance Methods [hide private]
 
__init__(self)
Instantiate a FabricModule object, according to the provided name.
 
to_fabric_wwn(self, wwn)
Some fabrics need WWNs in a format different than rtslib's internal format.
 
from_fabric_wwn(self, wwn)
Converts from WWN format used in this fabric's LIO configfs to canonical format.
 
wwns(self)

Inherited from _BaseFabricModule: clear_discovery_auth_settings, dump, has_feature, needs_wwn, setup, to_normalized_wwn

Inherited from node.CFSNode: __eq__, __ne__, delete, get_attribute, get_parameter, list_attributes, list_parameters, set_attribute, set_parameter

Class Variables [hide private]

Inherited from _BaseFabricModule: discovery_authenticate_target, discovery_enable_auth, discovery_mutual_password, discovery_mutual_userid, discovery_password, discovery_userid, targets, version

Inherited from node.CFSNode: configfs_dir, exists, path

Method Details [hide private]

__init__(self)
(Constructor)

 

Instantiate a FabricModule object, according to the provided name.

Parameters:
  • name - the name of the FabricModule object.
Overrides: node.CFSNode.__init__

to_fabric_wwn(self, wwn)

 

Some fabrics need WWNs in a format different than rtslib's internal format. These fabrics should override this method.

Overrides: _BaseFabricModule.to_fabric_wwn
(inherited documentation)

from_fabric_wwn(self, wwn)

 

Converts from WWN format used in this fabric's LIO configfs to canonical format. Note: Do not call from wwns(). There's no guarantee fabric wwn format is the same as wherever wwns() is reading from.

Overrides: _BaseFabricModule.from_fabric_wwn
(inherited documentation)

wwns(self)

 
Decorators:
  • @property
Overrides: wwns