💾 Storage Configuration

Configure Storage (Stage-2's dynamic system) and Mounts (general volume mounts) for both stages.

📋 Key Concepts: Storage is Stage-2's unique dynamic system for predefined directories (/soft/app, /soft/data, /soft/workspace). Mounts are general volume mounts that can be defined for any container path.
⚠️ Validation Errors: This tab contains configuration errors that need to be fixed before saving.
🚀 Stage-2 Dynamic Storage System (Stage-2 ONLY)
Stage-2's unique dynamic storage for predefined directories with smart linking: /soft/xxx → /hard/volume/xxx OR /hard/image/xxx
Application files and dependencies - Fixed destination
Only editable when type is 'host'
Only editable when type is 'manual-volume'
User data and persistent files - Fixed destination
Only editable when type is 'host'
Only editable when type is 'manual-volume'
Development and workspace files - Fixed destination
Only editable when type is 'host'
Only editable when type is 'manual-volume'
💡 Storage Note: These 3 storage entries are always present and default to 'image' type even when omitted from user_config.yml. They cannot be created or removed - only their storage type and related options can be configured.
🏗️ Stage-1 Mounts (General Volume Mounts)
General volume mounts for Stage-1 image (any paths, user-defined)
🚀 Stage-2 Mounts (General Volume Mounts)
General volume mounts for Stage-2 image (any paths, user-defined). Stage-2 mounts don't inherit from Stage-1.