* [pve-devel] [PATCH docs 1/2] storage: document import content type
@ 2026-01-08 15:11 Maximiliano Sandoval
2026-01-08 15:11 ` [pve-devel] [PATCH docs 2/2] storage: document import content path Maximiliano Sandoval
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Maximiliano Sandoval @ 2026-01-08 15:11 UTC (permalink / raw)
To: pve-devel
This content type is mentioned at [10.7].
[10.7] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_import_virtual_machines.
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
pvesm.adoc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pvesm.adoc b/pvesm.adoc
index d36baf8..7c1d795 100644
--- a/pvesm.adoc
+++ b/pvesm.adoc
@@ -232,6 +232,10 @@ snippets:::
Snippet files, for example guest hook scripts
+import:::
+
+Allows importing VM disk images
+
shared::
Indicate that this is a single storage with the same contents on all nodes (or
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [pve-devel] [PATCH docs 2/2] storage: document import content path
2026-01-08 15:11 [pve-devel] [PATCH docs 1/2] storage: document import content type Maximiliano Sandoval
@ 2026-01-08 15:11 ` Maximiliano Sandoval
2026-01-09 13:47 ` [pve-devel] applied: " Fiona Ebner
2026-01-09 13:41 ` [pve-devel] [PATCH docs 1/2] storage: document import content type Fiona Ebner
2026-01-09 14:18 ` [pve-devel] applied: " Fiona Ebner
2 siblings, 1 reply; 5+ messages in thread
From: Maximiliano Sandoval @ 2026-01-08 15:11 UTC (permalink / raw)
To: pve-devel
This comes from $vtype_subdirs in pve-storage's Plugin.pm.
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
pve-storage-dir.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git a/pve-storage-dir.adoc b/pve-storage-dir.adoc
index 3367394..9905017 100644
--- a/pve-storage-dir.adoc
+++ b/pve-storage-dir.adoc
@@ -40,6 +40,7 @@ storage backends.
|Container templates |`template/cache/`
|Backup files |`dump/`
|Snippets |`snippets/`
+|Import |`import/`
|===========================================================
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [pve-devel] [PATCH docs 1/2] storage: document import content type
2026-01-08 15:11 [pve-devel] [PATCH docs 1/2] storage: document import content type Maximiliano Sandoval
2026-01-08 15:11 ` [pve-devel] [PATCH docs 2/2] storage: document import content path Maximiliano Sandoval
@ 2026-01-09 13:41 ` Fiona Ebner
2026-01-09 14:18 ` [pve-devel] applied: " Fiona Ebner
2 siblings, 0 replies; 5+ messages in thread
From: Fiona Ebner @ 2026-01-09 13:41 UTC (permalink / raw)
To: Proxmox VE development discussion, Maximiliano Sandoval
Am 08.01.26 um 4:10 PM schrieb Maximiliano Sandoval:
> This content type is mentioned at [10.7].
>
> [10.7] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_import_virtual_machines.
>
> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
> ---
> pvesm.adoc | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/pvesm.adoc b/pvesm.adoc
> index d36baf8..7c1d795 100644
> --- a/pvesm.adoc
> +++ b/pvesm.adoc
> @@ -232,6 +232,10 @@ snippets:::
>
> Snippet files, for example guest hook scripts
>
> +import:::
> +
> +Allows importing VM disk images
The other descriptions all mention 'what' the content is. Well, except
'rootdir', but that should also be changed IMHO. Playing the devil's
advocate, what you wrote could also be interpreted as 'if I select
import content type, then I can import to that storage'.
> +
> shared::
>
> Indicate that this is a single storage with the same contents on all nodes (or
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [pve-devel] applied: [PATCH docs 2/2] storage: document import content path
2026-01-08 15:11 ` [pve-devel] [PATCH docs 2/2] storage: document import content path Maximiliano Sandoval
@ 2026-01-09 13:47 ` Fiona Ebner
0 siblings, 0 replies; 5+ messages in thread
From: Fiona Ebner @ 2026-01-09 13:47 UTC (permalink / raw)
To: pve-devel, Maximiliano Sandoval
On Thu, 08 Jan 2026 16:11:04 +0100, Maximiliano Sandoval wrote:
> This comes from $vtype_subdirs in pve-storage's Plugin.pm.
Applied, thanks!
[2/2] storage: document import content path
commit: 42faaa3b11144da4e19caadd765b3ef7c3f2041b
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [pve-devel] applied: [PATCH docs 1/2] storage: document import content type
2026-01-08 15:11 [pve-devel] [PATCH docs 1/2] storage: document import content type Maximiliano Sandoval
2026-01-08 15:11 ` [pve-devel] [PATCH docs 2/2] storage: document import content path Maximiliano Sandoval
2026-01-09 13:41 ` [pve-devel] [PATCH docs 1/2] storage: document import content type Fiona Ebner
@ 2026-01-09 14:18 ` Fiona Ebner
2 siblings, 0 replies; 5+ messages in thread
From: Fiona Ebner @ 2026-01-09 14:18 UTC (permalink / raw)
To: pve-devel, Maximiliano Sandoval
On Thu, 08 Jan 2026 16:11:03 +0100, Maximiliano Sandoval wrote:
> This content type is mentioned at [10.7].
>
> [10.7] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_import_virtual_machines.
Applied, using
'OVAs and VM disk images that can be imported from this storage'
after a brief off-list discussion, thanks!
[1/2] storage: document import content type
commit: ac21cc091525dc3b9876751a90e7265b298a2bf6
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-01-09 14:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-08 15:11 [pve-devel] [PATCH docs 1/2] storage: document import content type Maximiliano Sandoval
2026-01-08 15:11 ` [pve-devel] [PATCH docs 2/2] storage: document import content path Maximiliano Sandoval
2026-01-09 13:47 ` [pve-devel] applied: " Fiona Ebner
2026-01-09 13:41 ` [pve-devel] [PATCH docs 1/2] storage: document import content type Fiona Ebner
2026-01-09 14:18 ` [pve-devel] applied: " Fiona Ebner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.