Seem that it was the cloning which take too much time. (I think around 1 min sometimes), they the cfs lock got a timeout error.
(I think that lock timeout is enforced). I have change my netapp plugin code to do it faster (around 10s), no more problem now. Thanks for help. ----- Mail original ----- De: "Alexandre DERUMIER" <[email protected]> À: "Dietmar Maurer" <[email protected]> Cc: [email protected] Envoyé: Jeudi 11 Juillet 2013 09:38:31 Objet: Re: [pve-devel] clone failed: got lock timeout I'll try that, thanks ----- Mail original ----- De: "Dietmar Maurer" <[email protected]> À: "Alexandre DERUMIER" <[email protected]>, [email protected] Envoyé: Jeudi 11 Juillet 2013 06:38:39 Objet: RE: [pve-devel] clone failed: got lock timeout >is it possible that another lock is done by storage stats ? (I don't have any >other create/delete/clone/create_base >volume at the same time) Maybe. Try to add something like: syslog('info', 'aquire lock'); ... syslog('info' 'release lock'); to cluster_lock_storage() for debugging. _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
