[pve-devel] [PATCH docs] pct: clarify simple restore mode default fallback storage
Oguz Bektas
o.bektas at proxmox.com
Wed Sep 22 12:17:04 CEST 2021
"default local storage" is a bit confusing without the backticks,
add that to make it more clear that the 'local' storage will be used by
default for restore operations unless `--storage foo` is passed.
Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
pct.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pct.adoc b/pct.adoc
index c5ed243..35a1cb3 100644
--- a/pct.adoc
+++ b/pct.adoc
@@ -793,7 +793,7 @@ 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)
+ `storage` parameter, or default `local` storage if unset)
. 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