Hello Powershell Coders,
My config :
Powershelltoolkit : 9.6.0 ou 4.5.0
Dataontap : 9.4P2
I'm facing a strange problem with command Get-NcVolSize :
- volsize < to 1024 GB or a strict multiple of 1024GB (ex : 2048GB) is reported correctly,
- volsize > to 1024 GB or not strict multiple of 1024GB (ex : 1025GB) is reported incorrectly (equal to 0 systematically).
This behaviour have a side effect on "Set-NcVolSize" command, for volume > to 1024GB or not strict multiple of 1024, and make the resize command fail!
Someone experiencing the same issue/ has a workaround for this?
Many thanks in advance.
Best regards,
Yannick