dmmp_flush_mpath β Flush specified multipath device map if unused.
| Use Case | Command | Description |
|---|---|---|
| Flush multipath device map | dmmp_flush_mpath(ctx, "mpath_name") | Flush the specified multipath device map if unused. |
| Error handling | dmmp_strerror(ret) | Convert return code to humanβreadable string. |
int dmmp_flush_mpath (struct dmmp_context *ctx, const char *mpath_name);
ctx π¦ Pointer of struct dmmp_context.
If this pointer is NULL, your program will be terminated by assert.
mpath_name π·οΈ const char *. The name of the multipath device map.
Flush a multipath device map specified as parameter, if unused.
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.
March 2018 dmmp_flush_mpath dmmp_flush_mpath(3)
Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-18 18:03 @2600:1f28:365:80b0:f8a4:e764:d6bb:8e66
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format