Home | History | Annotate | Line # | Download | only in config
      1  1.1  jruoho include "arch/regress/conf/std.regress"
      2  1.1  jruoho maxusers 4
      3  1.1  jruoho file-system	REGRESSFS
      4  1.1  jruoho 
      5  1.1  jruoho master0		at root
      6  1.1  jruoho 
      7  1.1  jruoho # The following definitions build a loop of 'looper' devices.
      8  1.1  jruoho # This tests how well the code that look for orphans handle loops.
      9  1.1  jruoho #
     10  1.1  jruoho # In that case, while the loopchild devices will always be seen in
     11  1.1  jruoho # time, the code has to make sure it reaches all the loopbaby
     12  1.1  jruoho # devices.
     13  1.1  jruoho 
     14  1.1  jruoho looper0		at master0
     15  1.1  jruoho looper1		at looper0
     16  1.1  jruoho 
     17  1.1  jruoho loopchild0	at looper0
     18  1.1  jruoho loopchild1	at looper1
     19  1.1  jruoho 
     20  1.1  jruoho loopbaby0	at loopchild0
     21  1.1  jruoho loopbaby1	at loopchild1
     22  1.1  jruoho 
     23  1.1  jruoho config regress root on ?
     24