Merging upstream version 2.1.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
358e2dd037
commit
ef8e2258ec
338 changed files with 631 additions and 601 deletions
|
@ -34,7 +34,7 @@ static int getHealthValue(int argc, char **argv, struct command *cmd, struct plu
|
|||
printf("\nDevice not found \n");;
|
||||
return -1;
|
||||
}
|
||||
result = nvme_get_log_smart(fd, 0xffffffff, true, &smart_log);
|
||||
result = nvme_get_log_smart(fd, 0xffffffff, false, &smart_log);
|
||||
if (!result) {
|
||||
printf("Transcend NVME heath value: ");
|
||||
percent_used =smart_log.percent_used;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue