Hey,
We build a more cattle-like orchestrator for our build system, and if we suddenly spin up a whole bunch of Link Clones (+8 clones of same gold template) at once, then it will fail due to cfg lock timeout
Is there any way to increase this timeout? I am OK with waiting for them to finish up sequentially.
We build a more cattle-like orchestrator for our build system, and if we suddenly spin up a whole bunch of Link Clones (+8 clones of same gold template) at once, then it will fail due to cfg lock timeout
Code:
create linked clone of drive efidisk0 (storage01:base-103-disk-0/base-105-disk-0)
trying to acquire cfs lock 'storage-storage01' ...
trying to acquire cfs lock 'storage-storage01' ...
trying to acquire cfs lock 'storage-storage01' ...
trying to acquire cfs lock 'storage-storage01' ...
trying to acquire cfs lock 'storage-storage01' ...
trying to acquire cfs lock 'storage-storage01' ...
trying to acquire cfs lock 'storage-storage01' ...
trying to acquire cfs lock 'storage-storage01' ...
trying to acquire cfs lock 'storage-storage01' ...
TASK ERROR: clone failed: cfs-lock 'storage-storage01' error: got lock request timeout
Is there any way to increase this timeout? I am OK with waiting for them to finish up sequentially.
Last edited: