From c72a5b2fce355d65077a5deee5bdb4bbabf7d270 Mon Sep 17 00:00:00 2001 From: host Date: Sun, 9 Aug 2026 20:21:11 +0000 Subject: [PATCH] =?UTF-8?q?fix(lxc):=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20SSD=20storage=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20rootfs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/proxmox_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."""