I recently installed OMV7 and decided to give a chance to docker-compose plugin, this should replace my bunch of directories and scripts for few services.
Right now I managed to fire up two examples (uptime kuma and nextcloud), but so far failed with my own service, it needs some more work, fiddling with compose files and docker build, this is ok,
But the thing that stops me now is the fact that each compose edit is terribly slow to save, I'm changing something that is not important, like adding #comment and whole operation takes about 25s. This instance is not much used yet, less than <5% of CPU on idle. When applying change htop show me 100% of one of cores for command "python3 /sbin/omv-salt deploy run --no-color compose", when I run this on ssh it took about 9s to do "nothing", but it also returns some actions and durations. The thing that catch my attention is function file.managed, it takes about 750ms for each to complete (and there is plenty of them). Comments are mostly like "File /etc/cron.d/omv-compose-backup is in the correct state"
What can cause such issue? I already changed IP to static and turned off one ethernet interface,
This is small, power efficient system, but probably it should be faster than this. It's very hard to edit those compose files and wait that long for each save and apply. Any suggestions?