Whamcloud - gitweb
Script to set up MDS using ext3 (basically llmount.sh with ext3 instead of
authoradilger <adilger>
Wed, 13 Mar 2002 19:07:20 +0000 (19:07 +0000)
committeradilger <adilger>
Wed, 13 Mar 2002 19:07:20 +0000 (19:07 +0000)
commit881390f42c31e17a876517d6b2244880dd48c400
tree372c82751a2349965b864a04c9e9212928da477e
parent79c1c75ff84c978f2b6487bb9876586d02e3eb76
Script to set up MDS using ext3 (basically llmount.sh with ext3 instead of
ext2 for MDS).  Will not work unless ext3 has been patched with a_ops=&ext3_ops
in fs/ext3/inode.c and fs/ext3/namei.c.  Not sure if that is the correct
solution yet or not.
lustre/tests/llext3.sh [new file with mode: 0755]