[Pkg-owncloud-commits] [owncloud-doc] 29/38: Document the Files Locking app
David Prévot
taffit at moszumanska.debian.org
Fri Oct 24 14:12:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 7f902d07d9dd25fd27ccbfc9c468e0caa0fabf09
Author: Carla Schroder <carla at owncloud.com>
Date: Tue Oct 21 10:14:27 2014 -0700
Document the Files Locking app
---
.../configuration/configuration_files_locking.rst | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/admin_manual/configuration/configuration_files_locking.rst b/admin_manual/configuration/configuration_files_locking.rst
new file mode 100644
index 0000000..d035c5e
--- /dev/null
+++ b/admin_manual/configuration/configuration_files_locking.rst
@@ -0,0 +1,18 @@
+Using the Files Locking App
+---------------------------
+
+The Files Locking application enables ownCloud to lock files while reading or
+writing to and from backend storage. The purpose of the app is to avoid file
+corruption during normal operation. Operating at a very low level in ownCloud,
+this application requests and respects file system locks. For example, when
+ownCloud is writing an uploaded file to the server, ownCloud requests a write
+lock. If the underlying storage supports locking, ownCloud will request and
+maintain an exclusive write lock for the duration of this write operation. When
+completed, ownCloud will then release the lock through the filesystem. If the
+file system does not support locking, there is no need to enable this
+application as any lock requested by ownCloud will not be honored in the
+underlying filesystem.
+
+The Files Locking app has no configuration options; all you need to do is
+enable or disable it on your Apps page.
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list