uweseimet / scsi2pi

Advanced performant SCSI/SASI emulation and tools for the PiSCSI/RaSCSI board
https://www.scsi2pi.net
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

s2p: Support a list of property files #24

Closed uweseimet closed 9 months ago

uweseimet commented 9 months ago

s2p shall support not just a single properties file but a comma-separated list of property files. The contents of these files shall be merged. With this approach a more granular configuration is possible A user can, for instance, have different property files, each one for a separate device. When launching s2p the final set of devices can then be defined by providing a list of files with the properties for each device.

uweseimet commented 9 months ago

This feature is part of the issue_23 branch.