[pve-devel] [PATCH v3 container] docs: update mountpoint descriptions again

Fabian Grünbichler f.gruenbichler at proxmox.com
Tue Jun 7 11:55:24 CEST 2016


---
rebased v2 with v1 applied ;)

 src/PVE/LXC/Config.pm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm
index d80dae0..c067e7a 100644
--- a/src/PVE/LXC/Config.pm
+++ b/src/PVE/LXC/Config.pm
@@ -551,9 +551,10 @@ my $mp_desc = {
 	type => 'string',
 	format => 'pve-lxc-mp-string',
 	format_description => 'Path',
-	description => 'Path to the mountpoint as seen from inside the container.',
+	description => 'Path to the mountpoint as seen from inside the container '.
+		       '(must not contain symlinks).',
 	verbose_description => "Path to the mountpoint as seen from inside the container.\n\n".
-			       "WARNING: Must not contain any symlinks for security reasons."
+			       "NOTE: Must not contain any symlinks for security reasons."
     },
 };
 PVE::JSONSchema::register_format('pve-ct-mountpoint', $mp_desc);
-- 
2.1.4





More information about the pve-devel mailing list