[pve-devel] [PATCH ha-manager 0/7] various fixes and fence config test additions

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Jul 14 14:41:46 CEST 2016


First two are two fixes, one to make some regression test I use for HW fencing
deterministic and the other to cope with a corrupted manager status file.

Bugs from patch three were found with the parser self check test introduced later
in patch four.

Patch six is a small helper method only and patch seven fixes another problem
regarding fence device configs I found during making a proof of concept API for
HW fencing.

Thomas Lamprecht (7):
  sort some more keys for regression test determinism
  fix LRM error on corrupted manager status
  FenceConfig: fix write_config
  add parser self check regression test
  adapt test output for better readability
  HA/Config: add write_fence_config helper
  FenceConfig: assert that device priorities are unique

 src/PVE/HA/Config.pm          |  19 ++++++-
 src/PVE/HA/FenceConfig.pm     |  13 +++--
 src/PVE/HA/Manager.pm         |   2 +-
 src/PVE/HA/NodeStatus.pm      |   2 +-
 src/test/test_fence_config.pl | 112 +++++++++++++++++++++++++++++++++++++++++-
 5 files changed, 140 insertions(+), 8 deletions(-)

-- 
2.1.4





More information about the pve-devel mailing list