From 205f46f5992ca270ef6ff2194a2b74b4205f8e4d Mon Sep 17 00:00:00 2001 From: ralfk Date: Sat, 16 Nov 2024 10:16:30 +0100 Subject: [PATCH] Surface8: 2024-11-16 10:16:30 --- Technik/Proxmox-Server.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Technik/Proxmox-Server.md b/Technik/Proxmox-Server.md index 2c5f908..4fc5dbd 100644 --- a/Technik/Proxmox-Server.md +++ b/Technik/Proxmox-Server.md @@ -260,3 +260,15 @@ Da kann man Partitionen erstellen, Danach kann man in der GUI auf der ersten Partition einem Directory machen. Auf dem Rest wird dann ein LVM oder ein LVM-Thin erzeugt + + +Disable storage pools +```bash +pvesm set --disable 1 + +``` + +Enable storage pools +```bash +pvesm set PBSSynology --disable 0 +```