From: Andrew Tridgell Date: Tue, 16 Oct 2007 10:13:28 +0000 (+1000) Subject: more detail on multipath config X-Git-Tag: tevent-0.9.20~348^2~2376 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b9d73a96d45b068650385a4cec2734028e46f00;p=thirdparty%2Fsamba.git more detail on multipath config (This used to be ctdb commit 78c44f2267cbef5fbc57d56dfd5ff40972733a1f) --- diff --git a/ctdb/tools/ctdb_diagnostics b/ctdb/tools/ctdb_diagnostics index 49f32382d1a..989fac4685a 100755 --- a/ctdb/tools/ctdb_diagnostics +++ b/ctdb/tools/ctdb_diagnostics @@ -136,7 +136,7 @@ show_all "/usr/sbin/showmount -a" show_all "/usr/sbin/showmount -e" show_all "/usr/sbin/nfsstat -v" [ -x /sbin/multipath ] && { - show_all "/sbin/multipath -l" + show_all "/sbin/multipath -ll" } [ -x /sbin/chkconfig ] && { show_all "/sbin/chkconfig --list"