View Issue Details

IDProjectCategoryView StatusLast Update
1295RackTablesdefaultpublic2014-08-04 22:10
ReporterFabien Assigned Toinfrastation  
PrioritylowSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version0.20.8 
Target Version0.20.9Fixed in Version0.20.9 
Summary1295: DiskArray inconsistency
DescriptionI was adding a Sun StorageTek device in the Racktables instance installed within my company when I found that the dictionary is not consistent with the "default" naming.
For example:
Sun StorageTek C2
Should be named:
Sun%GPASS%StorageTek C2

In order to correct the Sun StorageTek I attach you a patch. Hope it helps.
Additional InformationSee attached patch to correct the naming
TagsNo tags attached.

Activities

Fabien

Fabien

2014-07-29 16:17

reporter  

dictionary_changes.patch (3,473 bytes)   
--- wwwroot/inc/dictionary.php.old	2014-07-29 16:03:18.692927632 +0200
+++ wwwroot/inc/dictionary.php	2014-07-29 16:03:23.208017083 +0200
@@ -384,30 +384,30 @@
 	309 => array ('chapter_id' => 17, 'dict_value' => 'Cisco%GPASS%OSR-7609'),
 	310 => array ('chapter_id' => 17, 'dict_value' => 'Foundry%GPASS%BigIron 8000'),
 	311 => array ('chapter_id' => 17, 'dict_value' => 'Foundry%GPASS%BigIron 15000'),
-	312 => array ('chapter_id' => 18, 'dict_value' => 'Sun StorEdge A1000'),
+	312 => array ('chapter_id' => 18, 'dict_value' => 'Sun%GPASS%StorEdge A1000'),
 	313 => array ('chapter_id' => 18, 'dict_value' => 'Dell/EMC AX150'),
 	314 => array ('chapter_id' => 18, 'dict_value' => 'EMC CLARiiON CX600'),
-	315 => array ('chapter_id' => 18, 'dict_value' => 'Sun StorEdge D240'),
+	315 => array ('chapter_id' => 18, 'dict_value' => 'Sun%GPASS%StorEdge D240'),
 	316 => array ('chapter_id' => 18, 'dict_value' => 'EMC CLARiiON CX300'),
-	317 => array ('chapter_id' => 18, 'dict_value' => 'Sun StorageTek 6140'),
-	318 => array ('chapter_id' => 18, 'dict_value' => 'Sun StorageTek 3511'),
-	319 => array ('chapter_id' => 18, 'dict_value' => 'Sun StorageTek 3510'),
-	320 => array ('chapter_id' => 18, 'dict_value' => 'Sun StorageTek 3320'),
-	321 => array ('chapter_id' => 18, 'dict_value' => 'Sun StorageTek 3120'),
+	317 => array ('chapter_id' => 18, 'dict_value' => 'Sun%GPASS%StorageTek 6140'),
+	318 => array ('chapter_id' => 18, 'dict_value' => 'Sun%GPASS%StorageTek 3511'),
+	319 => array ('chapter_id' => 18, 'dict_value' => 'Sun%GPASS%StorageTek 3510'),
+	320 => array ('chapter_id' => 18, 'dict_value' => 'Sun%GPASS%StorageTek 3320'),
+	321 => array ('chapter_id' => 18, 'dict_value' => 'Sun%GPASS%StorageTek 3120'),
 	322 => array ('chapter_id' => 18, 'dict_value' => 'Dell PowerVault NX1950'),
 	323 => array ('chapter_id' => 18, 'dict_value' => 'Dell PowerVault 220S'),
 	324 => array ('chapter_id' => 18, 'dict_value' => 'Dell PowerVault MD3000'),
 	325 => array ('chapter_id' => 19, 'dict_value' => 'Dell PowerVault 136T'),
-	326 => array ('chapter_id' => 19, 'dict_value' => 'Sun StorageTek SL500'),
-	327 => array ('chapter_id' => 19, 'dict_value' => 'Sun StorageTek L1400'),
-	328 => array ('chapter_id' => 19, 'dict_value' => 'Sun StorageTek SL8500'),
-	329 => array ('chapter_id' => 19, 'dict_value' => 'Sun StorageTek C4'),
+	326 => array ('chapter_id' => 19, 'dict_value' => 'Sun%GPASS%StorageTek SL500'),
+	327 => array ('chapter_id' => 19, 'dict_value' => 'Sun%GPASS%StorageTek L1400'),
+	328 => array ('chapter_id' => 19, 'dict_value' => 'Sun%GPASS%StorageTek SL8500'),
+	329 => array ('chapter_id' => 19, 'dict_value' => 'Sun%GPASS%StorageTek C4'),
 	330 => array ('chapter_id' => 19, 'dict_value' => 'Dell PowerVault ML6000'),
 	331 => array ('chapter_id' => 19, 'dict_value' => 'Dell PowerVault 132T'),
 	332 => array ('chapter_id' => 19, 'dict_value' => 'Dell PowerVault TL4000'),
 	333 => array ('chapter_id' => 19, 'dict_value' => 'Dell PowerVault TL2000'),
 	334 => array ('chapter_id' => 19, 'dict_value' => 'Dell PowerVault 124T'),
-	335 => array ('chapter_id' => 19, 'dict_value' => 'Sun StorageTek C2'),
+	335 => array ('chapter_id' => 19, 'dict_value' => 'Sun%GPASS%StorageTek C2'),
 	338 => array ('chapter_id' => 12, 'dict_value' => 'Dell PowerConnect%GPASS%2216'),
 	339 => array ('chapter_id' => 12, 'dict_value' => 'Dell PowerConnect%GPASS%2224'),
 	340 => array ('chapter_id' => 12, 'dict_value' => 'Dell PowerConnect%GPASS%2324'),
dictionary_changes.patch (3,473 bytes)   
infrastation

infrastation

2014-08-03 23:39

administrator   ~0002433

Could you confirm it would be OK to use your name and email for the git author information of this change?
Fabien

Fabien

2014-08-04 08:56

reporter   ~0002435

No problem. Thanks for this so useful software!
infrastation

infrastation

2014-08-04 22:10

administrator   ~0002437

Commit fb95267 makes this change, thank you for the feedback!

Issue History

Date Modified Username Field Change
2014-07-29 16:17 Fabien New Issue
2014-07-29 16:17 Fabien File Added: dictionary_changes.patch
2014-08-03 23:39 infrastation Note Added: 0002433
2014-08-04 08:56 Fabien Note Added: 0002435
2014-08-04 22:10 infrastation Note Added: 0002437
2014-08-04 22:10 infrastation Assigned To => infrastation
2014-08-04 22:10 infrastation Status new => closed
2014-08-04 22:10 infrastation Resolution open => fixed
2014-08-04 22:10 infrastation Fixed in Version => 0.20.9
2014-08-04 22:10 infrastation Target Version => 0.20.9