今天在嘗試為Windows 2012的Failover Cluster Manager添加一塊Cluster Shared Volume的磁盤的時候, 遇到了這樣的報錯.
[Window Title]
Error[Main Instruction]
The operation has failed[Content]
The disk cannot be added to Cluster Shared Volumes because it does not have any suitable partitions.[^] Hide Details [OK]
[Expanded Information]
Error Code: 0x8007174cThe disk is not configured in a way to be used with CSV. CSV disks must have at least one partition that is formatted with NTFS
經過嘗試和排查, 發現為了避免該錯誤, 應該使用下面的步驟修復:
1. 將該磁盤從Cluster Manager中移除.
2. 添加卷.
3. 一定要選"Do not assign a drive letter or driver path"這個選項.
4. Format NTFS.
5. 重新添加該磁盤到Cluster, 然后"Add to Cluster Shared Volumes".
6. 成功!