hi,
this is chris.
I tried to create lun flexclone using New-NcClone ,but i got the following error.
the below is the command I did.
New-NcClone vol1 testlun testlunclone -SpaceReserved $false
the below is the error i got
New-NcClone :
: Controller parameter neither specified nor set in $global:Curre
ntNcController
+ New-NcClone
+ ~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [New-NcClone], ArgumentNull
Exception
+ FullyQualifiedErrorId : ControllerNotSpecified,DataONTAP.C.PowerShell.SD
K.Cmdlets.Clone.NewNcClone
any tip to add?
thanks in advance