integralstor / integralstor_gridcell

Gluster/ZFS based open source scale-out storage system
1 stars 3 forks source link

Services management code needs exception handling #103

Closed fractalram closed 8 years ago

fractalram commented 8 years ago

The view does not have any exception handling..

fractalram commented 8 years ago

We also should move the code to retrieve services status to a utility function in the site-packages/integralstor_gridcell dir. That way, I can call the function the get services info to display on the dashboard page. Now there is no way to do that without duplicating code..

ramaseshan commented 8 years ago

Added a services.py to gridcell site-packages, that now allows us to do any action on any service on all the nodes.