diff --git a/backend/app/proxmox_client.py b/backend/app/proxmox_client.py index dfb7f88..d32103e 100644 --- a/backend/app/proxmox_client.py +++ b/backend/app/proxmox_client.py @@ -62,7 +62,7 @@ def create_lxc( cores: int, memory_mb: int, disk_gb: int, - storage: str = "local-lvm", + storage: str = "SSD", node: str = None, ) -> str: """Создаёт LXC из архива: ostemplate → passwd → resize → start."""