On Fri, 16 Jan 2026 11:44:47 +0100, Fabian Grünbichler wrote:
> lifecycle changes in guests can trigger hookscript invocations which
> in turn might affect configuration files like storage.cfg. since the
> bulk action endpoints invoke API handlers directly, any cfs-registered
> config files accessed by those handlers before forking off the task
> worker are cached for the whole duration of the bulk endpoint
> execution, which usually spans multiple guests. to allow potential
> changes made by the hookscript invocation of guest A to be visible
> when executing the bulk action for a (later) guest B, a call to
> cfs_update needs to be made to invalidate the cache (if needed).
> 
> [...]

Applied, thanks!

[1/1] fix #7229: refresh pmxcfs infos between guest bulk actions
      commit: fa8458a99cb0a44910f92625048766fd25b913aa


_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to