]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/API2/LXC.pm
fix #1147: allow marking non-volume mps as shared
[pve-container.git] / src / PVE / API2 / LXC.pm
index 15ebb87f9e336b0274ad559ff97f3b790cf87b29..d0e558a41d02cbdffa06c843f0f2cd1490a63fcb 100644 (file)
@@ -848,8 +848,7 @@ __PACKAGE__->register_method({
            force => {
                type => 'boolean',
                description => "Force migration despite local bind / device" .
-                   " mounts. WARNING: identical bind / device mounts need to ".
-                   " be available on the target node.",
+                   " mounts. NOTE: deprecated, use 'shared' property of mount point instead.",
                optional => 1,
            },
        },