Whamcloud - gitweb
- fix for #399 (inode synchronization through fstat)
authorbraam <braam>
Thu, 5 Dec 2002 15:41:19 +0000 (15:41 +0000)
committerbraam <braam>
Thu, 5 Dec 2002 15:41:19 +0000 (15:41 +0000)
- reduce MDS/OST sizes a bit to avoid all the llmount failures
- fix up the beginning of sanity.sh with systematic checks on all
  results (which introduce other system calls...)
- fix sudo test 19 in sanity.sh to create files as other user

lustre/tests/local2-hack.xml

index c3f80a1..6ae2086 100644 (file)
   </node>
   <mds name='mds1' uuid='mds1_UUID'>
     <fstype>extN</fstype>
-    <device size='100000'>/tmp/mds1</device>
+    <device size='50000'>/tmp/mds1</device>
     <autoformat>yes</autoformat>
     <network_ref uuidref='NET_localhost_tcp_UUID'/>
     <node_ref uuidref='localhost_UUID'/>
   </mds>
   <obd type='obdfilter' name='OBD_localhost' uuid='OBD_localhost_UUID'>
     <fstype>extN</fstype>
-    <device size='400000'>/tmp/ost1</device>
+    <device size='200000'>/tmp/ost1</device>
     <autoformat>yes</autoformat>
   </obd>
   <osc name='OSC_localhost' uuid='OSC_localhost_UUID'>