Hello, @Michael Mazzucca !
I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.
Issue:
When we try to move some CSV to another node to install Updates we got the error Message:
Move of the Cluster Shared Volume resource 'Cluster Virtual Disk ' is vetoed because there is a Data Integrity Scan is in progress on one of the volumes belonging to the resource. Please retry the action after the operation is completed.
with Event ID 5162
Solution:
Provided by Michael Mazzucca:
The fix was to run manualy the Data Integrity Scan for Crash Recovery task on all Nodes. After the tasks has been finshed on all nodes (can take a while) moving of the CSV was possible again.
Provided by Vigo Sun:
I need to run those command on ALL my cluster nodes and then the issue is resolved.
Get-ScheduledTask "Data Integrity scan for*" | Start-ScheduledTask
Remember to run it on all Nodes, hope it can solve your issue.
Thank you again for updating us with the solution! If you get a moment, please accept one of the answers here to increase the visibility of this solution.