1. Nutanix University
Nutanix Unified Storage Administration (NUSA) v6.0
Module 4: Nutanix Files High Availability. The courseware explains that SMB Transparent Failover
which prevents I/O disruption
relies on features like persistent and durable handles. It states
"SMB 2.1 introduced durable handles
which allow connections to be reestablished after a temporary disconnection." This directly supports the function described in the question.
2. Nutanix Files v6.0 Documentation
High Availability for Nutanix Files. This section details the mechanisms for maintaining service continuity. It describes how
during a failover
"For SMB 3.0 shares with the continuously available property
clients transparently reconnect to another FSVM... without any disruption." This continuous availability is built upon the concept of persistent and durable handles
which preserve the session state.
3. Nutanix Files v6.0 Solution Guide
SMB Features. The guide discusses the capabilities of the SMB protocol supported by Nutanix Files. It implicitly covers features that ensure connection resilience
such as SMB 3.0 Transparent Failover
of which durable handles are a foundational component for handling temporary network interruptions.