System Grab Bag

View all man pages from Ubuntu (or from all projects)

Name

dmmp_flush_mpath - Flush specified multipath device map if unused.

Synopsis

"int" dmmp_flush_mpath (struct dmmp_context *" ctx ",
const char *" mpath_name ");

Arguments

Pointer of 'struct dmmp_context'. If this pointer is NULL, your program will be terminated by assert.

const char *. The name of multipath device map.

Description

Flush a multipath device map specified as parameter, if unused.

Return

int. Valid error codes are: * DMMP_OK * DMMP_ERR_BUG * DMMP_ERR_NO_MEMORY * DMMP_ERR_NO_DAEMON * DMMP_ERR_MPATH_BUSY * DMMP_ERR_MPATH_NOT_FOUND * DMMP_ERR_INVALID_ARGUMENT * DMMP_ERR_PERMISSION_DENY Error number could be converted to string by dmmp_strerror.