Skip to content
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

CERN feature list #2954

Open
labkode opened this issue Jun 13, 2022 · 1 comment
Open

CERN feature list #2954

labkode opened this issue Jun 13, 2022 · 1 comment
Assignees

Comments

@labkode
Copy link
Member

labkode commented Jun 13, 2022

This issue is to track all functionalities that are or will be implemented in the Reva master branch for CERNBox use-cases.
This is issue acts as a master issue, please follow individual issues for more details:

Performance:
OCIS suffers from performance penalties when using a network filsystem (example in #2881). The main reason lies into how the owncloud filesystem implementation is done: it assumes a fast local filesystem access and AND exclusive access to the underlying filesystem (users are not allowed to touch the filesystem directly). These two design decissions are voided in CERNBox because we rely a network filesystem (latency applies) and we allow users to access the filesystem direclty.

To help ownCloud to optimise this aspect we suggest two approaches:

    1. Analyse the systemcalls regarding IO in the OCIS decomposedFS and reduce them as much as possible. Each IO call will inevitably become a network round trip on networked filesystems: IO patterns in OCIS decomposed FS #2976
    1. We can provide a containerised enviroment to mimic our CERNBox setup (including EOS, OCIS Web and Reva).
@labkode labkode self-assigned this Jun 13, 2022
@labkode labkode changed the title CERN feature-list CERN feature list Jun 15, 2022
@labkode
Copy link
Member Author

labkode commented Jun 15, 2022

From mail thread:

#2964: Obviously working in edge. Your specific input what is not up to your mark is required.
#2965: Done, we merged https://github.com/owncloud/web/pull/7053
#2966: Not in scope for oC as it is a CERN only feature. Would work automatically after merge if it works in master (I assume).
#2967: Discussed before, not in scope for GA. And even your presentation reveals open questions that we can not consider solved, right? Or are the concerns mentioned in the presentation resolved in master? How is that handled in oCweb?
#2971: Not in scope for oC for GA, as communicated before
#2970: Working in edge
#2969: Working in edge
#2968: Working in edge
#2972: WIP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant