summaryrefslogtreecommitdiffstats
path: root/pkg/config/server.conf
Commit message (Collapse)AuthorAgeFilesLines
* Update README and sample configSimon Rettberg2025-12-091-198/+2Star
|
* [SERVER] iscsi: Hook into net.c, text response handling, more features:Sebastian Vater2025-12-091-0/+199
| | | | | | | | | | | | | | | - R2T handling - Portal groups - Fixes to login phase handling - Code refactoring - Remove obsolete PDU fields - SCSI INQUIRY handler - Persistent Reservation support - Implement SCSI block based operations - Implement other needed SCSI ops - Disks are now reported as read-only - Doxygen tags - Bugfixes for crashes, memleaks, etc.
* [SERVER] Make default config a bit more readableSteffen Ritter2021-08-241-3/+21
|
* server.conf: Update uplinkTimeout to match default valuev3.10Simon Rettberg2021-05-111-1/+1
|
* [SERVER] Make prefetching synchronousSimon Rettberg2021-04-141-0/+2
| | | | | | | | | There is a race condition where we process the next request from the same client faster than the OS will schedule the async prefetch job, rendering it a NOOP in the best case (request ranges match) or fetching redundant data from the upstream server (prefetch range is larger than actual request by client). Make prefetching synchronous to prevent this race condition.
* [BUILD] add systemd service file for dnbd3-server to installation targetsManuel Bentele2020-10-221-0/+71