개발 공부
(Failover cluster) Data I/O 본문
728x90
✅ 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.
728x90
'windows' 카테고리의 다른 글
(S2D) The Owner Node of CSV and the Oracle Dataguard (0) | 2025.05.20 |
---|---|
(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 |
Comments