dmmp_path_group_id_get - Man Page

Retrieve path group ID.

Synopsis

uint32_t dmmp_path_group_id_get (struct dmmp_path_group *dmmp_pg);

Arguments

dmmp_pg

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

Description

Retrieve the path group ID which could be used to switch active path group via command:

multipathd -k'switch multipath mpathb group $id'

Return

uint32_t.

Info

March 2018 Device Mapper Multipath API - libdmmp Manual