Assigned a Logical Unit Number (LUN) and are presented to a host, or hosts, as a physical device.
Logical disks
Utilizes an Intelligent Storage System to group disks together and then partitions those physical disks into discrete logical disks.
Classic Storage Model
How can RAID be applied?
At the physical disk layer or the logical disk layer
4 Limitations of the Classic Storage Model
Factors limiting the maximum number of physical disks that can be combined to form a logical disk
2. Practical limitation
Example of a practical limitation on the maximum number of physical disks that can be combined to form a logical disk
The chance of multiple disk failures increases as the number of disks increases, and thus increasing the chance of data loss or corruption.
How is a logical disk expanded beyond the limit of the maximum number of physical disks?
To expand a logical disk beyond this limit, multiple logical disks are created and then chained together, forming what is often referred to as a MetaLUN (or Meta).
Downside to MetaLUNs
Add another layer of management
Multiple logical disks chained together
MetaLUN (or Meta)
In the Classic Storage model, why is the amount of storage provisioned often greater than what is actually needed?
This is done to prevent application downtime to expand the storage, or due to unknown growth patterns.
In the Classic Storage model, results in storage sitting idle for some time.
Overprovisioning of storage
Virtual representations of portions of physical disks within a storage system
LUNs (or devices)
An aggregation of a portion of physical disks that are presented to a host as a physical disk
LUN
Advantage of a LUN
Instead of writing data to a single disk, it is spread over the disks that comprise the LUN.
This provides the ability to provide fault tolerance and performance improvements without having to deal with complex configurations at the host level.
2 Basic Categories of LUNs
2. Pool LUNs
Traditional LUNs offer what?
Fixed performance based on the RAID and disk type.
Good choice for storage that does not have large growth
Traditional LUNs
LUN type that has been standard for many years
Traditional LUN
Traditional LUN Configuration
When a traditional LUN is created, the number of disks that are utilized to create the LUN correspond to the desired RAID type LUN.
Type of LUN which utilizes a larger grouping of disks to create LUNs
Pool LUNs
Pool LUN Configuration
While the physical disks that comprise the pool members are configured with a RAID mechanism, when the LUN is created using a Pool, the LUN is built across all of the disks in the pool.
LUN type where the LUN is built across all of the disks in the pool.
Pool LUN
Allows the creation of larger LUNs without sacrificing availability
Pool LUN
Downside of Pool LUN approach
It introduces some variability in performance - it is more likely that a larger number of applications will share storage in a pool.