openvstorage / framework

The Framework is a set of components and tools which brings the user an interface (GUI / API) to setup, extend and manage an Open vStorage platform.
Other
27 stars 23 forks source link

Api to retrieve PRACC socket path #1744

Open wimpers opened 7 years ago

wimpers commented 7 years ago

Api to retrieve PRACC socket path (uds path from config) so applications above like SIMF can easily retrieve the socket path.

JeffreyDevloo commented 7 years ago

Pretty impossible as of now. The framework provides an interface to generate such configs but after that, it's up to the customer who is managing his compute nodes.

An alternative route we could take is: integrate the hprm manager in the framework by doing a setup on it (similar to asd-manager and iscsi-manager) and add it to the fwk inventory of hrpm nodes. Afterwards we could communicate with the hprm manager through a set of apis, including the one requested here.

wimpers commented 7 years ago

Based upon @JeffreyDevloo suggestion (integrate the hprm manager) moved to Roadmap.