#430: BibEdit: make it work in load-balanced architecture
-----------------------+----------------------------------------------------
Reporter: simko | Owner: simko
Type: defect | Status: closed
Priority: critical | Milestone: v1.0
Component: BibEdit | Version:
Resolution: fixed | Keywords:
-----------------------+----------------------------------------------------
Changes (by Tibor Simko <tibor.simko@…>):
* status: in_work => closed
* resolution: => fixed
Comment:
In [270b55215c70009864e5c6d8fe13850cd93cc741]:
{{{
#!CommitTicketReference repository=""
revision="270b55215c70009864e5c6d8fe13850cd93cc741"
BibEdit: use tmp-shared space for temporary files
* In a load-balanced multi-node setup, some temporary files need to be
shared
between worker nodes. This commit introduces new tmp-shared space that
exists alongside the usual worker-node-specific tmp space. The tmp-
shared
space is to be mounted on some AFS or NFS shared filesystem.
* Adapts BibEdit and BibEditMulti to use the tmp-shared space. (closes
#430)
* Adds tmp-shared space (CFG_TMPSHAREDDIR) alongside node-specific tmp
space
(CFG_TMPDIR) to the list of FFT-allowed directories for
bibupload/bibdocfile.
}}}
--
Ticket URL: </ticket/430#comment:3>
Invenio <http://invenio-software.org>