Updated Rules for adding new device types (markdown)

Daniel Markstedt 2023-01-22 22:20:45 -08:00
parent 2fdb935160
commit fd62bf55cf
1 changed files with 1 additions and 1 deletions

@ -13,7 +13,7 @@ Devices have to be subclasses of PrimaryDevice or ModeSenseDevice. Only devices
## Clients
The Python based clients has class methods in the Common package for detecting device types that the backend supports, which are then exposed appropriately in the various front ends. See the RaCtlCmds class for details.
The Python based clients has class methods in the Common package for detecting device types that the backend supports, which are then exposed appropriately in the various front ends. See the PiscsiCmds class for details.
At the time of writing, the code detects three types of devices:
* Disk -- Any device that takes an image file as argument