--- megaclisas-status.orig	2009-05-07 22:17:02.000000000 -0500
+++ megaclisas-status	2009-05-07 22:17:19.000000000 -0500
@@ -52,8 +52,7 @@
         if re.match(r'^RAID Level:.*$',line.strip()):
             type = 'RAID'+line.strip().split(':')[1].split(',')[0].split('-')[1].strip()
         if re.match(r'^Size:.*$',line.strip()):
-            size = line.strip().split(':')[1].strip('MB').strip()
-	    size = str(int(round((float(size) / 1000))))+'G'
+            size = line.strip().split(':')[1].strip()
         if re.match(r'^State:.*$',line.strip()):
             state = line.strip().split(':')[1].strip()
         if re.match(r'^Ongoing Progresses:.*$',line.strip()):

