Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CLUSTER_WITNESS (0.05 sec)

  1. docs/smb3-features/06-witness-protocol-design.md

    - **MS-RRP**: Windows Remote Registry Protocol (for witness service discovery)
    
    ## 3. Witness Architecture
    
    ### 3.1 Witness Service Types
    ```java
    public enum WitnessServiceType {
        CLUSTER_WITNESS,     // Cluster-aware witness service
        FILE_SERVER_WITNESS, // Individual file server witness
        SCALE_OUT_WITNESS,   // Scale-out file server witness
        DFS_WITNESS         // DFS namespace witness
    }
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 42K bytes
    - Viewed (0)
Back to top