diff --git a/45drives-disks/src/components/P5StorinatorXL60H32.vue b/45drives-disks/src/components/P5StorinatorXL60H32.vue index e4527f8..a124bc4 100644 --- a/45drives-disks/src/components/P5StorinatorXL60H32.vue +++ b/45drives-disks/src/components/P5StorinatorXL60H32.vue @@ -609,7 +609,7 @@ const diskLocations = [ }, { x: 46, - y: 465, + y: 265, BAY: "4-10", HDD: false, occupied: false, diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db34d2..96250fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +* fixed drive placement error in 45drives-disks for XL60-H32 units not displaying disk 4-10 properly \ No newline at end of file diff --git a/Makefile b/Makefile index 413ef9c..a815f98 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/manifest.json b/manifest.json index 1dea46b..bd49b0e 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "title": "cockpit-45drives-hardware", "prerelease": false, "version": "2.2.1", - "buildVersion": "5", + "buildVersion": "6", "author": "Mark Hooper ", "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 ", diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index 4092c87..7d378fa 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -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 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 2.2.1-5 - added support for 9400-16i HBA cards in System, Disks and Motherbaord Modules * Wed Sep 28 2022 Mark Hooper 2.2.1-4 diff --git a/packaging/focal/changelog b/packaging/focal/changelog index fbe9431..7c9a839 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -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 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