From 933bdae01edcb324449948e72d548bee1228ab08 Mon Sep 17 00:00:00 2001 From: "Vincent S. Cojot" Date: Sat, 11 Apr 2015 17:39:02 -0400 Subject: [PATCH] Very minor bugfixes (Rev 1.35) --- wrapper-scripts/megaclisas-status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrapper-scripts/megaclisas-status b/wrapper-scripts/megaclisas-status index a3f7923..8257227 100755 --- a/wrapper-scripts/megaclisas-status +++ b/wrapper-scripts/megaclisas-status @@ -1,5 +1,5 @@ #!/usr/bin/python -# $Id: megaclisas-status,v 1.34 2015/04/11 17:36:45 root Exp $ +# $Id: megaclisas-status,v 1.35 2015/04/11 17:39:02 root Exp $ import os import re @@ -201,7 +201,7 @@ def returnArrayInfo(output,controllerid,arrayid): if re.match(r'^Current Cache Policy.*?:.*$',line.strip()): props = line.strip().split(':')[1].strip() if re.search('ReadAdaptive', props): - properties += 'Adaptive' + properties += 'ADRA' if re.search('ReadAhead', props): properties += 'RA' if re.match('ReadAheadNone', props):