Que terminen las pruebas de FIO
This commit is contained in:
parent
ed417559ff
commit
095aa36be9
1 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@ else
|
|||
| cut -d ':' -f 2
|
||||
`
|
||||
# TODO: Debug variable. Comment out for production
|
||||
#ERROR=
|
||||
ERROR=
|
||||
if [[ -n $ERROR ]] ; then
|
||||
RAW_ERROR=$ERROR
|
||||
ERROR=''
|
||||
|
@ -129,7 +129,7 @@ if [[ -z $ERROR ]] ; then
|
|||
| sed 's/://g'
|
||||
`
|
||||
# TODO: Debug variable. Comment out for production
|
||||
#ERROR=
|
||||
ERROR=
|
||||
if [[ -n $ERROR ]] ; then
|
||||
smartctl -l error /dev/$DISK \
|
||||
> $OUTPUT_DIR/disk/$SERIAL.smart.error
|
||||
|
@ -150,7 +150,7 @@ if [[ -z $ERROR ]] ; then
|
|||
| cut -d ':' -f 2
|
||||
`
|
||||
# TODO: Debug variable. Comment out for production
|
||||
#ERROR=
|
||||
ERROR=
|
||||
if [[ -n $ERROR ]] ; then
|
||||
RAW_ERROR=$ERROR
|
||||
ERROR=''
|
||||
|
|
Loading…
Reference in a new issue