The disk cannot be added to Cluster Shared Volumes because it does not have any suitable partitions
今天在尝试为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. 成功!