IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Fix a logic error in fence_xvm that would cause fence_xvm to fail
to retry if binding the TCP port for authenticating requests
failed.
Signed-off-by: Ryan McCabe <rmccabe@redhat.com>
Don't truncate the domain string for VMs when listing their status
in the output of the list command.
Resolves: rhbz#1207422
Signed-off-by: Ryan McCabe <rmccabe@redhat.com>
Pacemaker requires this in order to operate. Multiple fencing requests
will not come from a single host, however, it is possible that multiple
instances of fence_xvm will need to run at approximately the same time.
e.g. one 'status' or 'hostlist', one fencing action.
Signed-off-by: Lon Hohberger <lon@users.sourceforge.net>