]> git.proxmox.com Git - pve-docs.git/commitdiff
pct: clarify simple restore mode default 'local' storage
authorOguz Bektas <o.bektas@proxmox.com>
Wed, 22 Sep 2021 11:12:42 +0000 (13:12 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 23 Sep 2021 11:06:20 +0000 (13:06 +0200)
"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@proxmox.com>
pct.adoc

index c5ed243b19a05ef9760d81c2499b74d02f4bfc11..9a9d4ff07551195e43ba9d00e2ef8f0303bc810a 100644 (file)
--- 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)