Custom Query (1418 matches)
Results (199 - 201 of 1418)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#916 | duplicate | Adding --json command line option | ||
Description |
I would like to prepare a patch to implement '--json' cmd option, as mentioned in ticket #766. I'm new to this project and would appreciate your help.
Do you have insights about how the data structure should look like, considering hierarchy, data order, and which containers to use? When looking at the first chunks of output for SATA I was wondering how to represent the data, so it would be easy to traverse and print. The general idea is to have a container to represent each section, for example: struct smart_data {
}; Is there a certain format you prefer it to be represented?
Many thanks! |
|||
#917 | fixed | 20s timeout is too short for large JBODs | ||
Description |
Most smartctl commands have a default timeout of 20 seconds. This is sufficiently long for pretty much any disk to spin up from standby. However, many large JBODs implement staggered spinup, where they limit the number of drives that can simultaneously spin up. On such systems, it may take considerably longer for all drives to spin up. For example, I have a 96-drive JBOD where spinning up all drives takes nearly 45 seconds. The attached patch fixes smartctl for me. |
|||
#918 | invalid | Bugtracker doesn't show my tickets | ||
Description |
When I select "My tickets" entry on "View tickets" page no tickets are shown (see screenshot) |