mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-26 04:16:51 +00:00
fix(storage): implement Portal defaulting for iSCSI, fix Pool/CephPool selection, add NFS format validation
Co-authored-by: GoodOlClint <151449+GoodOlClint@users.noreply.github.com> Agent-Logs-Url: https://github.com/GoodOlClint/PSProxmoxVE/sessions/d84722e4-409e-4ced-bfbc-f323715b8bdc
This commit is contained in:
@@ -53,6 +53,9 @@ services:
|
||||
privileged: true
|
||||
volumes:
|
||||
- nfs-data:/srv/nfs/shared
|
||||
# NOTE: /lib/modules is required by the NFS kernel module loader.
|
||||
# This mount is Linux-host-specific and will fail on macOS/Windows Docker Desktop.
|
||||
# Integration tests using this compose file must run on a Linux host (e.g. GitHub-hosted runners or the dev container).
|
||||
- /lib/modules:/lib/modules:ro
|
||||
environment:
|
||||
NFS_EXPORT_0: /srv/nfs/shared *(rw,sync,no_subtree_check,no_root_squash)
|
||||
|
||||
Reference in New Issue
Block a user