[pve-devel] [PATCH v2 docs] pct: clarify simple restore mode default 'local' storage

Oguz Bektas o.bektas at proxmox.com
Wed Sep 22 13:12:42 CEST 2021


"default local storage" is confusing without the backticks. reword the
sentences to make it clearer about `storage` parameter usage.

Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
 pct.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pct.adoc b/pct.adoc
index c5ed243..9a9d4ff 100644
--- a/pct.adoc
+++ b/pct.adoc
@@ -792,8 +792,8 @@ explicitly set, the mount point configuration from the backed up configuration
 file is restored using the following steps:
 
 . Extract mount points and their options from backup
-. Create volumes for storage backed mount points (on storage provided with the
-  `storage` parameter, or default local storage if unset)
+. Create volumes for storage backed mount points on the target provided with the
+  `storage` parameter. (default: `local`)
 . Extract files from backup archive
 . Add bind and device mount points to restored configuration (limited to root
   user)
-- 
2.30.2






More information about the pve-devel mailing list