[Linux-HA] crmsh and fencing_topology

2013-06-13 Thread Vladislav Bogdanov
Dejan, here is the patch to fix parsing of fencing_topology: --- a/modules/xmlutil.py2013-06-07 07:21:10.0 + +++ b/modules/xmlutil.py2013-06-13 07:51:09.704924693 + @@ -937,7 +937,7 @@ def get_set_nodes(e,setname,create = 0): def xml_noorder_hash(n): return

Re: [Linux-HA] crmsh and fencing_topology

2013-06-13 Thread Dejan Muhamedagic
Hi, On Thu, Jun 13, 2013 at 11:15:18AM +0300, Vladislav Bogdanov wrote: Dejan, here is the patch to fix parsing of fencing_topology: --- a/modules/xmlutil.py2013-06-07 07:21:10.0 + +++ b/modules/xmlutil.py2013-06-13 07:51:09.704924693 + @@ -937,7 +937,7 @@