[SCM] CTDB repository - branch master updated - ctdb-1.0.72-16-g76d655f

Ronnie Sahlberg sahlberg at samba.org
Thu Mar 12 01:36:40 GMT 2009


The branch, master has been updated
       via  76d655f9aa3ebd39e7a40d0bbd85e40d08f3e90b (commit)
      from  0bb130090b8dce5f85b0cb178a19f877759c0caa (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 76d655f9aa3ebd39e7a40d0bbd85e40d08f3e90b
Author: root <root at rcn1.VSOFS1.COM>
Date:   Thu Mar 12 12:33:19 2009 +1100

    make sure we can collect proper mmfs data

-----------------------------------------------------------------------

Summary of changes:
 tools/ctdb_diagnostics |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/tools/ctdb_diagnostics b/tools/ctdb_diagnostics
index bba71d6..8cf1f9a 100755
--- a/tools/ctdb_diagnostics
+++ b/tools/ctdb_diagnostics
@@ -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


-- 
CTDB repository


More information about the samba-cvs mailing list