Bug 46072 - добавить настройку fs.inotify.max_user_instances
Summary: добавить настройку fs.inotify.max_user_instances
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: lxc (show other bugs)
Version: unstable
Hardware: all Linux
: P5 minor
Assignee: Alexey Shabalin
QA Contact: qa-sisyphus
URL: http://altlinux.org/эльбрус/lxc
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-05 12:19 MSK by Michael Shigorin
Modified: 2024-02-02 18:06 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Shigorin 2023-05-05 12:19:23 MSK
Партнёры наткнулись на то, что в альтовом пакете lxc, в отличие от дебиановского, не поднимается fs.inotify.max_user_instances от значения по умолчанию (128) -- предлагаю тоже добавить в пакет файлик /etc/sysctl.d/30-lxc-inotify.conf вида

---
fs.inotify.max_user_instances = 1024
---

Либо же заготовить сразу расширенный вариант:

---
# a few dozen containers
fs.inotify.max_user_instances = 1024
# more than ~50
#fs.inotify.max_user_instances = 4096
#max_queued_events = 1048576
#max_user_watches = 1048576
---

Аналогичные правки прошу внести в сборку для p10.
Comment 1 Repository Robot 2024-02-02 18:06:40 MSK
lxc-5.0.3-alt1 -> sisyphus:

 Wed Jan 31 2024 Alexey Shabalin <shaba@altlinux> 5.0.3-alt1
 - 5.0.3.
 - Backport from upstream "Add loongarch64 support".
 - Disable build init.lxc.static.
 - Drop systemd knob.
 - Add sysctl config with "fs.inotify.max_user_instances = 1024" (ALT#46072).