Is there a graceful way of taking a gluster node offline for maintenance purposes? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20120629/5db7224c/attachment.html>
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