mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-22 02:07:46 +07:00
fix: fix cannot view logs on dev VM
Failed to create fsnotify watcher: too many open files https://www.suse.com/support/kb/doc/?id=000020048
This commit is contained in:
parent
c1ff305343
commit
5ff9cdb8dd
2
metal/Vagrantfile
vendored
2
metal/Vagrantfile
vendored
@ -30,5 +30,7 @@ Vagrant.configure("2") do |config|
|
||||
setenforce Permissive
|
||||
dnf install -y iscsi-initiator-utils
|
||||
systemctl enable --now iscsid
|
||||
sysctl fs.inotify.max_user_instances=8192
|
||||
sysctl -p
|
||||
SHELL
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user