From: Fabian Grünbichler Date: Tue, 7 Jun 2016 09:55:24 +0000 (+0200) Subject: docs: update mountpoint descriptions again X-Git-Url: https://git.proxmox.com/?p=pve-container.git;a=commitdiff_plain;h=52b6f941c73b34d27c16d02e62c681880e826ae7 docs: update mountpoint descriptions again --- 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);