You must verify that the required CIFS server options are enabled and configured according to requirements for nondisruptive operations for Hyper-V and SQL Server over SMB.
The following commands verify that the required options for the Hyper-V over SMB configuration are enabled on SVM vs1. In the example, ODX copy offload must be enabled to meet the option requirements:
cluster1::> set -privilege advanced
Warning: These advanced commands are potentially dangerous; use them
only when directed to do so by technical support personnel.
Do you wish to continue? (y or n): y
cluster1::*> vserver cifs options show
Vserver: vs1
Default UNIX User: pcuser
Read Grants Exec for Mode Bits: disabled
Windows Internet Name Service (WINS) Addresses: -
Enable/Disable all SMB2 Protocols: true
Enable/Disable the SMB3 Protocol: true
Maximum Simultaneous Operations per TCP Connection: 255
Maximum Depth of Directories to Shadow Copy: 5
Enable/Disable the Copy Offload Feature: false
Default UNIX Group: -
Enable/Disable the Shadow Copy Feature (VSS): true
Refer Clients to More Optimal LIFs: false
Enable/Disable Local User Authentication: true
Enable/Disable Local Users and Groups: true
Enable/Disable Reparse Point Support: true
Enable/Disable Export Policies for CIFS: false
Enable/Disable Enumeration of Trusted Domain and Search Capability: true
Size of File System Sector Reported to SMB Clients (bytes): 4096
cluster-1::*> vserver cifs options modify -vserver vs1 -copy-offload-enabled true
cluster-1::*> vserver cifs options show -vserver vs1 -fields copy-offload-enabled
vserver copy-offload-enabled
-------- --------------------
vs1 true
cluster1::*> set -privilege admin