Mentions légales du service

Skip to content

Add disk interface type verification, and fix the bad ones

Samir Noir requested to merge bugs/#9500 into master
  1. First commit to:
  • add to disk list the interface type (SAS, SATA, …)
  • check when generating the reference-api if the interface configured server side match the known interface for a specific disk model. If a RAID card is present, we don't check (some PERC can do both SATA and SAS so it's not possible to detect the disk interface)
  1. Second commit to fix the disks with wrong interfaces

Merge request reports