From ba66d77e0b5af12e91e446b560aa18d64ab04acf Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Tue, 12 Jul 2022 13:08:15 +0200 Subject: [PATCH] document system_disk attribute --- admin-guide/deployment/partitioning.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/admin-guide/deployment/partitioning.rst b/admin-guide/deployment/partitioning.rst index 39625992..d354e06c 100644 --- a/admin-guide/deployment/partitioning.rst +++ b/admin-guide/deployment/partitioning.rst @@ -4,8 +4,14 @@ Partitioning Partitions system are configured with a standard schema using LVM, so that they can be possibly changed afterwards. -By default the whole space available on the first block device is used +By default the whole space available on the first block device is used and any existing partition is removed. + +Alternatively you might set the sysdb attribute ``system_disk`` with the +device name of the disk which should be used instead:: + + bob node set-attr $FQDN system_disk=md126 + The default partition schema is: - create one primary ``/boot`` partition of 1Gb;