[Pkg-owncloud-commits] [owncloud] 29/273: add disclaimer to objectstore example config
David Prévot
taffit at moszumanska.debian.org
Fri Jul 4 03:12:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 5756aba5944810ef620e37e5ee6b58b6fb8eaa6e
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date: Mon Jun 23 16:42:05 2014 +0200
add disclaimer to objectstore example config
---
config/config.sample.php | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/config/config.sample.php b/config/config.sample.php
index f58d09f..59e1f38 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -312,7 +312,11 @@ $CONFIG = array(
* to the object store container because it only stores the binary data for each file. The
* metadata is currently kept in the local database for performance reasons.
*
- * To test apply for a trystack account at http://trystack.org/
+ * WARNING: The current implementation is incompatible with any app that uses direct file IO and circumvents our
+ * virtual filesystem. That includes Encryption and Gallery. Gallery will store thumbnails directly in the filesystem
+ * and encryption will cause severe overhead because key files need to be fetched in addition to any requested file.
+ *
+ * One way to test is applying for a trystack account at http://trystack.org/
*/
'objectstore' => array(
'class' => 'OC\\Files\\ObjectStore\\Swift',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list