Skip to content

Fix hdd sorting order#163

Open
Meliox wants to merge 1 commit intomainfrom
fix-hdd-and-nvme-sorting
Open

Fix hdd sorting order#163
Meliox wants to merge 1 commit intomainfrom
fix-hdd-and-nvme-sorting

Conversation

@Meliox
Copy link
Copy Markdown
Owner

@Meliox Meliox commented May 5, 2026

fixes #161

@Meliox Meliox added the bug Something isn't working label May 5, 2026
@vit9696
Copy link
Copy Markdown

vit9696 commented May 5, 2026

I will test a bit later, but does not this need the same fix for:

  • CPU cores. Server CPUs probably have more than 10 cores.
  • NVMe disks. More rare, but for server boards I can imagine the same.

@Meliox
Copy link
Copy Markdown
Owner Author

Meliox commented May 5, 2026

Thanks.

Maybe. Nvme seems to have leading zeroes. 0600, 0800. So should not be an issue unless someone show a different naming - but is probably a very rare setup.

Cpus. Logic is using index, so if core sorting is initially correct then the behavior should be OK. Not sorting is applied. For multiple Cpus they are have leading zero as well.

@vit9696
Copy link
Copy Markdown

vit9696 commented May 5, 2026

I tested this. Works correctly. Thank you for a quick patch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect HDD sorting

2 participants