.. _LMI-VGStorageCapabilities: LMI_VGStorageCapabilities ------------------------- Class reference =============== Subclass of :ref:`CIM_StorageCapabilities ` This class represents capability of LMI_StorageConfigurationService to create Volume Groups. It describes, which properties and which values can be used in LMI_VGStorageSetting. There are no additional properties for now. Key properties ^^^^^^^^^^^^^^ | :ref:`InstanceID ` Local properties ^^^^^^^^^^^^^^^^ .. _LMI-VGStorageCapabilities-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-VGStorageCapabilities-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-VGStorageCapabilities-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-VGStorageCapabilities-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-VGStorageCapabilities-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-VGStorageCapabilities-ExtentSizeDefault: ``uint64`` **ExtentSizeDefault** Default size of Volume Group physical extents. .. _LMI-VGStorageCapabilities-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-VGStorageCapabilities-NoSinglePointOfFailureDefault: ``boolean`` **NoSinglePointOfFailureDefault** Indicates the default value for the NoSinglePointOfFailure property. .. _LMI-VGStorageCapabilities-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-VGStorageCapabilities-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-VGStorageCapabilities-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-VGStorageCapabilities-CreateVGStorageSetting: ``uint32`` **CreateVGStorageSetting** (:ref:`InExtents[] ` CIM_StorageExtent, :ref:`LMI_StorageSetting ` Setting) This method creates new instance of LMI_VGStorageSetting. Applications then do not need to calculate DataRedundancy, PackageRedundancy and ExtentStripeLength. ======== ============= ValueMap Values ======== ============= 0 Success 1 Not Supported 4 Failed ======== ============= **Parameters** *IN* :ref:`InExtents[] ` **CIM_StorageExtent** List of devices, from which the new Volume Group will be created. The created LMI_VGStorageSetting will take redundancy and striping of these devices into account. That means, to create volume group on top of two devices, the application passes InExtents=(FirstExtent, SecondExtent). Resulting LMI_VGStorageSetting will have DataRedundancy, PackageRedundancy and ExtentStripeLength as minimum of both input extents, indicating that the created Volume Group does not add any additional redundancy or stripping. For example if the application wants to create volume group on top of two RAID1 devices, it passes InExtents = (FirstRAID1Extent, SecondRAID1Extent). Resulting LMI_MDRAIDStorageSetting will have DataRedundancy, PackageRedundancy and ExtentStripeLength as the minimum of the first and the second RAID1 extents. *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:`GetSupportedStripeDepthRange ` | :ref:`CreateGoalSettings ` | :ref:`GetSupportedStripeLengthRange ` | :ref:`GetSupportedStripeDepths ` | :ref:`CreateSetting `