Discussion:
[pve-devel] [PATCH docs] pve-installation: clarify hdsize setting for ZFS
Stoiko Ivanov
2018-12-03 17:36:34 UTC
Permalink
We only partition all bootable drives, i.e. only the first vdev.

Signed-off-by: Stoiko Ivanov <***@proxmox.com>
---
While testing Dominik pointed out that this aspect would need some more
clarification - Thanks!

pve-installation.adoc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pve-installation.adoc b/pve-installation.adoc
index 14d51e8..69c1ea6 100644
--- a/pve-installation.adoc
+++ b/pve-installation.adoc
@@ -236,7 +236,9 @@ semantics, and why this does not replace redundancy on disk-level.
`hdsize`::

Defines the total HD size to be used. This way you can save free
-space on the HD for further partitioning (e.g. for creating a swap-partition).
+space on the HD(s) for further partitioning (e.g. for creating a swap-partition).
+`hdsize` is only honored for all bootable disks (i.e. only the first disk/mirror
+for RAID0/1/10, and all disks in RAID-Z[123]).


ZFS Performance Tips
--
2.11.0
Thomas Lamprecht
2018-12-04 08:15:10 UTC
Permalink
Post by Stoiko Ivanov
We only partition all bootable drives, i.e. only the first vdev.
---
While testing Dominik pointed out that this aspect would need some more
clarification - Thanks!
pve-installation.adoc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pve-installation.adoc b/pve-installation.adoc
index 14d51e8..69c1ea6 100644
--- a/pve-installation.adoc
+++ b/pve-installation.adoc
@@ -236,7 +236,9 @@ semantics, and why this does not replace redundancy on disk-level.
Defines the total HD size to be used. This way you can save free
-space on the HD for further partitioning (e.g. for creating a swap-partition).
+space on the HD(s) for further partitioning (e.g. for creating a swap-partition).
+`hdsize` is only honored for all bootable disks (i.e. only the first disk/mirror
+for RAID0/1/10, and all disks in RAID-Z[123]).
applied, but changed ".. only honored for all bootable .." to ".. only honored for bootable .."
as only - all is a bit strange, IMO, also removed parenthesis and added a "," after the i.e. :)

thanks!
Post by Stoiko Ivanov
ZFS Performance Tips
Loading...