SG0-001 · Question #85
A new SAN volume has been presented and mounted on a server, but poor write performance is exhibited. Which of the following should be investigated to determine potential causes?
The correct answer is B. Alignment of the partition along physical disk track boundaries. Poor write performance on a new SAN volume often indicates an issue with the partition's alignment relative to the underlying physical disk's track boundaries, which can cause inefficient I/O operations.
Question
A new SAN volume has been presented and mounted on a server, but poor write performance is exhibited. Which of the following should be investigated to determine potential causes?
Options
- AHBA persistent bindings
- BAlignment of the partition along physical disk track boundaries
- CThe HBA topology configuration
- DThe MTU size for jumbo frames and alignment along switch boundaries
How the community answered
(19 responses)- A5% (1)
- B79% (15)
- C5% (1)
- D11% (2)
Why each option
Poor write performance on a new SAN volume often indicates an issue with the partition's alignment relative to the underlying physical disk's track boundaries, which can cause inefficient I/O operations.
HBA persistent bindings relate to consistent LUN ID presentation across reboots, not directly to write performance.
Incorrect partition alignment can lead to unaligned I/O requests where a single logical block write from the operating system spans two physical blocks on the storage device. This results in two I/O operations instead of one, significantly degrading write performance. This misalignment often occurs if the partition starting offset is not a multiple of the underlying storage's physical sector size (e.g., 4KB sectors).
HBA topology configuration (e.g., fabric type, zoning) affects connectivity and LUN visibility, but not typically the specific write performance after a volume is already mounted and accessible.
MTU size for jumbo frames primarily impacts network performance for IP-based storage (like iSCSI or NFS over Ethernet), not typically the write performance within a Fibre Channel SAN where the question implies a 'SAN volume.' Alignment along switch boundaries is not a common concept in this context.
Concept tested: Partition alignment for storage performance
Source: https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/dd758814(v=ws.10)
Topics
Community Discussion
No community discussion yet for this question.