Skip to content

Commit

Permalink
Removes erroneous trailing commas from HOMELAB and PROFESSIONAL secti…
Browse files Browse the repository at this point in the history
…ons in alias_template (in lsdev and dmap). Adds VM8/16/32 to F2STORNADO in alias_template (in dmap).
  • Loading branch information
JordanKeo45 committed Jan 10, 2025
1 parent 8b9f655 commit 3ba7518
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions tools/dmap
Original file line number Diff line number Diff line change
Expand Up @@ -434,12 +434,12 @@ def create_vdev_id(server):
"HOMELAB":{
"HL15":[15],
"HL4":[4],
"HL8":[4,4],
"HL8":[4,4]
},
"PROFESSIONAL":{
"PRO15":[15],
"PRO4":[4],
"PRO8":[4,4],
"PRO8":[4,4]
},
"STORNADO":{
"AV15":[16,16],
Expand All @@ -449,7 +449,10 @@ def create_vdev_id(server):
"2U":[16,16]
},
"F2STORNADO":{
"F2":[8,8,8,8]
"F2":[8,8,8,8],
"VM8":[8],
"VM16":[8,8],
"VM32":[8,8,8]
},
"AV15-BASE":{
"AV15":[0]
Expand Down
4 changes: 2 additions & 2 deletions tools/lsdev
Original file line number Diff line number Diff line change
Expand Up @@ -328,12 +328,12 @@ def build_server(options):
"HOMELAB":{
"HL15":[15],
"HL4":[4],
"HL8":[4,4],
"HL8":[4,4]
},
"PROFESSIONAL":{
"PRO15":[15],
"PRO4":[4],
"PRO8":[4,4],
"PRO8":[4,4]
},
"STORNADO":{
"AV15":[32],
Expand Down

0 comments on commit 3ba7518

Please sign in to comment.