How to fix Cluster disk / volume ?
When Failover cluster manager show the below error for any cluster disk :
"chkdsk scan needed on volume", you need to repair that disk ,
running chkdsk.exe should fix the error and take care of the problem,
but in some cases you need to also run the below deprecated cmdlet for the error message to disappear :
for more information about cluster disks , have a look at this blog:
http://blogs.msdn.com/b/clustering/archive/2014/01/01/10486462.aspx
When Failover cluster manager show the below error for any cluster disk :
"chkdsk scan needed on volume", you need to repair that disk ,
running chkdsk.exe should fix the error and take care of the problem,
but in some cases you need to also run the below deprecated cmdlet for the error message to disappear :
Repair-ClusterSharedVolume-ChkDsk
for more information about cluster disks , have a look at this blog:
http://blogs.msdn.com/b/clustering/archive/2014/01/01/10486462.aspx