You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Darren Shepherd <da...@gmail.com> on 2013/10/04 20:34:59 UTC

Re: Review Request 14290: KVMFencer cleanup

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14290/#review26687
-----------------------------------------------------------


I'm fine with dropping the methods that are not needed, but I don't see any reason to really change fenceOff().  The changes seems to be more of a stylistic preference.  I feel both the original and the changed code are just as readable, and each have the same basic characteristic.  So the change for fenceOff() to me just seems like choosing one style over another.  Is there a specific bug or issue that is address with your changes that I'm not noticing.

- Darren Shepherd


On Sept. 24, 2013, 7:51 p.m., Laszlo Hornyak wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/14290/
> -----------------------------------------------------------
> 
> (Updated Sept. 24, 2013, 7:51 p.m.)
> 
> 
> Review request for cloudstack, FrankXH FrankXH and Kelven Yang.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> -------
> 
> - start and stop removed, they do the same as the original method
> - host filtering logic moved to a the condition of the if statement
> - single default constructor removed
> 
> 
> Diffs
> -----
> 
>   server/src/com/cloud/ha/KVMFencer.java 517209e 
> 
> Diff: https://reviews.apache.org/r/14290/diff/
> 
> 
> Testing
> -------
> 
> see https://reviews.apache.org/r/14289/
> 
> 
> Thanks,
> 
> Laszlo Hornyak
> 
>