Package rtslib :: Module alua
[hide private]
[frames] | no frames]

Module alua


Implements the RTS ALUA Target Port Group class.

This file is part of RTSLib.
Copyright (c) 2016 by Red Hat, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
    License for the specific language governing permissions and limitations
    under the License.

Classes [hide private]
  ALUATargetPortGroup
ALUA Target Port Group interface
Variables [hide private]
  alua_rw_params = ['alua_access_state', 'alua_access_status', '...
  alua_ro_params = ['tg_pt_gp_id', 'members', 'alua_support_lba_...
  alua_types = ['None', 'Implicit', 'Explicit', 'Implicit and Ex...
  alua_statuses = ['None', 'Altered by Explicit STPG', 'Altered ...
  __package__ = 'rtslib'
Variables Details [hide private]

alua_rw_params

Value:
['alua_access_state',
 'alua_access_status',
 'alua_write_metadata',
 'alua_access_type',
 'preferred',
 'nonop_delay_msecs',
 'trans_delay_msecs',
 'implicit_trans_secs',
...

alua_ro_params

Value:
['tg_pt_gp_id', 'members', 'alua_support_lba_dependent']

alua_types

Value:
['None', 'Implicit', 'Explicit', 'Implicit and Explicit']

alua_statuses

Value:
['None', 'Altered by Explicit STPG', 'Altered by Implicit ALUA']