.. _LMI-LVStorageCapabilities: LMI_LVStorageCapabilities ------------------------- Class reference =============== Subclass of :ref:`CIM_StorageCapabilities ` This class represents capabilities of LMI_StorageConfigurationService to create Logical Volumes. It describes, which properties and which values can be used in LMI_LVStorageSetting. Each LMI_VGStoragePool has one instance of this class attached, which describes what kind of Logical Volumes can be allocated from it. As only basic Logical Volumes are supported, it basically only represents underlying redundancy and stripping There are no additional properties for now. Key properties ^^^^^^^^^^^^^^ | :ref:`InstanceID ` Local properties ^^^^^^^^^^^^^^^^ .. _LMI-LVStorageCapabilities-PackageRedundancyMax: ``uint16`` **PackageRedundancyMax** PackageRedundancyMax describes the maximum number of redundant packages that can be used. For example, in the storage domain, package redundancy describes how many disk spindles can fail without data loss including, at most, one spare. An example would be RAID5 with a spare disk which would have a PackageRedundancy of 2. Possible values are 0 to n. The default redundancy is specified using PackageRedundancyDefault, while the maximum is defined by PackageRedundancyMax. .. _LMI-LVStorageCapabilities-DataRedundancyMin: ``uint16`` **DataRedundancyMin** DataRedundancyMin describes the minimum number of complete copies of data that can be maintained. Examples would be RAID 5 where 1 copy is maintained and RAID 1 where 2 or more copies are maintained). Possible values are 1 to n. The default redundancy is specified using DataRedundancyDefault, while the maximum is defined by DataRedundancyMax. .. _LMI-LVStorageCapabilities-NoSinglePointOfFailure: ``boolean`` **NoSinglePointOfFailure** Indicates whether or not the associated element supports no single point of failure. Values are: FALSE = does not support no single point of failure, and TRUE = supports no single point of failure. .. _LMI-LVStorageCapabilities-PackageRedundancyDefault: ``uint16`` **PackageRedundancyDefault** PackageRedundancyDefault describes the default number of redundant packages that will be used. For example, in the storage domain, package redundancy describes how many disk spindles can fail without data loss including, at most, one spare. An example would be RAID5 with a spare disk which would have a PackageRedundancy of 2. Possible values are 0 to n. The bounds for redundancy are specified using the properties, PackageRedundancyMax and PackageRedundancyMin. .. _LMI-LVStorageCapabilities-ElementName: ``string`` **ElementName** The user friendly name for this instance of Capabilities. In addition, the user friendly name can be used as a index property for a search of query. (Note: Name does not have to be unique within a namespace.) .. _LMI-LVStorageCapabilities-DataRedundancyDefault: ``uint16`` **DataRedundancyDefault** DataRedundancyDefault describes the default number of complete copies of data that can be maintained. Examples would be RAID 5 where 1 copy is maintained and RAID 1 where 2 or more copies are maintained. Possible values are 1 to n. The bounds for the redundancy (max and min) are defined by DataRedundancyMax and DataRedundancyMin. .. _LMI-LVStorageCapabilities-NoSinglePointOfFailureDefault: ``boolean`` **NoSinglePointOfFailureDefault** Indicates the default value for the NoSinglePointOfFailure property. .. _LMI-LVStorageCapabilities-ExtentStripeLengthDefault: ``uint16`` **ExtentStripeLengthDefault** Extent Stripe Length describes the number of underlying StorageExtents across which data is striped in the common striping-based storage organizations. This is also known as the number of 'members' or 'columns'. A NULL value for ExtentStripeLengthDefault indicates that the system does not support configuration of storage by specifying Stripe Length. If Extent Stripe Length is supported, and this Capabilities instance is associated with a pool that was created with a range of QOS then ExtentStripeLengthDefault represents the default value. Other available values(such as min, max, and discrete values) can be determined by using the 'GetSupportedStripeLengths' and 'GetSupportedStripeLengthRange' methods. If Extent Stripe Length is supported and the pool was created with a single specific QOS, representing a Raid group, set, or rank, then this property represents the current/fixed value for the pool, and Extent Stripe Length is not supported in subsequent creation of elements from this pool. Consequently, the 'GetSupportedStripeLength' methods cannot be used, and in a StorageSetting instance used as a goal when creating or modifying a child element of the pool, ExtentStripeLengthGoal, ExtentStripeLengthMin, and ExtentStripeLengthMax MUST be set to NULL. .. _LMI-LVStorageCapabilities-DataRedundancyMax: ``uint16`` **DataRedundancyMax** DataRedundancyMax describes the maximum number of complete copies of data that can be maintained. Examples would be RAID 5 (where 1 copy is maintained) and RAID 1 (where 2 or more copies are maintained). Possible values are 1 to n. The default redundancy is specified using DataRedundancyDefault, while the minimum is defined by DataRedundancyMin. .. _LMI-LVStorageCapabilities-PackageRedundancyMin: ``uint16`` **PackageRedundancyMin** PackageRedundancyMin describes the minimum number of redundant packages that can be used. For example, in the storage domain, package redundancy describes how many disk spindles can fail without data loss including, at most, one spare. An example would be RAID5 with a spare disk which would have a PackageRedundancy of 2. Possible values are 0 to n. The default redundancy is specified using PackageRedundancyDefault, while the minimum is defined by PackageRedundancyMin. Local methods ^^^^^^^^^^^^^ .. _LMI-LVStorageCapabilities-CreateLVStorageSetting: ``uint32`` **CreateLVStorageSetting** (:ref:`LMI_StorageSetting ` Setting) This method creates new instance of LMI_LVStorageSetting. Applications then do not need to calculate DataRedundancy, PackageRedundancy and ExtentStripeLength. Because only basic Logical Volumes without any additional stripping or mirroring are supported, this method basically clones LMI_VGStorageSetting to LMI_LVStorageSetting. ======== ============= ValueMap Values ======== ============= 0 Success 1 Not Supported 4 Failed ======== ============= **Parameters** *OUT* :ref:`LMI_StorageSetting ` **Setting** Created LMI_StorageSetting. Inherited properties ^^^^^^^^^^^^^^^^^^^^ | ``uint16[]`` :ref:`SupportedDataOrganizations ` | ``uint32[]`` :ref:`AvailableRPM ` | ``string`` :ref:`InstanceID ` | ``uint16`` :ref:`Encryption ` | ``uint16`` :ref:`ParityLayoutDefault ` | ``string`` :ref:`Description ` | ``uint16[]`` :ref:`AvailableDiskType ` | ``uint64`` :ref:`Generation ` | ``uint64[]`` :ref:`AvailableInterconnectSpeed ` | ``string`` :ref:`Caption ` | ``uint16[]`` :ref:`SupportedCompressionRates ` | ``uint16`` :ref:`ElementType ` | ``uint16`` :ref:`DeltaReservationMin ` | ``uint16`` :ref:`DeltaReservationDefault ` | ``uint16`` :ref:`DeltaReservationMax ` | ``uint16[]`` :ref:`AvailableInterconnectType ` | ``uint16[]`` :ref:`AvailableFormFactorType ` | ``uint64`` :ref:`UserDataStripeDepthDefault ` Inherited methods ^^^^^^^^^^^^^^^^^ | :ref:`GetSupportedStripeLengths ` | :ref:`GetSupportedParityLayouts ` | :ref:`GetSupportedStripeDepths ` | :ref:`CreateGoalSettings ` | :ref:`GetSupportedStripeLengthRange ` | :ref:`GetSupportedStripeDepthRange ` | :ref:`CreateSetting `