On some clusters (4.2 and 4.3) every management function started to get slow; GUI refresh calls take 4+ seconds (literally anything, from options to summary), 'pct' on console (w/o params, too) take 4-8 sec to finish. pvecm took 48 sec just now for a 4 node testcluster with full quorum.
I have tried to trace the wait and reached RPCEnvironment->init_request--> PVE::Cluster::cfs_update();, or possibly anything calling ipcc_send_receive_* Every call takes 2-4 sec.
I am lost here, there's no obvious documentation who handles these requests, visibly not pvestatd or pveproxy. Someone's timing out on something I suspect but I just don't see who and where and why. Any idea what do check?
I have tried to trace the wait and reached RPCEnvironment->init_request--> PVE::Cluster::cfs_update();, or possibly anything calling ipcc_send_receive_* Every call takes 2-4 sec.
I am lost here, there's no obvious documentation who handles these requests, visibly not pvestatd or pveproxy. Someone's timing out on something I suspect but I just don't see who and where and why. Any idea what do check?