Zorro Lang <zlang@xxxxxxxxxx> wrote: > > The in-kernel afs fs takes a string in afs mountpoint format as its source. > > So do we need to change the below line: > > echo $SCRATCH_DEV | grep -q "^%" > /dev/null 2>&1 > > to > > echo "$SCRATCH_DEV" | grep -q ^[%#] > > ? I think we want to require '%' to force a RW volume. xfstests probably won't work on a RO or backup volume. David