meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
vm:proxmox:lxc:load_average [2022/04/21 21:25] niziakvm:proxmox:lxc:load_average [2022/04/21 21:27] (current) niziak
Line 22: Line 22:
 ExecStart=/usr/bin/lxcfs -l /var/lib/lxcfs ExecStart=/usr/bin/lxcfs -l /var/lib/lxcfs
 </file> </file>
 +
 +NOTE: After restarting lxcfs.service, running containers lost /proc access. Restart of containers is required.
 +<code bash>
 +systemctl restart lxcfs
 +</code>