|
|
@ -35,6 +35,7 @@ var _ = io.Closer(&ChunkReadAt{}) |
|
|
// - No high availability (single filer address, no automatic failover)
|
|
|
// - No high availability (single filer address, no automatic failover)
|
|
|
//
|
|
|
//
|
|
|
// For NEW code, especially mount operations, use wdclient.FilerClient instead:
|
|
|
// For NEW code, especially mount operations, use wdclient.FilerClient instead:
|
|
|
|
|
|
//
|
|
|
// filerClient := wdclient.NewFilerClient(filerAddresses, grpcDialOption, dataCenter, opts)
|
|
|
// filerClient := wdclient.NewFilerClient(filerAddresses, grpcDialOption, dataCenter, opts)
|
|
|
// lookupFn := filerClient.GetLookupFileIdFunction()
|
|
|
// lookupFn := filerClient.GetLookupFileIdFunction()
|
|
|
//
|
|
|
//
|
|
|
|