Skip to content

Commit

Permalink
fixed drive placement error in 45drives-disks module for XL60 H32 units
Browse files Browse the repository at this point in the history
  • Loading branch information
markdhooper committed Oct 31, 2022
1 parent 0f172af commit dcd0e84
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 45drives-disks/src/components/P5StorinatorXL60H32.vue
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ const diskLocations = [
},
{
x: 46,
y: 465,
y: 265,
BAY: "4-10",
HDD: false,
occupied: false,
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
PLUGIN_SRCS=

# For installing to a remote machine for testing with `make install-remote`
REMOTE_TEST_HOST=192.168.209.239
REMOTE_TEST_HOST=192.168.35.36
REMOTE_TEST_USER=root

# Restarts cockpit after install
Expand Down
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": "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",
Expand Down Expand Up @@ -59,7 +59,7 @@
"changelog": {
"urgency": "medium",
"version": "2.2.1",
"buildVersion": "5",
"buildVersion": "6",
"ignore": [],
"date": null,
"packager": "Mark Hooper <[email protected]>",
Expand Down
3 changes: 3 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions packaging/focal/changelog
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
Expand Down

0 comments on commit dcd0e84

Please sign in to comment.