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:
Khue Doan 2021-12-25 11:04:14 +07:00
parent c1ff305343
commit 5ff9cdb8dd

2
metal/Vagrantfile vendored
View File

@ -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