You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<feature>[kvm]: make VM host file sync configurable
Add two global configs to control VM host file periodic
sync behavior. VM_HOST_FILE_SYNC_INTERVAL controls sync
frequency (default 1800 seconds) and
VM_HOST_FILE_SYNC_CONCURRENCY controls concurrent
sync operations (default 5).
Remove hardcoded constants and replace with configurable
values. Add GlobalConfigUpdateExtensionPoint listener
to restart tracker when configs change dynamically.
This provides flexibility for tuning performance.
Resolves: ZSV-11613
Related: ZSV-11310
Change-Id: I7273797a666a77617a72796f6e7a6b696373746f
0 commit comments