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

No storage available on CSS pods #8

Closed
angelo-v opened this issue Oct 15, 2021 · 4 comments
Closed

No storage available on CSS pods #8

angelo-v opened this issue Oct 15, 2021 · 4 comments

Comments

@angelo-v
Copy link
Collaborator

angelo-v commented Oct 15, 2021

CSS by default does not create profiles linking to an LDP storage. This leads to the error message No storage available for those users.

Check what is the correct way to find a storage on CSS and implement it. Alternatively provide a solution to enter a storage URL in the plugin options.

Resources:

@angelo-v
Copy link
Collaborator Author

Storage is now discovered during setup and can be manually adjusted

@bourgeoa
Copy link

You can't find storage by going up the folder tree until you find a container representation with a triple with pim:Storage as object.

@angelo-v
Copy link
Collaborator Author

You can't find storage by going up the folder tree until you find a container representation with a triple with pim:Storage as object.

This is exactly what I am doing. If nothing is found the user has to provide an URL

@bourgeoa
Copy link

Sorry I put can't but should be can

Here is an example in https://bourgeoa.ga:3000/bourgeoa/ one of my CSS server
the same in https://bourgeoa.bourgeoa.ga:3000/

CSS does publish the pim:Storage in pod root container

@prefix dc: <http://purl.org/dc/terms/>.
@prefix ldp: <http://www.w3.org/ns/ldp#>.
@prefix posix: <http://www.w3.org/ns/posix/stat#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

<> a <http://www.w3.org/ns/pim/space#Storage>, ldp:Container, ldp:BasicContainer, ldp:Resource;
    dc:modified "2022-06-22T16:58:30.000Z"^^xsd:dateTime.

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

2 participants