From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <pve-devel-bounces@lists.proxmox.com>
Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68])
	by lore.proxmox.com (Postfix) with ESMTPS id B72181FF15C
	for <inbox@lore.proxmox.com>; Wed,  5 Mar 2025 10:27:16 +0100 (CET)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
	by firstgate.proxmox.com (Proxmox) with ESMTP id A40DB10B7C;
	Wed,  5 Mar 2025 10:27:12 +0100 (CET)
Mime-Version: 1.0
Date: Wed, 05 Mar 2025 10:27:10 +0100
Message-Id: <D8884N8OTKNW.JVGPJ2XYEYPG@proxmox.com>
Cc: "pve-devel" <pve-devel-bounces@lists.proxmox.com>
From: "Shannon Sterz" <s.sterz@proxmox.com>
To: "Proxmox VE development discussion" <pve-devel@lists.proxmox.com>
X-Mailer: aerc 0.20.1-0-g2ecb8770224a-dirty
References: <20250304154101.3-1-a.zeidler@proxmox.com>
 <20250304154101.3-8-a.zeidler@proxmox.com>
In-Reply-To: <20250304154101.3-8-a.zeidler@proxmox.com>
X-SPAM-LEVEL: Spam detection results:  0
 AWL -0.012 Adjusted score from AWL reputation of From: address
 BAYES_00                 -1.9 Bayes spam probability is 0 to 1%
 DMARC_MISSING             0.1 Missing DMARC policy
 KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment
 SPF_HELO_NONE           0.001 SPF: HELO does not publish an SPF Record
 SPF_PASS               -0.001 SPF: sender matches SPF record
Subject: Re: [pve-devel] [PATCH docs 7/7] installer: revise intro of
 advanced ZFS/BTRFS configuration options
X-BeenThere: pve-devel@lists.proxmox.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com>
List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe>
List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/>
List-Post: <mailto:pve-devel@lists.proxmox.com>
List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help>
List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe>
Reply-To: Proxmox VE development discussion <pve-devel@lists.proxmox.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: pve-devel-bounces@lists.proxmox.com
Sender: "pve-devel" <pve-devel-bounces@lists.proxmox.com>

On Tue Mar 4, 2025 at 4:41 PM CET, Alexander Zeidler wrote:
> * ZFS: Restructure the sentence.

should this be XFS? you restructure a sentence about XFS/ext4 below, but
not ZFS

> * BTRFS: Explain the swap configuration options in a little more detail.
>
> Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
> ---
>  pve-installation.adoc | 15 ++++++++-------
>  1 file changed, 8 insertions(+), 7 deletions(-)
>
> diff --git a/pve-installation.adoc b/pve-installation.adoc
> index 3b3dc5d..1c143e2 100644
> --- a/pve-installation.adoc
> +++ b/pve-installation.adoc
> @@ -362,9 +362,9 @@ web interface for further configuration.
>  Advanced LVM Configuration Options
>  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> -The installer creates a Volume Group (VG) called `pve`, and additional Logical
> -Volumes (LVs) called `root`, `data`, and `swap`, if `ext4` or `xfs` is used. To
> -control the size of these volumes use:
> +If `ext4` or `xfs` is used, the installer creates a Volume Group (VG)
> +called `pve`, and additional Logical Volumes (LVs) called `root`,
> +`data`, and `swap`. To control the size of these volumes, use:
>
>  `hdsize`::
>
> @@ -455,10 +455,11 @@ first disk or mirror for RAID0, RAID1 or RAID10, and all disks in RAID-Z[123].
>  Advanced BTRFS Configuration Options
>  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> -No swap space is created when BTRFS is used but you can reserve some
> -unpartitioned space on the install disks for swap. You can either create a
> -separate partition, BTRFS subvolume or a swapfile using the `btrfs filesystem
> -mkswapfile` command.
> +While no swap space is created when BTRFS is used, you can reserve
> +some unpartitioned space on the install disks to manually create a
> +separate partition for swap later. A swapfile can also be created on a
> +separate BTRFS subvolume by using the `btrfs filesystem mkswapfile`
> +command.
>
>  `compress`::
>



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel