Rev 631: separate out the various fs display ops in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Wed Sep 19 01:46:12 GMT 2007


------------------------------------------------------------
revno: 631
revision-id: tridge at samba.org-20070919014611-pz72rqcyedjygbfy
parent: tridge at samba.org-20070917053133-r9w7bzpnociwhidj
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Wed 2007-09-19 11:46:11 +1000
message:
  separate out the various fs display ops
modified:
  tools/ctdb_diagnostics         ctdb_diagnostics-20070905041904-9d9r1qnt1j9qiwiz-1
=== modified file 'tools/ctdb_diagnostics'
--- a/tools/ctdb_diagnostics	2007-09-17 05:31:33 +0000
+++ b/tools/ctdb_diagnostics	2007-09-19 01:46:11 +0000
@@ -113,7 +113,9 @@
 --------------------------------------------------------------------
 Showing system and process status
 EOF
-show_all "df; df -i; mount"
+show_all "df"
+show_all "df -i"
+show_all "mount"
 show_all "w"
 show_all "ps axfw"
 show_all "dmesg"



More information about the samba-cvs mailing list