From c24e62ca1aa6c005bc25be73e39542dda507887daf47834c9f52e092adb96d79 Mon Sep 17 00:00:00 2001 From: Kristoffer Gronlund Date: Mon, 9 Mar 2015 13:28:13 +0000 Subject: [PATCH] - Update to 4.0.16: * fence_kdump has implemented 'monitor' action that check if local node is capable of working with kdump * path to smnp(walk|get|set) can be set at runtime * new operation 'validate-all' for majority of agents that checks if entered parameters are sufficient without connecting to fence device. Be aware that some checks can be done only after we receive information from fence device, so these are not tested. * new operation 'list-status' that present CSV output (plug_number, plug_alias, plug_status) where status is ON/OFF/UNKNOWN OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=34 --- fence-agents-4.0.15.tar.xz | 3 --- fence-agents-4.0.16.tar.xz | 3 +++ fence-agents.changes | 14 ++++++++++++++ fence-agents.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 fence-agents-4.0.15.tar.xz create mode 100644 fence-agents-4.0.16.tar.xz diff --git a/fence-agents-4.0.15.tar.xz b/fence-agents-4.0.15.tar.xz deleted file mode 100644 index 9aeee71..0000000 --- a/fence-agents-4.0.15.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3519343b12532076915aee926a8173d5a016b19206f3b4b4292eebcd93a11ecb -size 598424 diff --git a/fence-agents-4.0.16.tar.xz b/fence-agents-4.0.16.tar.xz new file mode 100644 index 0000000..ec61af1 --- /dev/null +++ b/fence-agents-4.0.16.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45e21b5f27ee0beb0d9202d67ee0f998ab565295954c0749353f258c4b9bf56 +size 600336 diff --git a/fence-agents.changes b/fence-agents.changes index e0393e2..29c5fcf 100644 --- a/fence-agents.changes +++ b/fence-agents.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 9 13:21:53 UTC 2015 - kgronlund@suse.com + +- Update to 4.0.16: + * fence_kdump has implemented 'monitor' action that check if local node + is capable of working with kdump + * path to smnp(walk|get|set) can be set at runtime + * new operation 'validate-all' for majority of agents that checks if + entered parameters are sufficient without connecting to fence + device. Be aware that some checks can be done only after we receive + information from fence device, so these are not tested. + * new operation 'list-status' that present CSV output (plug_number, + plug_alias, plug_status) where status is ON/OFF/UNKNOWN + ------------------------------------------------------------------- Mon Feb 9 15:23:23 UTC 2015 - kgronlund@suse.com diff --git a/fence-agents.spec b/fence-agents.spec index df00283..4eee245 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -22,7 +22,7 @@ Name: fence-agents Summary: Fence Agents for Pacemaker from RHCS License: GPL-2.0 and LGPL-2.1 Group: Productivity/Clustering/HA -Version: 4.0.15 +Version: 4.0.16 Release: 0 Url: http://git.fedorahosted.org/git/fence-agents.git Source0: %{name}-%{version}.tar.xz