windows-server-2016 – 启用存储空间Direct Server 2016时群集失败

我正在尝试使用2016 Server和Storage Spaces Direct获得2节点超融合故障转移群集设置.

我能够验证(没有错误)和创建包含S2D测试的集群但是当我在集群上运行Enable-S2D时集群失败.

我能看到的是,在S2D设置期间,群集服务开始重复重启.

在两个节点上我都会收到错误

7032
The Service Control Manager tried to take a corrective action (Restart the service) after the unexpected termination of the Cluster Service service,but this action Failed with the following error:
The service cannot be started,either because it is disabled or because it has no enabled devices associated with it.

7031
The Cluster Service service terminated unexpectedly. It has done this “x” time(s). The following corrective action will be taken in 15000 milliseconds: Restart the service.

7024
The Cluster Service service terminated with the following service-specific error:
The cluster join operation was aborted.

以及Application Event 1000

Faulting application name: clussvc.exe,version: 10.0.14393.2273,time stamp: 0x5ae40d1f
Faulting module name: clussvc.exe,time stamp: 0x5ae40d1f
Exception code: 0xc0000409
Fault offset: 0x00000000000332f1
Faulting process id: 0x16d0
Faulting application start time: 0x01d3ef1c502ea68c
Faulting application path: C:\WINDOWS\Cluster\clussvc.exe
Faulting module path: C:\WINDOWS\Cluster\clussvc.exe
Report Id: a1700bc1-bf18-464e-b35c-b759832e1382
Faulting package full name:
Faulting package-relative application ID:

我已经摧毁并重建了几次集群,但没有运气.

我的驱动器都很干净,并且有“CanPool = True”.我有一个文件共享见证配置和验证.

不要只用两个节点做S2D,因为它只是乞求麻烦!故障转移不可靠,您不能连续丢失第二个节点(显然!)或第二个磁盘/ ssd.在RL中,这意味着您的群集在修补过程中会以非常高的概率崩溃,并且您将很难获得数据…在您的特定情况下,您必须重新创建S2D池,创建虚拟磁盘并且仅在您之后有工作共享存储,你开始玩f / o集群的东西.

相关文章

Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...
Windows文件操作基础代码 Windows下对文件进行操作使用的一段...
Winpcap基础代码 使用Winpcap进行网络数据的截获和发送都需要...
使用vbs脚本进行批量编码转换 最近需要使用SourceInsight查看...