* [PATCH docs 0/2] pve-storage-lvm: document qcow2 availability
@ 2026-03-23 15:21 Maximiliano Sandoval
2026-03-23 15:21 ` [PATCH docs 1/2] pve-storage-lvm: fix rendering of storage features Maximiliano Sandoval
2026-03-23 15:21 ` [PATCH docs 2/2] pve-storage-lvm: document qcow2 availability Maximiliano Sandoval
0 siblings, 2 replies; 4+ messages in thread
From: Maximiliano Sandoval @ 2026-03-23 15:21 UTC (permalink / raw)
To: pve-devel
See the commit descriptions.
Please let me know if this should have a different foot not exclusively
about qcow2 only being available in this scenario.
Maximiliano Sandoval (2):
pve-storage-lvm: fix rendering of storage features
pve-storage-lvm: document qcow2 availability
pve-storage-lvm.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
2.47.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH docs 1/2] pve-storage-lvm: fix rendering of storage features
2026-03-23 15:21 [PATCH docs 0/2] pve-storage-lvm: document qcow2 availability Maximiliano Sandoval
@ 2026-03-23 15:21 ` Maximiliano Sandoval
2026-04-30 7:50 ` Daniel Herzig
2026-03-23 15:21 ` [PATCH docs 2/2] pve-storage-lvm: document qcow2 availability Maximiliano Sandoval
1 sibling, 1 reply; 4+ messages in thread
From: Maximiliano Sandoval @ 2026-03-23 15:21 UTC (permalink / raw)
To: pve-devel
Without this change, the table will be rendered as if it had 1+1+3=5
columns instead of 6 columns. As a consequence the content of "Content
types" would be "Linked Clones" instead of "images rootdir".
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
pve-storage-lvm.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pve-storage-lvm.adoc b/pve-storage-lvm.adoc
index 351749b..767fd7f 100644
--- a/pve-storage-lvm.adoc
+++ b/pve-storage-lvm.adoc
@@ -125,7 +125,7 @@ TIP: You can use the LVM-thin backend for non-shared local storage. It supports
snapshots and linked clones.
.Storage features for backend `lvm`
-[width="100%",cols="m,m,3*d",options="header"]
+[width="100%",cols="m,m,4*d",options="header"]
|===============================================================================
|Content types |Image formats |Shared |Snapshots |Full Clones |Linked Clones
|images rootdir |raw, qcow2 |possible |yes^1^ |yes |no
--
2.47.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH docs 1/2] pve-storage-lvm: fix rendering of storage features
2026-03-23 15:21 ` [PATCH docs 1/2] pve-storage-lvm: fix rendering of storage features Maximiliano Sandoval
@ 2026-04-30 7:50 ` Daniel Herzig
0 siblings, 0 replies; 4+ messages in thread
From: Daniel Herzig @ 2026-04-30 7:50 UTC (permalink / raw)
To: Maximiliano Sandoval; +Cc: pve-devel
Thanks for this. This gracefully fixes the confusing table.
Reviewed-by: Daniel Herzig <d.herzig@proxmox.com>
Maximiliano Sandoval <m.sandoval@proxmox.com> writes:
> Without this change, the table will be rendered as if it had 1+1+3=5
> columns instead of 6 columns. As a consequence the content of "Content
> types" would be "Linked Clones" instead of "images rootdir".
>
> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
> ---
> pve-storage-lvm.adoc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/pve-storage-lvm.adoc b/pve-storage-lvm.adoc
> index 351749b..767fd7f 100644
> --- a/pve-storage-lvm.adoc
> +++ b/pve-storage-lvm.adoc
> @@ -125,7 +125,7 @@ TIP: You can use the LVM-thin backend for non-shared local storage. It supports
> snapshots and linked clones.
>
> .Storage features for backend `lvm`
> -[width="100%",cols="m,m,3*d",options="header"]
> +[width="100%",cols="m,m,4*d",options="header"]
> |===============================================================================
> |Content types |Image formats |Shared |Snapshots |Full Clones |Linked Clones
> |images rootdir |raw, qcow2 |possible |yes^1^ |yes |no
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH docs 2/2] pve-storage-lvm: document qcow2 availability
2026-03-23 15:21 [PATCH docs 0/2] pve-storage-lvm: document qcow2 availability Maximiliano Sandoval
2026-03-23 15:21 ` [PATCH docs 1/2] pve-storage-lvm: fix rendering of storage features Maximiliano Sandoval
@ 2026-03-23 15:21 ` Maximiliano Sandoval
1 sibling, 0 replies; 4+ messages in thread
From: Maximiliano Sandoval @ 2026-03-23 15:21 UTC (permalink / raw)
To: pve-devel
It is only available when snapshots-as-volume-chain is enabled.
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
pve-storage-lvm.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pve-storage-lvm.adoc b/pve-storage-lvm.adoc
index 767fd7f..ba78663 100644
--- a/pve-storage-lvm.adoc
+++ b/pve-storage-lvm.adoc
@@ -128,7 +128,7 @@ snapshots and linked clones.
[width="100%",cols="m,m,4*d",options="header"]
|===============================================================================
|Content types |Image formats |Shared |Snapshots |Full Clones |Linked Clones
-|images rootdir |raw, qcow2 |possible |yes^1^ |yes |no
+|images rootdir |raw, qcow2^1^ |possible |yes^1^ |yes |no
|===============================================================================
^1^: Since {pve} 9, snapshots as a volume chain have been available for VMs, for
--
2.47.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-04-30 7:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-23 15:21 [PATCH docs 0/2] pve-storage-lvm: document qcow2 availability Maximiliano Sandoval
2026-03-23 15:21 ` [PATCH docs 1/2] pve-storage-lvm: fix rendering of storage features Maximiliano Sandoval
2026-04-30 7:50 ` Daniel Herzig
2026-03-23 15:21 ` [PATCH docs 2/2] pve-storage-lvm: document qcow2 availability Maximiliano Sandoval
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox