-
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.
updated zfs_info script to handle single device vdevs more reliably
- Loading branch information
1 parent
dcd0e84
commit b90804c
Showing
6 changed files
with
194 additions
and
83 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
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,4 @@ | ||
## cockpit-45drives-hardware 2.2.1-6 | ||
## cockpit-45drives-hardware 2.2.2-1 | ||
|
||
* fixed drive placement error in 45drives-disks for XL60-H32 units not displaying disk 4-10 properly | ||
* updated zfs_info script to fix bug when single disk vdevs are encountered | ||
* single device vdevs are now reported as both a disk and vdev by zfs_info script |
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
"name": "cockpit-45drives-hardware", | ||
"title": "cockpit-45drives-hardware", | ||
"prerelease": false, | ||
"version": "2.2.1", | ||
"buildVersion": "6", | ||
"version": "2.2.2", | ||
"buildVersion": "1", | ||
"author": "Mark Hooper <[email protected]>", | ||
"url": "https://github.com/45Drives/cockpit-hardware", | ||
"category": "utils", | ||
|
@@ -58,8 +58,8 @@ | |
], | ||
"changelog": { | ||
"urgency": "medium", | ||
"version": "2.2.1", | ||
"buildVersion": "6", | ||
"version": "2.2.2", | ||
"buildVersion": "1", | ||
"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 | ||
* Tue Nov 29 2022 Mark Hooper <[email protected]> 2.2.2-1 | ||
- updated zfs_info script to fix bug when single disk vdevs are encountered | ||
- single device vdevs are now reported as both a disk and vdev by zfs_info script | ||
* 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 | ||
|
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.2-1focal) focal; urgency=medium | ||
|
||
* updated zfs_info script to fix bug when single disk vdevs are encountered | ||
* single device vdevs are now reported as both a disk and vdev by zfs_info script | ||
|
||
-- Mark Hooper <[email protected]> Tue, 29 Nov 2022 12:30:50 -0400 | ||
|
||
cockpit-45drives-hardware (2.2.1-6focal) focal; urgency=medium | ||
|
||
* fixed drive placement error in 45drives-disks for XL60-H32 units not displaying | ||
|