Hi, I'm trying to send a server side copy command to a Cloud Volumes ONTAP instance:
smbclient //<ontap_ip>/<share_name> -U "<username>%<password>" -c "scopy <src> <dst>"
And I get the error "NT_STATUS_NOT_SUPPORTED".
Looking at tcpdump logs, seems that ONTAP is throwing this error at this FSCTL_SRV_REQUEST_RESUME_KEY request:
Which should be for FSCTL_OFFLOAD_READ/WRITE commands. Does ONTAP support these? Or, is there any way at all to trigger a server-side copy using smbclient?