mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
make sure we can collect proper mmfs data
(This used to be ctdb commit 76d655f9aa3ebd39e7a40d0bbd85e40d08f3e90b)
This commit is contained in:
parent
7a11082f0f
commit
4088e0aceb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user