|
@ -27,9 +27,9 @@ import ( |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
type Option struct { |
|
|
type Option struct { |
|
|
MountDirectory string |
|
|
|
|
|
|
|
|
filerIndex int32 // align memory for atomic read/write
|
|
|
FilerAddresses []pb.ServerAddress |
|
|
FilerAddresses []pb.ServerAddress |
|
|
filerIndex int32 |
|
|
|
|
|
|
|
|
MountDirectory string |
|
|
GrpcDialOption grpc.DialOption |
|
|
GrpcDialOption grpc.DialOption |
|
|
FilerMountRootPath string |
|
|
FilerMountRootPath string |
|
|
Collection string |
|
|
Collection string |
|
|