make sure we can collect proper mmfs data
authorroot <root@rcn1.VSOFS1.COM>
Thu, 12 Mar 2009 01:33:19 +0000 (12:33 +1100)
committerroot <root@rcn1.VSOFS1.COM>
Thu, 12 Mar 2009 01:33:19 +0000 (12:33 +1100)
tools/ctdb_diagnostics

index bba71d6c3d3208134c42ba980af407c7fbd5c569..8cf1f9ab6e4023bbd1f922db0c16d0e7f1212dbb 100755 (executable)
@@ -206,11 +206,11 @@ EOF
  show_all "/usr/lpp/mmfs/bin/mmlsmgr"
  devlist=`mmlsfs all|grep ^File.system.attributes | cut -d/ -f3 | cut -d: -f1`
  for d in $devlist; do
-     show_all mmdf $d
-     show_all mmlsdisk $d
-     show_all mmlsfileset $d
-     show_all mmlspolicy $d
-     show_all mmlssnapshot $d
+     show_all "mmdf $d"
+     show_all "mmlsdisk $d"
+     show_all "mmlsfileset $d"
+     show_all "mmlspolicy $d"
+     show_all "mmlssnapshot $d"
  done
  fslist=`mount|grep type.gpfs|awk '{print $1}'`
  for fs in $fslist; do