Jazz SCM: Local Sandboxes in AFS
We have developers on Linux that would like to place their local
sandboxes in the Andrew File System (AFS). They are doing this because their development and test work is performed on different machines. AFS does not support all the lock semantics of a native Linux filesystem, notably byte range locking. Does the Jazz SCM client perform byte range locking? I have seen the tech article discussing using NFS and its emphasis of configuring NFS to support locking. I believe NFS supports byte range locking which allows it to work with the Jazz SCM. We have users seeing strange results with pending changes and the workspace going out of sync. I suspect it may be related to locking. Are my suspicions unfounded? Thank you, -Garrett Rolfs |
3 answers
Anyone care to comment?
Thank you, -Garrett Rolfs |
Yes the Jazz SCM client does use byte range locking since Java does not provide a way to use whole file locking.
- Dmitry Karasik |
Dmitry_Karasik@ca.ibm-dot-com.no-spam.invalid (dkarasik) writes:
Yes the Jazz SCM client does use byte range locking since Java does Thank you for the answer. Very helpful. -Garrett Rolfs |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.