-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experimental file locking and redis packaging #16728
Comments
CC @MTRichards Maybe it should be enabled in appliances, for testing ? |
This is the file locking app introduced in oC 6, right? |
No, nothing to do with the file locking app. This is high-level file locking #11804, the new experimental locking on a different level. This is disabled by default. |
We should probably look for a more catchy name for "experimental file locking" or "high-level file locking" to avoid confusion. How about Locky ? 😉 |
I'd really leave this to the admin to install this manually if required. |
Added a note to https://build.opensuse.org/package/view_file/isv:ownCloud:community:8.1:testing/owncloud/README.packaging?expand=1 as hint to the admin. |
@PVince81 if you agree I'd like to close this issue then - THX |
I raised this because it was a concern of @jnfrmarks. |
@MTRichards @jnfrmarks If it makes sense to pull in redis into the appliance, please let me know. The redis binding for php that I see in openSUSE looks strange to me. I'll have to investigate before we can add it to the appliance. |
I understand, thanks @PVince81 If the appliance will require redis once 8.1 here, we will need to make an appliance with redis, sure - and test that. Then we will replace the current website appliance with the new appliance at the launch of 8.1 Subscriptions in August. oC server launch does not replace the current appliance, since customers can't buy anything yet (equal to old community edition launch). Until we are ready to support the product capabilities in 8.1 subscriptions (formerly enterprise edition), we keep the appliance as it is. |
Please note that installing php5-redis in ubuntu 14.04 is not enough for using redis in owncloud since it needs a version >2.2.5 and it provides 2.2.4. So manual upgrade is required following this steps: Upgrade to version 2.2.5+ from http://stackoverflow.com/a/30490869/2085469 Download the 2.2.7 package here: http://pecl.php.net/package/redis
php5-dev is needed for the next step
Create a symlink for command line cli package:
|
THX for the info @SergioBertolinSG |
I will anyhow close this issue because there is nothing to do for us for 8.1 |
@jnfrmarks @jnweiger
So far on 8.1 the experimental file locking is still experimental and disabled by default.
At some point if it works as intended, if we decide to enable it by default, it means that the packages might need to require php5-redis and redis.
CC @karlitschek @icewind1991
The text was updated successfully, but these errors were encountered: