According to the documentation for New-NaVolClone I need to run the Start-NaVolCloneSplit to split the clone off
I run New-NaVolClone -ParentVolume $Vol -CloneVolume $Clone
and it creates the clone
Now I run
Start-NaVolCloneSplit -Name $Clone
and get The Volume is not a Clone.
And it looks like it really has been split off already as the snap that was created is not locked.
Is the documentation wrong, and the behavior changed in the toolkit 1.6 ?
thanks!