mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-15 13:40:00 +00:00
fix #1938: increase filesize limit for /proc/mounts
Signed-off-by: David Limbeck <d.limbeck@proxmox.com>
This commit is contained in:
parent
b67bd9140f
commit
ee83493613
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user