mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-26 09:54:31 +00:00
@@ -113,6 +113,7 @@ used during the test.
|
|||||||
| T\_EX\_META\_DEV | scratch meta bdev | -f | /dev/vdd |
|
| T\_EX\_META\_DEV | scratch meta bdev | -f | /dev/vdd |
|
||||||
| T\_EX\_DATA\_DEV | scratch meta bdev | -e | /dev/vdc |
|
| T\_EX\_DATA\_DEV | scratch meta bdev | -e | /dev/vdc |
|
||||||
| T\_M[0-9] | mount paths | mounted per run | /mnt/test.[0-9]/ |
|
| T\_M[0-9] | mount paths | mounted per run | /mnt/test.[0-9]/ |
|
||||||
|
| T\_MODULE | built kernel module | created per run | ../kmod/src/..ko |
|
||||||
| T\_NR\_MOUNTS | number of mounts | -n | 3 |
|
| T\_NR\_MOUNTS | number of mounts | -n | 3 |
|
||||||
| T\_O[0-9] | mount options | created per run | -o server\_addr= |
|
| T\_O[0-9] | mount options | created per run | -o server\_addr= |
|
||||||
| T\_QUORUM | quorum count | -q | 2 |
|
| T\_QUORUM | quorum count | -q | 2 |
|
||||||
|
|||||||
+2
-1
@@ -352,7 +352,8 @@ if [ -n "$T_INSMOD" ]; then
|
|||||||
msg "removing and reinserting scoutfs module"
|
msg "removing and reinserting scoutfs module"
|
||||||
test -e /sys/module/scoutfs && cmd rmmod scoutfs
|
test -e /sys/module/scoutfs && cmd rmmod scoutfs
|
||||||
cmd modprobe libcrc32c
|
cmd modprobe libcrc32c
|
||||||
cmd insmod "$T_KMOD/src/scoutfs.ko"
|
T_MODULE="$T_KMOD/src/scoutfs.ko"
|
||||||
|
cmd insmod "$T_MODULE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$T_TRACE_MULT" ]; then
|
if [ -n "$T_TRACE_MULT" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user