Documentation ¶
Overview ¶
Package lustre documentatation...
Index ¶
Constants ¶
View Source
const ( // AcceptorPort is the port used for LNet traffic over TCP AcceptorPort = 988 // MaxExtentLength is a value sent by the coordinator to // signify that an action should apply from the offset to // EOF. In liblustreapi, this is represented by // math.MaxUint64. MaxExtentLength int64 = -1 )
Variables ¶
View Source
var ErrUnimplemented = errors.New("not implemented")
ErrUnimplemented is returned when a function is not available on the current platform.
Functions ¶
This section is empty.
Types ¶
type Fid ¶
Fid is a pure Go representation of a Lustre file identifier. It is intended to be the only representation of a Lustre Fid outside of llapi.
func (*Fid) IsDotLustre ¶
IsDotLustre is true if Fid is special .lustre entry.
func (*Fid) MarshalJSON ¶
MarshalJSON converts a Fid to a string for JSON.
func (*Fid) UnmarshalJSON ¶
UnmarshalJSON converts fid string to Fid.
Directories ¶
Path | Synopsis |
---|---|
cli
|
|
clsim
This utility doesn't really "do" anything...
|
This utility doesn't really "do" anything... |
fid2path
fid2path displays the paths for one or more fids.
|
fid2path displays the paths for one or more fids. |
lu_chglog
View changelogs
|
View changelogs |
lu_status
lu_status displays current state of a Lustre client
|
lu_status displays current state of a Lustre client |
path2fid
path2fid displays the fids for provided files
|
path2fid displays the fids for provided files |
Package llapi provides access to many of the functions avialable in liblustreapi.
|
Package llapi provides access to many of the functions avialable in liblustreapi. |
Package luser uses lustre interfaces exported to usersapce directly, instead of using the liblustreapi.a library.
|
Package luser uses lustre interfaces exported to usersapce directly, instead of using the liblustreapi.a library. |
pkg
|
|
Click to show internal directories.
Click to hide internal directories.