-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed drive placement error in 45drives-disks module for XL60 H32 units
- Loading branch information
1 parent
0f172af
commit dcd0e84
Showing
6 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -609,7 +609,7 @@ const diskLocations = [ | |
}, | ||
{ | ||
x: 46, | ||
y: 465, | ||
y: 265, | ||
BAY: "4-10", | ||
HDD: false, | ||
occupied: false, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## cockpit-45drives-hardware 2.2.1-5 | ||
## cockpit-45drives-hardware 2.2.1-6 | ||
|
||
* added support for 9400-16i HBA cards in System, Disks and Motherbaord Modules | ||
* fixed drive placement error in 45drives-disks for XL60-H32 units not displaying disk 4-10 properly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"title": "cockpit-45drives-hardware", | ||
"prerelease": false, | ||
"version": "2.2.1", | ||
"buildVersion": "5", | ||
"buildVersion": "6", | ||
"author": "Mark Hooper <[email protected]>", | ||
"url": "https://github.com/45Drives/cockpit-hardware", | ||
"category": "utils", | ||
|
@@ -59,7 +59,7 @@ | |
"changelog": { | ||
"urgency": "medium", | ||
"version": "2.2.1", | ||
"buildVersion": "5", | ||
"buildVersion": "6", | ||
"ignore": [], | ||
"date": null, | ||
"packager": "Mark Hooper <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,9 @@ make DESTDIR=%{buildroot} install | |
/usr/lib/udev/rules.d/68-cockpit-45drives-disks.rules | ||
|
||
%changelog | ||
* Mon Oct 31 2022 Mark Hooper <[email protected]> 2.2.1-6 | ||
- fixed drive placement error in 45drives-disks for XL60-H32 units not displaying | ||
disk 4-10 properly | ||
* Mon Oct 31 2022 Mark Hooper <[email protected]> 2.2.1-5 | ||
- added support for 9400-16i HBA cards in System, Disks and Motherbaord Modules | ||
* Wed Sep 28 2022 Mark Hooper <[email protected]> 2.2.1-4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
cockpit-45drives-hardware (2.2.1-6focal) focal; urgency=medium | ||
|
||
* fixed drive placement error in 45drives-disks for XL60-H32 units not displaying | ||
disk 4-10 properly | ||
|
||
-- Mark Hooper <[email protected]> Mon, 31 Oct 2022 12:03:49 -0300 | ||
|
||
cockpit-45drives-hardware (2.2.1-5focal) focal; urgency=medium | ||
|
||
* added support for 9400-16i HBA cards in System, Disks and Motherbaord Modules | ||
|