Implementing Storage Spaces and Data Deduplication
Implementing Storage Spaces and Data Deduplication
• Performance:
• Provision virtual disks with parity layout
• Use disks of different types to provide tiered storage
• Reliability:
• Use hot spare physical disks in case a physical disk fails
• Extensibility:
• Add physical disks to a storage pool
Discussion: Comparing Storage Spaces to other
storage solutions
10 minutes
Lesson 2: Managing Storage Spaces
Get-VirtualDisk |
List physical disks used for a virtual disk
Get-PhysicalDisk
Vdisk 1
Vdisk 1 Vdisk 1 Vdisk 1 Vdisk 1
Disk 1
Storage pool expansion
Vdisk 1
Vdisk 1 Vdisk 1 Vdisk 1 Vdisk 1
Disk 1 Disk 6
Storage pool expansion
Demonstration: Managing Storage Spaces by
using Windows PowerShell
• Data Deduplication:
• Identifies and removes duplications within data without
compromising the data’s integrity or fidelity
• Has the goal to store more data on less space
• When you enable Data Deduplication on a volume, a
background task runs with low-priority that:
• Segments data into small, variably-sized chunks
• Identifies duplicate chunks
• Replaces redundant copies with a reference
• Compresses chunks
What is Data Deduplication?
Metadata Data
File1
Name,
attributes,.. A B C M N
Metadata Data
File2
Name,
attributes,.. A B C X Y
Chunk Store
Chunk Stream A
Metadata
File1
A B C M N
Metadata Chunk Stream B
File2
X Y
Standard Info Sparse Reparse Data Metadata
Chunk
After deduplication:
Store
2 TB physical size
Optimized
Non-optimized files Savings = 8 TB
file stubs
Before deduplication: 10 TB
Data Deduplication components
Server Windows
WMI
Manager PowerShell
Management
File
I/O Deduplication Service
Collect Scrub
Optimize
Garbage Data
Deduplication Jobs
Regular Storage
File
Metadata NTFS File System Chunk Store
Deploying Data Deduplication
Software
deployment
shares
Usage scenarios for Data Deduplication
Logon Information
Virtual machines: 20740B-LON-DC1
20740B-LON-SVR1
User name: Adatum\Administrator
Password: Pa55w.rd
Review Questions
• Common Issues and Troubleshooting Tips