diff --git a/wrapper-scripts/megaclisas-status b/wrapper-scripts/megaclisas-status index 99aac92..fbaf517 100755 --- a/wrapper-scripts/megaclisas-status +++ b/wrapper-scripts/megaclisas-status @@ -1,5 +1,5 @@ #!/usr/bin/python -# $Id: megaclisas-status,v 1.49 2015/04/17 15:49:32 root Exp $ +# $Id: megaclisas-status,v 1.50 2015/04/17 19:37:53 root Exp $ # # Written by Adam Cecile # Modified vy Vincent S. Cojot @@ -286,10 +286,7 @@ def returnArrayInfo(output,controllerid,arrayid): inprogress = 'None' # Compute the RAID level if (int(spandepth) >= 2): - if (raidlvl == 1): - raidtype = str('RAID-01') - else: - raidtype = str('RAID-' + str(raidlvl) + '0') + raidtype = str('RAID-' + str(raidlvl) + '0') else: if(raidlvl == 1): if(diskperspan > 2):