Skip to content

Commit

Permalink
hotfix for MI4 servers using H11SSL-i motherboards
Browse files Browse the repository at this point in the history
  • Loading branch information
markdhooper committed Mar 8, 2023
1 parent e12c385 commit 22e7ae0
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 45drives-tools 2.2.0-6
## 45drives-tools 2.2.0-7

* Added a hotfix to alias MI4 servers using H11SSL-i motherboards
* hotfix for H11SSL-i motherboards in MI4 units
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "45drives-tools",
"prerelease": false,
"version": "2.2.0",
"buildVersion": "6",
"buildVersion": "7",
"author": "Mark Hooper <mhooper@45drives.com>",
"url": "https://github.com/45Drives/tools",
"category": "utils",
Expand Down Expand Up @@ -63,7 +63,7 @@
"changelog": {
"urgency": "medium",
"version": "2.2.0",
"buildVersion": "6",
"buildVersion": "7",
"ignore": [],
"date": null,
"packager": "Mark Hooper <mhooper@45drives.com>",
Expand Down
2 changes: 2 additions & 0 deletions packaging/el7/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ fi
%{_bindir}/*

%changelog
* Wed Mar 08 2023 Mark Hooper <mhooper@45drives.com> 2.2.0-7
- hotfix for H11SSL-i motherboards in MI4 units
* Wed Mar 08 2023 Mark Hooper <mhooper@45drives.com> 2.2.0-6
- Added a hotfix to alias MI4 servers using H11SSL-i motherboards
* Wed Mar 08 2023 Mark Hooper <mhooper@45drives.com> 2.2.0-5
Expand Down
2 changes: 2 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ fi
%{_bindir}/*

%changelog
* Wed Mar 08 2023 Mark Hooper <mhooper@45drives.com> 2.2.0-7
- hotfix for H11SSL-i motherboards in MI4 units
* Wed Mar 08 2023 Mark Hooper <mhooper@45drives.com> 2.2.0-6
- Added a hotfix to alias MI4 servers using H11SSL-i motherboards
* Wed Mar 08 2023 Mark Hooper <mhooper@45drives.com> 2.2.0-5
Expand Down
6 changes: 6 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
45drives-tools (2.2.0-7focal) focal; urgency=medium

* hotfix for H11SSL-i motherboards in MI4 units

-- Mark Hooper <mhooper@45drives.com> Wed, 08 Mar 2023 06:59:12 -0400

45drives-tools (2.2.0-6focal) focal; urgency=medium

* Added a hotfix to alias MI4 servers using H11SSL-i motherboards
Expand Down
2 changes: 1 addition & 1 deletion src/fakeroot/opt/45drives/tools/dmap
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ def create_vdev_id(server):
log("WARNING - Drive missing from slot {i}-{j}. Insert disk into slot {i}-{j} and try running dmap again.".format(i=1+(j//4),j=(j%4)+1))

elif server["Chassis Size"] == "MI4" and server["Alias Style"] == "STORINATOR":
vdev_id_str += alias_mi4(server["Model"],server["OS NAME"],server["OS VERSION_ID"],server["Motherboard"]["Model"])
vdev_id_str += alias_mi4(server["Model"],server["OS NAME"],server["OS VERSION_ID"],server["Motherboard"]["Product Name"])
elif server["Alias Style"] == "AV15-BASE":
# we are using the AV15-BASE ailiasing scheme.
vdev_id_str += alias_av15_base(server["OS NAME"],server["OS VERSION_ID"])
Expand Down

0 comments on commit 22e7ae0

Please sign in to comment.