commit 003fcf63623fe42b5879908eaec8b87da160be9c Author: Marek 'marx' Grac Date: Fri Sep 27 16:31:44 2013 +0200 fencing: Add information about automatic "unfence" to metadata Resolves: rhbz#1012994 diff --git a/fence/agents/lib/fencing.py.py b/fence/agents/lib/fencing.py.py index bb144bb..d6b02d3 100644 --- a/fence/agents/lib/fencing.py.py +++ b/fence/agents/lib/fencing.py.py @@ -487,7 +487,11 @@ def metadata(avail_opt, options, docs): print "\t" print "" print "" - print "\t" + if avail_opt.count("fabric_fencing") == 1: + ## do 'unfence' at the start + print "\t" + else: + print "\t" print "\t" if avail_opt.count("fabric_fencing") == 0: diff --git a/fence/agents/scsi/fence_scsi.pl b/fence/agents/scsi/fence_scsi.pl index 4e5cc96..2585f9e 100644 --- a/fence/agents/scsi/fence_scsi.pl +++ b/fence/agents/scsi/fence_scsi.pl @@ -757,7 +757,7 @@ sub print_metadata () print "\t\n"; print "\n"; print "\n"; - print "\t\n"; + print "\t\n"; print "\t\n"; print "\t\n"; print "\t\n";