Storage Volume node
A Storage Volume node represents a block of storage which a client can access.
Creation/update
A Storage Volume node is created or updated when a storage entity is discovered by one of the following:
- WBEM queries to storage management software triggered by the creation or update of an SI representing storage management software
- Directly discovered storage using WBEM queries to the WBEM/SMI-S provider triggered by the creation or update of a Storage Device node representing the chassis
- Directly discovered storage using SNMP triggered by the creation or update of a Storage Device node representing the chassis
Removal
A Storage Volume node is removed when its parent Storage System node is removed. This is Containment Removal.
Attributes and relationships of the StorageVolume node
The attributes of the StorageVolume node are described in the following table:
UI Name | Description |
---|---|
Not shown in UI | Key of the volume |
Volume ID | Id of the volume |
Type | Type of the volume |
NAA ID | NAA ID |
Name | Name of the volume |
Block Size | Block size |
Number of Blocks | Number of blocks |
Consumable Blocks | Consumable Blocks |
Consumed From Pool | Amount of capacity that has been consumed in the parent pool. For thin volumes, this value will typically be less than the visible capacity |
Thinly Provisioned | Indicates a thinly provisioned volume |
RAID Level | RAID level |
Mapped | Indicates that the volume is mapped to a client |
Encryption | Data at rest encryption |
I/O Operations | I/O operations per second |
Cloud Hosted | When set, this flag indicates that the volume exists directly within a cloud service |
Cloud Identifier | Unique cloud identifier |
External Identifiers | Identifiers in other systems |
Tags | Tag set |
The relationships of the StorageVolume node are described in the following table:
UI Name | Relationship | Description |
---|---|---|
Activity Records | ActedUpon: Activity: ActivityRecord: ActivityRecord | Record of model activity associated with this Storage Volume |
Administrative Collections | Member: Collection: Collection: AdminCollection | Administrative Collections this Storage Volume is a member of |
Collections | Member: Collection: Collection: Collection | Collections this Storage Volume is a member of |
Deployments | Member: Collection: Collection: Deployment | Deployments this Storage Volume is a member of |
Subnets | Member: Collection: Collection: Subnet | Subnets this Storage Volume is a member of |
Namespace | Member: Collection: Collection: Namespace | Namespace this Storage Volume is in |
Storage Connections | Container: Containment: ContainedConnection: StorageConnection | Storage Connections contained in this Storage Volume |
Cloud Service | ContainedVolume: Containment: Container: CloudService | Containing Cloud Service |
Collection | ContainedVolume: Containment: Container: Collection | Containing Collection |
Storage Pool | ContainedVolume: Containment: Container: StoragePool | Containing Storage Pool |
Storage System | ContainedVolume: Containment: Container: StorageSystem | Containing Storage System |
Storage System Group | ContainedVolume: Containment: Container: StorageSystemGroup | Containing Storage System Group |
Excluded from Model Definitions | ExcludedItem: DefinitionContainment: Definition: ModelDefinition | Model Definitions this Storage Volume has been excluded from |
Included in Model Definitions | IncludedItem: DefinitionContainment: Definition: ModelDefinition | Model Definitions this Storage Volume is included in |
Front End FC Ports | ExposedElement: ExposedView: FrontEndPort: FibreChannelPort | Front end Fibre Channel Ports for this Storage Volume |
Maintaining Pattern | Element: Maintainer: Pattern: Pattern | Pattern maintaining this Storage Volume |
Mirror Of | Copy: Mirror: Original: StorageVolume | Volume this Volume Mirrors |
Mirrored By | Original: Mirror: Copy: StorageVolume | Mirrors for this volume |
Mirrored By | Original: Mirror: Copy: StorageVolumeMirror | Mirrors for this volume |
Storage Volume Mirrors | Peer: Replication: Peer: StorageVolume | Replicas of this Storage Volume |
Containing Business Application | ContainedSoftware: SoftwareContainment: SoftwareContainer: BusinessApplicationInstance | Containing Business Application |
Containing Business Service | ContainedSoftware: SoftwareContainment: SoftwareContainer: BusinessService | Containing Business Service |
Containing Technical Service | ContainedSoftware: SoftwareContainment: SoftwareContainer: TechnicalService | Containing Technical Service |
Virtual Disk Consumers | Provider: StorageUse: Consumer: DiskDrive | Virtual disks consuming this Volume |
File Systems | Provider: StorageUse: Consumer: FileSystem | File Systems using this Storage Volume |
Hosts | Provider: StorageUse: Consumer: Host | Hosts using this Storage Volume |
Disk Drive Providers | Consumer: StorageUse: Provider: DiskDrive | Disk Drives providing this Storage Volume |
File System Providers | Consumer: StorageUse: Provider: FileSystem | File Systems providing this Storage Volume |
Storage Volume Providers | Consumer: StorageUse: Provider: StorageVolume | Storage Volumes providing this Storage Volume |
Storage Volume Consumers | Provider: StorageUse: Consumer: StorageVolume | Storage Volume consumers for this Storage Volume |
Storage System Consumers | Provider: StorageUse: Consumer: StorageSystem | Storage System consumers for this Storage Volume |
The expressions of the StorageVolume node are described in the following table:
UI Name | Expression | Description |
---|---|---|
Visible Capacity | visible_capacity : formatQuantity(num_blocks * block_size, "B1024") | Visible capacity |
Consumable Capacity | consumable_capacity : formatQuantity(consumable_blocks * block_size, "B1024") | Consumable capacity |
Consumed From Pool | consumed_capacity_display : formatQuantity(consumed_capacity, "B1024") | Consumed capacity |
Percentage of Pool Consumed | percentage_consumed : percentageString(consumed_capacity, #ContainedVolume:Containment:Container:StoragePool.capacity) | Percentage of pool consumed |