diff options
| author | Simon Rettberg | 2025-12-09 15:49:52 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2025-12-09 15:49:52 +0100 |
| commit | b3062b85b6778acb499998216fb8f3fd71119583 (patch) | |
| tree | 2df3de5930e1430cfaf792f4b6dae7b8993dfc0c /pkg | |
| parent | [KERNEL] Fix build on newer gcc (diff) | |
| parent | [SERVER] iscsi: More comments (diff) | |
| download | dnbd3-b3062b85b6778acb499998216fb8f3fd71119583.tar.gz dnbd3-b3062b85b6778acb499998216fb8f3fd71119583.tar.xz dnbd3-b3062b85b6778acb499998216fb8f3fd71119583.zip | |
Merge branch 'iscsi-refactor'
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/config/server.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/config/server.conf b/pkg/config/server.conf index 22bd14a..c287682 100644 --- a/pkg/config/server.conf +++ b/pkg/config/server.conf @@ -58,6 +58,9 @@ pretendClient=false ; be replicated unless you manually free up more disk space. autoFreeDiskSpaceDelay=10h +; Specifies whether the server will also speak the iSCSI protocol +iScsiServer=true + [limits] maxClients=2000 maxImages=1000 |
