fix #1938: increase filesize limit for /proc/mounts

Signed-off-by: David Limbeck <d.limbeck@proxmox.com>
This commit is contained in:
David Limbeck 2018-10-03 16:14:10 +02:00 committed by Wolfgang Bumiller
parent b67bd9140f
commit ee83493613

View File

@ -292,7 +292,7 @@ sub read_proc_net_route {
}
sub read_proc_mounts {
return PVE::Tools::file_get_contents("/proc/mounts", 128*1024);
return PVE::Tools::file_get_contents("/proc/mounts", 512*1024);
}
# mounts encode spaces (\040), tabs (\011), newlines (\012), backslashes (\\ or \134)