Description of problem:
User is not aware of what host has been selected to be a proxy to fence a host.
Version-Release number of selected component (if applicable):
sf9
How reproducible:
always
Steps to Reproduce:
1. have an up and running env with 2 hosts at least with pm configured
2. restart one of the hosts
Actual results:
on event tab you will see a message like : Host XXXX was restarted by vdcadmin.
Expected results:
"Host XXXX was restarted by vdcadmin, Host YYYY was selected as a fencing proxy".
Additional info:
This is of course very important when there are more than 2 hosts and many clusters.
Restart is composed from stop + start.
Two internal FenceBase commands (StopVDS,StartVDS) are invoked.
I think that we should use the VdcReturnValue object, and put on it the host that is used as the proxy agent (which is calculated at FenceExecutor.findVdsToFence).