On some newly upgraded clusters 9.18.1P6, I receive this error:
Get-NcNode:
Line |
20 | $nodes = Get-NcNode -Controller $cluster
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Error converting value "All checks passed" to type 'DataONTAP.C.Types.System.Reason'. Path 'ha.takeover_check.reasons[0]', line 143, position 27.
Other clusters that are 9.16.1 don't have this issue. Happens on two different 9.18.1 clusters. The workaround I found is to add "-ONTAPI" to the connect-nccontroller but obviously isn't a long term fix. Not sure if this is an ONTAP or a powershell toolkit bug.