개발 공부
(Failover cluster) Data I/O 본문
✅ Where Does Each Node Write Data in an S2D CSV Cluster?
🧱 On S2D + CSV:
- Each node has local disks (SSD/NVMe/HDD) that form a Storage Pool.
- S2D makes a virtual disk (resilient via mirroring or parity) using all nodes’ drives.
- CSV allows all nodes to access this virtual disk simultaneously.
🔄 Where Is Data Written?
- Any node can write I/O locally to a CSV.
- That I/O is sent through the S2D fabric, and data is mirrored/paritied to other nodes’ drives for redundancy.
- One node per CSV acts as Metadata Coordinator, but actual data I/O is distributed.
✅ So: Each node writes to its own storage, but the data is replicated across the cluster — other nodes don’t "pull" from it; S2D manages distribution behind the scenes.
'windows' 카테고리의 다른 글
(Failover Cluster) failover cluster가 어떻게 failure를 인지하는지 2 (1) | 2025.05.09 |
---|---|
(Failover Cluster) Quorum (0) | 2025.05.09 |
(S2D) Deploy Storage Spaces Direct (0) | 2025.05.09 |
(Failover Cluster) Witness in Clustering (0) | 2025.05.09 |
(S2D) 헷갈리는 개념들 (SAN, NAS, S2D, LUN, shared volumem, Cluster Shared Volume) (0) | 2025.05.09 |
Comments