Skip to content

Commit

Permalink
famfs: Do not remove the famfs module at the end of stress test.
Browse files Browse the repository at this point in the history
When running multiple instances of the fio test if the module is
removed by one instance, it will affect other running instances.
So do not remove the modules.

Signed-off-by: Aravind Ramesh <[email protected]>
  • Loading branch information
Aravind Ramesh authored and jagalactic committed Apr 2, 2024
1 parent 15f163f commit 6786a29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run_stress_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ $SCRIPTS/stress_fio.sh -d $DEV -f $FIO_PATH -r $RUNTIME || echo "Fio stress test
echo ""
echo "Unmounting the filesystem and removing Famfs kernel module"
sudo umount $MPT
sudo rmmod famfs
echo "*************************************************************************************"
echo " run_stress_tests.sh completed"
echo "*************************************************************************************"
Expand Down

0 comments on commit 6786a29

Please sign in to comment.