[pve-devel] [PATCH storage] doc: Clarify that pvesm export is mostly internal

Dominic Jäger d.jaeger at proxmox.com
Tue Jun 2 11:56:49 CEST 2020


---
 PVE/CLI/pvesm.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PVE/CLI/pvesm.pm b/PVE/CLI/pvesm.pm
index 30bdcf6..8c86714 100755
--- a/PVE/CLI/pvesm.pm
+++ b/PVE/CLI/pvesm.pm
@@ -204,7 +204,7 @@ __PACKAGE__->register_method ({
     name => 'export',
     path => 'export',
     method => 'GET',
-    description => "Export a volume.",
+    description => "Used internally to export a volume.",
     protected => 1,
     parameters => {
 	additionalProperties => 0,
@@ -279,7 +279,7 @@ __PACKAGE__->register_method ({
     name => 'import',
     path => 'import',
     method => 'PUT',
-    description => "Import a volume.",
+    description => "Used internally to import a volume.",
     protected => 1,
     parameters => {
 	additionalProperties => 0,
-- 
2.20.1




More information about the pve-devel mailing list