On Wed, Aug 31, 2011 at 9:15 AM, John Conwell <[email protected]> wrote: > When the user calls 'whirr destroy-cluster' or 'whirr destroy-instance' from > the cmd line, does whirr execute the stop scirpt for the services defined in > the config file?
No. We've added the stop scripts for future use (e.g. add / remove node functionality). > Also, is this when the ClusterActionHandlerSupport.beforeDestroy > and afterDestroy methods get called? before / afterDestroy are actually never called right now. IMO this is a bug we need to fix. How are you planning to use this event?
