Implementing Storage Spaces and Data Deduplication
Implementing Storage Spaces and Data Deduplication
Implementing Storage Spaces and Data Deduplication
• Storage Replica replication between servers or clusters that are in the same
location or different sites
• Storage QoS
• Data Deduplication (improved):
• Support for volume sizes up to 64 TB
• Support for file sizes up to 1 TB
• Simplified deduplication configuration for virtualized backup
applications
• Support for cluster rolling upgrades
• SMB hardening improvements
Changes to file and storage services in
Windows Server 2016
• 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
• Minimum file size 32KB for Start Dedup process
• 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
• Data is not deduplicated while the file is being written. 2016 uses
post-process deduplication: EJ: Optimization run every hour
• Chunk Store= \System Volume Information\Dedup\ChunkStore\*
What is Data Deduplication?
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
Logon Information
Virtual machines: 20740C-LON-DC1
20740C-LON-SVR1
User name: Adatum\Administrator
Password: Pa55w.rd
Review Questions
• Common Issues and Troubleshooting Tips