I'm looking for a solution to get longer task history in de Proxmox GUI. I found it it is the cluster tasks which is currently limited to 25 entries. I've been looking through the code, and it seems like is PVE::Cluster::get_tasklist() is returns always max 25 entries per node. My perl is not so good, so I could not really found why this limit exist.
As far as I can see, each node has a task list; the last entries of all nodes together show up in the cluster log. The length of tasks of the nodes can be specified on the api (/nodes/{node}/tasks, defaults to 50 entries). But the tasks list of the cluster seems to be limited by 25 entries per node.
As far as I can see, each node has a task list; the last entries of all nodes together show up in the cluster log. The length of tasks of the nodes can be specified on the api (/nodes/{node}/tasks, defaults to 50 entries). But the tasks list of the cluster seems to be limited by 25 entries per node.
Last edited: