public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH docs] lvm storage: state snapshot-as-volume-chain is a technology preview
@ 2025-08-29 12:24 Maximiliano Sandoval
  2025-09-03  8:46 ` Friedrich Weber
  2025-09-04 12:52 ` Thomas Lamprecht
  0 siblings, 2 replies; 6+ messages in thread
From: Maximiliano Sandoval @ 2025-08-29 12:24 UTC (permalink / raw)
  To: pve-devel

This matches the description in the Changelog for Proxmox VE 9 [1].

[1] https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_9.0

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 pve-storage-lvm.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pve-storage-lvm.adoc b/pve-storage-lvm.adoc
index 6928330..fc2a8ef 100644
--- a/pve-storage-lvm.adoc
+++ b/pve-storage-lvm.adoc
@@ -75,6 +75,8 @@ The snapshot functionality is managed by the PVE storage system.
 +
 Enabling or disabling this flag only affects newly created virtual disk volumes.
 
+WARNING: Snapshots as volume chains are currently a **technology preview** in {pve}.
+
 .Configuration Example (`/etc/pve/storage.cfg`)
 ----
 lvm: myspace
-- 
2.47.2



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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [pve-devel] [PATCH docs] lvm storage: state snapshot-as-volume-chain is a technology preview
  2025-08-29 12:24 [pve-devel] [PATCH docs] lvm storage: state snapshot-as-volume-chain is a technology preview Maximiliano Sandoval
@ 2025-09-03  8:46 ` Friedrich Weber
  2025-09-03  8:48   ` Shannon Sterz
  2025-09-04 12:52 ` Thomas Lamprecht
  1 sibling, 1 reply; 6+ messages in thread
From: Friedrich Weber @ 2025-09-03  8:46 UTC (permalink / raw)
  To: Proxmox VE development discussion, Maximiliano Sandoval

On 29/08/2025 14:24, Maximiliano Sandoval wrote:
> This matches the description in the Changelog for Proxmox VE 9 [1].
> 
> [1] https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_9.0
> 
> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>

Thanks for sending a patch. The fact that the docs do not explicitly
mention the "tech preview" state also came up during a recent training,
it would be good to update them accordingly.


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [pve-devel] [PATCH docs] lvm storage: state snapshot-as-volume-chain is a technology preview
  2025-09-03  8:46 ` Friedrich Weber
@ 2025-09-03  8:48   ` Shannon Sterz
  0 siblings, 0 replies; 6+ messages in thread
From: Shannon Sterz @ 2025-09-03  8:48 UTC (permalink / raw)
  To: Proxmox VE development discussion, Maximiliano Sandoval; +Cc: pve-devel

On Wed Sep 3, 2025 at 10:46 AM CEST, Friedrich Weber wrote:
> On 29/08/2025 14:24, Maximiliano Sandoval wrote:
>> This matches the description in the Changelog for Proxmox VE 9 [1].
>>
>> [1] https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_9.0
>>
>> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
>
> Thanks for sending a patch. The fact that the docs do not explicitly
> mention the "tech preview" state also came up during a recent training,
> it would be good to update them accordingly.

also see: https://bugzilla.proxmox.com/show_bug.cgi?id=6707

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



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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [pve-devel] [PATCH docs] lvm storage: state snapshot-as-volume-chain is a technology preview
  2025-08-29 12:24 [pve-devel] [PATCH docs] lvm storage: state snapshot-as-volume-chain is a technology preview Maximiliano Sandoval
  2025-09-03  8:46 ` Friedrich Weber
@ 2025-09-04 12:52 ` Thomas Lamprecht
  2025-09-04 13:29   ` Maximiliano Sandoval
  1 sibling, 1 reply; 6+ messages in thread
From: Thomas Lamprecht @ 2025-09-04 12:52 UTC (permalink / raw)
  To: Proxmox VE development discussion, Maximiliano Sandoval

Am 29.08.25 um 14:24 schrieb Maximiliano Sandoval:
> This matches the description in the Changelog for Proxmox VE 9 [1].
> 
> [1] https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_9.0
> 
> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
> ---
>  pve-storage-lvm.adoc | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/pve-storage-lvm.adoc b/pve-storage-lvm.adoc
> index 6928330..fc2a8ef 100644
> --- a/pve-storage-lvm.adoc
> +++ b/pve-storage-lvm.adoc
> @@ -75,6 +75,8 @@ The snapshot functionality is managed by the PVE storage system.
>  +
>  Enabling or disabling this flag only affects newly created virtual disk volumes.
>  
> +WARNING: Snapshots as volume chains are currently a **technology preview** in {pve}.

can we make this a note? It's not like tech. preview's are experimental
and totally unsupported after all.

Tangentially related: would be nice to get a short section describing the
implications of what "technology preview" means and link to that here.

> +
>  .Configuration Example (`/etc/pve/storage.cfg`)
>  ----
>  lvm: myspace



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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [pve-devel] [PATCH docs] lvm storage: state snapshot-as-volume-chain is a technology preview
  2025-09-04 12:52 ` Thomas Lamprecht
@ 2025-09-04 13:29   ` Maximiliano Sandoval
  2025-09-04 13:33     ` Maximiliano Sandoval
  0 siblings, 1 reply; 6+ messages in thread
From: Maximiliano Sandoval @ 2025-09-04 13:29 UTC (permalink / raw)
  To: Thomas Lamprecht; +Cc: Proxmox VE development discussion

Thomas Lamprecht <t.lamprecht@proxmox.com> writes:

> Am 29.08.25 um 14:24 schrieb Maximiliano Sandoval:
>> This matches the description in the Changelog for Proxmox VE 9 [1].
>> 
>> [1] https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_9.0
>> 
>> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
>> ---
>>  pve-storage-lvm.adoc | 2 ++
>>  1 file changed, 2 insertions(+)
>> 
>> diff --git a/pve-storage-lvm.adoc b/pve-storage-lvm.adoc
>> index 6928330..fc2a8ef 100644
>> --- a/pve-storage-lvm.adoc
>> +++ b/pve-storage-lvm.adoc
>> @@ -75,6 +75,8 @@ The snapshot functionality is managed by the PVE storage system.
>>  +
>>  Enabling or disabling this flag only affects newly created virtual disk volumes.
>>  
>> +WARNING: Snapshots as volume chains are currently a **technology preview** in {pve}.
>
> can we make this a note? It's not like tech. preview's are experimental
> and totally unsupported after all.
>
> Tangentially related: would be nice to get a short section describing the
> implications of what "technology preview" means and link to that here.

As per the Proxmox VE subscription agreement page 2:

"Technology previews are not supported in production environments."

Of course this should also be in the documentation. I can make it a
note, but a warning matches better the tone of the agreement in my
opinion.

>> +
>>  .Configuration Example (`/etc/pve/storage.cfg`)
>>  ----
>>  lvm: myspace

-- 
Maximiliano


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [pve-devel] [PATCH docs] lvm storage: state snapshot-as-volume-chain is a technology preview
  2025-09-04 13:29   ` Maximiliano Sandoval
@ 2025-09-04 13:33     ` Maximiliano Sandoval
  0 siblings, 0 replies; 6+ messages in thread
From: Maximiliano Sandoval @ 2025-09-04 13:33 UTC (permalink / raw)
  To: Thomas Lamprecht; +Cc: Proxmox VE development discussion

Maximiliano Sandoval <m.sandoval@proxmox.com> writes:

> Thomas Lamprecht <t.lamprecht@proxmox.com> writes:
>
>> Am 29.08.25 um 14:24 schrieb Maximiliano Sandoval:
>>> This matches the description in the Changelog for Proxmox VE 9 [1].
>>> 
>>> [1] https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_9.0
>>> 
>>> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
>>> ---
>>>  pve-storage-lvm.adoc | 2 ++
>>>  1 file changed, 2 insertions(+)
>>> 
>>> diff --git a/pve-storage-lvm.adoc b/pve-storage-lvm.adoc
>>> index 6928330..fc2a8ef 100644
>>> --- a/pve-storage-lvm.adoc
>>> +++ b/pve-storage-lvm.adoc
>>> @@ -75,6 +75,8 @@ The snapshot functionality is managed by the PVE storage system.
>>>  +
>>>  Enabling or disabling this flag only affects newly created virtual disk volumes.
>>>  
>>> +WARNING: Snapshots as volume chains are currently a **technology preview** in {pve}.
>>
>> can we make this a note? It's not like tech. preview's are experimental
>> and totally unsupported after all.
>>
>> Tangentially related: would be nice to get a short section describing the
>> implications of what "technology preview" means and link to that here.
>
> As per the Proxmox VE subscription agreement page 2:
>
> "Technology previews are not supported in production environments."
>
> Of course this should also be in the documentation. I can make it a
> note, but a warning matches better the tone of the agreement in my
> opinion.

I forgot to mention that the cases I found in the docs are either
"WARNING" or "IMPORTANT".

-- 
Maximiliano


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-09-04 13:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-29 12:24 [pve-devel] [PATCH docs] lvm storage: state snapshot-as-volume-chain is a technology preview Maximiliano Sandoval
2025-09-03  8:46 ` Friedrich Weber
2025-09-03  8:48   ` Shannon Sterz
2025-09-04 12:52 ` Thomas Lamprecht
2025-09-04 13:29   ` Maximiliano Sandoval
2025-09-04 13:33     ` Maximiliano Sandoval

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal