Re: [Cluster-devel] [PATCH 2/3] fence_ipmilan: option --method and new option --ipmitool-path

2013-11-29 Thread Fabio M. Di Nitto
On 11/29/2013 05:32 PM, Ondrej Mular wrote: > @@ -147,28 +160,44 @@ def define_new_opts(): > all_opt["privlvl"] = { > "getopt" : "P:", > "longopt" : "privlvl", > -"help" : "-P, --privlvl=[level]Privilege level on IPMI device > (callback|user|operator|administrat

Re: [Cluster-devel] [PATCH 3/3] fence_amt: option --method and new option --amttool-path

2013-11-29 Thread Fabio M. Di Nitto
On 11/29/2013 05:32 PM, Ondrej Mular wrote: > Add support for option --method and new option --amttool-path > > --- > fence/agents/amt/fence_amt.py | 72 > ++- > 1 file changed, 57 insertions(+), 15 deletions(-) > > diff --git a/fence/agents/amt/fence_amt

Re: [Cluster-devel] [PATCH 2/3] fence_ipmilan: option --method and new option --ipmitool-path

2013-11-29 Thread Fabio M. Di Nitto
On 11/29/2013 05:32 PM, Ondrej Mular wrote: > Add support for option --method and new option --ipmitool-path > > --- > fence/agents/ipmilan/fence_ipmilan.py | 80 > +++ > 1 file changed, 54 insertions(+), 26 deletions(-) > > diff --git a/fence/agents/ipmilan/fenc

[Cluster-devel] [PATCH 3/3] fence_amt: option --method and new option --amttool-path

2013-11-29 Thread Ondrej Mular
Add support for option --method and new option --amttool-path --- fence/agents/amt/fence_amt.py | 72 ++- 1 file changed, 57 insertions(+), 15 deletions(-) diff --git a/fence/agents/amt/fence_amt.py b/fence/agents/amt/fence_amt.py index 8fe2dbc..7077828 10

[Cluster-devel] [PATCH 2/3] fence_ipmilan: option --method and new option --ipmitool-path

2013-11-29 Thread Ondrej Mular
Add support for option --method and new option --ipmitool-path --- fence/agents/ipmilan/fence_ipmilan.py | 80 +++ 1 file changed, 54 insertions(+), 26 deletions(-) diff --git a/fence/agents/ipmilan/fence_ipmilan.py b/fence/agents/ipmilan/fence_ipmilan.py index 5

[Cluster-devel] [PATCH 1/3] fencing: new option --method

2013-11-29 Thread Ondrej Mular
Add new option method --method for cycle reboot --- fence/agents/lib/fencing.py.py | 80 ++ 1 file changed, 57 insertions(+), 23 deletions(-) diff --git a/fence/agents/lib/fencing.py.py b/fence/agents/lib/fencing.py.py index b4abfb2..59ab91b 100644 --- a/f