[pve-devel] [PATCH container] fix config path in warning about undetectable architecture

Wolfgang Bumiller w.bumiller at proxmox.com
Mon Sep 26 16:13:36 CEST 2016


---
 src/PVE/LXC/Create.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/LXC/Create.pm b/src/PVE/LXC/Create.pm
index eea4630..1f1ece1 100644
--- a/src/PVE/LXC/Create.pm
+++ b/src/PVE/LXC/Create.pm
@@ -64,7 +64,7 @@ sub restore_archive {
 	    print "Detected container architecture: $conf->{'arch'}\n";
 	} else {
 	    print "CT architecture detection failed, falling back to amd64.\n" .
-	          "Edit the config in /etc/pve/nodes/{node}/lxc/{vmid}/config " .
+	          "Edit the config in /etc/pve/nodes/{node}/lxc/{vmid}.conf " .
 	          "to set another architecture.\n";
 	}
     });
-- 
2.1.4





More information about the pve-devel mailing list