Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drmgr/phb: Add multipath partner device support for remove
The PHB node can have "ibm,multipath-partner-drc" property which means the device can be also configured with multipath partner path. This property provides the DRC index of the partner device. For the hotplug removal, both paths should be removed and the following steps will be executed: - Find the partner path DRC index from "ibm,multipath-partner-drc" property for the specified device - If the partner path is configured, notify user about the removal of partner path if available. Then the user should issue issue separate drmgr command to remove the partner path. - Remove the primary path Signed-off-by: Haren Myneni <[email protected]> Signed-off-by: Tyrel Datwyler <[email protected]>
- Loading branch information