From 2c56b2ad494336f599f9ffe2cc6860f142ab1454 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 12 Nov 2024 04:39:30 +1300 Subject: [PATCH] =?UTF-8?q?Added=20note=20regarding=20OVM=20as=20this=20as?= =?UTF-8?q?=20historically=20caused=20a=20lot=20of=20supp=E2=80=A6=20(#147?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added note regarding OVM as this as historically caused a lot of support requests * Update json/omv.json Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Change Link to community-scripts\discussion Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com> --------- Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com> Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com> Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> --- json/omv.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/json/omv.json b/json/omv.json index 1512daf0d..576f8527b 100644 --- a/json/omv.json +++ b/json/omv.json @@ -30,5 +30,10 @@ "username": "admin", "password": "openmediavault" }, - "notes": [] -} \ No newline at end of file + "notes": [ + { + "text": "Running OVM in a LXC container may require a complicated disk setup, consider using a VM instead. More info: `https://github.com/community-scripts/ProxmoxVE/discussions/175`", + "type": "warning" + } + ] +}