-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Unable to delete disk with no data #314
Comments
thats odd. @adhawkins can you zip up your |
Done. |
Hey @adhawkins I thought I fixed this in an earlier version, but it looks like there's a related in another function. |
devices with an empty wwn should be filtered out (not uploaded during device registration, skipped when attempting to upload metrics). added a migration to delete existing device entries with an empty `wwn` fixes #314
Thanks for taking a look. I assume at some point there'll be a release that contains this fix? Will give it a try then. |
yep, I fixed it in the beta branch. Basically I added extra code to ensure that empty disk identifiers are filtered out, and a database migration that deletes any existing disks with an empty identifier. It'll be available in the |
Still have the same issue with last version #ee893cc |
Describe the bug
While setting up on my Synology NAS, I initially had it scan all 8 bays, even though there weren't 8 disks in it. This has led to an empty entry for /dev/sata8. If I use the 'Delete Device' option on the menu for this device, when the confirmation dialog comes up, pressing 'delete' does nothing.
Expected behavior
Pressing 'delete' should delete the device'
Screenshots
Version is shown as 'master#eefdc54'
The text was updated successfully, but these errors were encountered: