Custom Query (1434 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (235 - 237 of 1434)

Ticket Resolution Summary Owner Reporter
#730 fixed Added an option for IntelliProp RAID controllers for choosing the drive to send some ATA commands to. Christian Franke Casey Biemiller
Description

Added an option that would allow the choice of selecting which drive to send certain commands to behind an IntelliProp RAID controller. The commands this mainly works for are SMART, GPL Read Log, and GPL Write Log commands. Since smartctl uses these commands, this routing functionality would be necessary to be able to send smartctl commands to each individual drive behind an IntelliProp RAID controller.

#916 duplicate Adding --json command line option yaarit
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.

  1. Is it okay if I use C++11 features, even if it as little as "auto"?
  1. What's your opinion about using a JSON library? (specifically this one - JSON for Modern C++)
  1. I wish to create a data structure to hold the smart data, and print it when it's completely populated.

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 {

map<string, string> info_section; map<string, string> smart_data_section; vector<map<string,string>> vendor_specific_attr; more containers go here

};

Is there a certain format you prefer it to be represented?

  1. Is there a way to mock output from devices I don't have (such as SAS)? I wish to test this output but I don't have all of the supported disks out there...

Many thanks!

#739 fixed Adding Buffalo MiniStation Extreme 1TB Christian Franke Gergely Imreh
Description

Buffalo MiniStation Extreme USB 3.0 Rugged Portable Hard Drive MIL-SPEC HD-PZU3 1TB portable hard drive. USB bridge [0x0411:0x01f9 (0x001)].

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.