mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
34 lines
2.3 KiB
Plaintext
34 lines
2.3 KiB
Plaintext
! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
|
|
! !
|
|
! Please note that a previous version of mfid disabled the RAID !
|
|
! controller's Patrol Reads. The original mfid implementation was !
|
|
! used in a high performance environment without the need for the !
|
|
! data safety and integrity features that Patrol Reads provide. !
|
|
! !
|
|
! If you value data safety and integrity over performance, !
|
|
! you should re-enable Patrol Reads. !
|
|
! !
|
|
! Check if patrol is disabled: !
|
|
! !
|
|
! # /usr/sbin/mfiutil -u 0 show patrol !
|
|
! Operation Mode: disabled !
|
|
! Runs Completed: 0 !
|
|
! Current State: stopped !
|
|
! !
|
|
! !
|
|
! Turn patrol back on: !
|
|
! !
|
|
! # /usr/sbin/mfiutil -u 0 patrol auto !
|
|
! !
|
|
! !
|
|
! Confirm patrol status: !
|
|
! !
|
|
! # /usr/sbin/mfiutil -u 0 show patrol !
|
|
! Operation Mode: auto !
|
|
! Next Run Starts: Sat Apr 30 02:58:41 2016 !
|
|
! Runs Start Every 604800 seconds !
|
|
! Runs Completed: 0 !
|
|
! Current State: stopped !
|
|
! !
|
|
! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
|