What is the method to prioritize communication between the client and storage
Applies to
- ONTAP 9
- NFS
- Differentiated Services Code Point(DSCP)
Answer
Please refer following to enable the "
qos-marking
" and set the required dscp value.- The following command enables the qos marking for the NFS protocol in default IPspace:
network qos-marking modify -ipspace Default -protocol NFS -is-enabled true
- The following command sets the dscp value to 20 for the NFS protocol in the default IPspace:
network qos-marking modify -ipspace Default -protocol NFS -dscp 20
Additional Information
additionalInformation_text