On 06/30/2012 02:49 AM, James Devine wrote: > Is there a graceful way of taking a gluster node offline for maintenance > purposes? > bash# poweroff That should take care of sending 'SIGTERM' to all gluster processes, which is the right way to stop these processes. -Amar