kadalu / moana

Moana is a frontend for the Kadalu Storage / GlusterFS. Moana provides tools for setting up and managing the Kadalu Storage / Gluster pools.
GNU General Public License v3.0
18 stars 7 forks source link

mgr/actions: Handle Socket Address Info Error #284

Closed vatsa287 closed 1 year ago

vatsa287 commented 1 year ago

This PR rescues exception "Socket::Addrinfo::Error" which was being raised, when node add request was made to a non-existent node. Handle the exception gracefully by sending a failed noderesponse to sdk/cli.

Fixes: #283 Signed-off-by: Shree Vatsa N vatsa@kadalu.tech