Skip to content
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

Incorrect Storage Size for NVMe #22

Open
nchizhov opened this issue Aug 14, 2022 · 0 comments
Open

Incorrect Storage Size for NVMe #22

nchizhov opened this issue Aug 14, 2022 · 0 comments
Labels
bug Something isn't working c:agent-rust (>=3.0) Related to agent writen in Rust, so since version 3.0
Milestone

Comments

@nchizhov
Copy link

Using version 2.6

When try to get storage size of NVMe disk - it's return 0.

Problem in hdparm - it's return incorrect data for NVMe disks. If I try to comment^

for my $k (qw(MODEL FIRMWARE SERIALNUMBER DISKSIZE)) {
     $storage->{$k} = $info->{$k} if defined $info->{$k};
}

disk size returned correct disksize.

@nchizhov nchizhov changed the title Incorrect Storage Size Incorrect Storage Size for NVMe Aug 14, 2022
@ddurieux ddurieux transferred this issue from fusioninventory/fusioninventory-agent Sep 3, 2024
@ddurieux ddurieux added bug Something isn't working c:agent-rust (>=3.0) Related to agent writen in Rust, so since version 3.0 labels Sep 3, 2024
@ddurieux ddurieux added this to the Agent 3.0.0 milestone Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working c:agent-rust (>=3.0) Related to agent writen in Rust, so since version 3.0
Projects
None yet
Development

No branches or pull requests

2 participants