table of contents
other versions
- Tumbleweed 0.13.0+127+suse.37f9a4c9-1.1
- Leap-16.0
- Leap-15.6
| dmmp_reconfig(3) | Device Mapper Multipath API - libdmmp Manual | dmmp_reconfig(3) |
NAME¶
dmmp_reconfig - Instruct multipathd daemon to do reconfiguration.
SYNOPSIS¶
int dmmp_reconfig (struct dmmp_context *ctx);
ARGUMENTS¶
- ctx
- Pointer of 'struct dmmp_context'. If this pointer is NULL, your program will be terminated by assert.
DESCRIPTION¶
Instruct multipathd daemon to do reconfiguration.
RETURN¶
int. Valid error codes are:
* DMMP_OK
* DMMP_ERR_BUG
* DMMP_ERR_NO_MEMORY
* DMMP_ERR_NO_DAEMON
* DMMP_ERR_PERMISSION_DENY
Error number could be converted to string by dmmp_strerror.
| dmmp_reconfig | August 2024 |