API Guide
2-776 API Functions 601355 Rev A
VSCMD_
CreatePool VSCMD_CreatePool creates a new VolServ drive pool. The
drive members of the drive pools are specified in the command.
Drive pools are non-exclusive; drives may exist in more than
one pool. Drive pools allow logical groupings of system drives
for simplified reference when a specific drive does not need to
be specified in a command, such as the Mount command.
After receiving a VSCMD_CreatePool request, VolServ
creates a new drive pool and returns status to the client which
indicates the success or failure of the request.
Synopsis VST_BOOLEAN VSCMD_CreatePool
(VST_COMMAND_HANDLE handle,
“…”,
VSID_ENDFIELD)
Arguments handle = The command handle for the Create Pool request.
“…” = Variable length argument list consisting of pairs of
arguments. Each pair of arguments consists of a parameter
identifier, followed by the value to be used as a command
default value for the field. The valid parameter identifiers
and types for this function are shown in the following
"Parameters" paragraph.
VSID_ENDFIELD = Required at the end of the variable
length argument list to indicate the end of the list.