OCIS 7.0, PosixFS, not enough space / could not assimilate item on bootup when plenty of space

Hi, I’m using OCIS 7.0 with PosixFS. When launching the server, I’m getting the following error and the web page just has a loading screen indefinitely.

Feb 01 10:49:11 sheogorath ocis[918513]: {"level":"error","service":"storage-users","pkg":"rgrpc","error":"could not find space for path /var/lib/ocis/storage/users/.migrations","path":"/var/lib/ocis/storage/users/.migrations","time":"2025-02-01T10:49:11-05:00","line":"github.com/cs3org/reva/v2@v2.27.0/pkg/storage/fs/posix/tree/assimilation.go:702","message":"could not assimilate item"}
Feb 01 10:49:11 sheogorath ocis[918513]: {"level":"error","service":"storage-users","pkg":"rgrpc","error":"could not find space for path /var/lib/ocis/storage/users/indexes","path":"/var/lib/ocis/storage/users/indexes","time":"2025-02-01T10:49:11-05:00","line":"github.com/cs3org/reva/v2@v2.27.0/pkg/storage/fs/posix/tree/assimilation.go:702","message":"could not assimilate item"}

Here are my environment variables.

# General
OCIS_INSECURE=true
PROXY_TLS=false
OCIS_URL=XXXXX
OCIS_LOG_LEVEL=info

# Storage
STORAGE_USERS_DRIVER=posix
STORAGE_USERS_POSIX_ROOT=/var/lib/ocis/storage/users
STORAGE_USERS_POSIX_WATCH_TYPE=inotifywait
STORAGE_USERS_ID_CACHE_STORE=nats-js-kv
STORAGE_USERS_ID_CACHE_STORE_NODES=localhost:9233
STORAGE_USERS_POSIX_USE_SPACE_GROUPS=true

# OIDC
OCIS_OIDC_ISSUER=XXXXXXXXXXXXX
WEB_OIDC_SCOPE="openid profile email groups"
WEB_OIDC_CLIENT_ID=XXXXXXXXX
PROXY_AUTOPROVISION_ACCOUNTS=true
PROXY_OIDC_REWRITE_WELLKNOWN=true
PROXY_ROLE_ASSIGNMENT_DRIVER=oidc

# LDAP
OCIS_LDAP_URI=ldaps://XXXXXXXXXXXX
OCIS_LDAP_INSECURE=true
OCIS_LDAP_BIND_DN=cn=ldapservice,ou=users,DC=xxxxx,DC=xxxxx,DC=xxxx
OCIS_LDAP_BIND_PASSWORD=XXXXXXXXXXXXXXXX
OCIS_LDAP_GROUP_BASE_DN=ou=groups,DC=xxxx,DC=xxxxxx,DC=xxxx
OCIS_LDAP_GROUP_FILTER=(objectclass=cloud)
OCIS_LDAP_GROUP_OBJECTCLASS=groupOfNames
OCIS_LDAP_USER_BASE_DN=cn=xxxxx,dc=xxxxx,dc=xxxxx
OCIS_LDAP_USER_FILTER=(objectclass=cloud)
OCIS_LDAP_USER_OBJECTCLASS=inetOrgPerson
LDAP_LOGIN_ATTRIBUTES=uid
OCIS_ADMIN_USER_ID=XXXXXXXXXXXXXXXXXX
IDP_LDAP_LOGIN_ATTRIBUTE=uid
IDP_LDAP_UUID_ATTRIBUTE=ownclouduuid
IDP_LDAP_UUID_ATTRIBUTE_TYPE=binary
OCIS_EXCLUDE_RUN_SERVICES=idm

Here are my full server logs
https://gist.github.com/xgroleau/86243e8cb5a6fcabb90d9ecb90f2df46

And here are my client logs

Content-Security-Policy: The page’s settings blocked a JavaScript eval (script-src) from being executed because it violates the following directive: “script-src 'self' 'unsafe-inline'” (Missing 'unsafe-eval')
Source: HTMLElement.prototype.focus = ((realFocu… login
TypeError: a.default.detectStore(...) is undefined
h1-check.js:1:1301
Possible react server-side render failure detected, starting iframe protection loop commandline_content.ts:67:19
Failed to load theme 'https://ocis.domain.com/themes/owncloud/theme.json', invalid theme. Using default theme. ZodError: [
  {
    "code": "invalid_type",
    "expected": "object",
    "received": "undefined",
    "path": [
      "common",
      "shareRoles"
    ],
    "message": "Required"
  }
]
    mn https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:56
    get error https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:56
    parse https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:56
    gx https://ocis.domain.com/js/index.html-aC2EcARt.mjs:33
    Hc https://ocis.domain.com/js/index.html-aC2EcARt.mjs:33
    o$ https://ocis.domain.com/js/index.html-aC2EcARt.mjs:33
    runtimeLoaded https://ocis.domain.com/login?redirectUrl=/files/spaces/personal:155
    <anonymous> https://ocis.domain.com/js/index.html-aC2EcARt.mjs:33
index.html-aC2EcARt.mjs:33:12792
[JsonService] getJson: Network Error PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:82:46963
Content-Security-Policy: The page’s settings blocked the loading of a resource (connect-src) at https://authentik.domain.com/application/o/owncloud/.well-known/openid-configuration because it violates the following directive: “connect-src 'self' blob: https://raw.githubusercontent.com/owncloud/awesome-ocis/” PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:82:56407
Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.
    fetchWithTimeout https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:82
    getJson https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:82
    getMetadata https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:82
    _getMetadataProperty https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:82
    getAuthorizationEndpoint https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:82
    createSigninRequest https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:82
    _signinStart https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:82
    signinRedirect https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:82
    loginUser https://ocis.domain.com/js/index.html-aC2EcARt.mjs:31
    setup https://ocis.domain.com/js/index.html-aC2EcARt.mjs:31
    sf https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:13
    aB https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:14
    rk https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:14
    q https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:14
    N https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:14
    g https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:14
    ge https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:14
    run https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:9
    runIfDirty https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:9
    sf https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:13
    yA https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:13
    promise callback*mA https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:13
    wb https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:13
    scheduler https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:14
    scheduler https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:9
    trigger https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:9
    mb https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:9
    notify https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:9
    trigger https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:9
    set value https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:9
    De https://ocis.domain.com/js/chunks/SpaceInfo-uN-Z6Qgg.mjs:5
    j https://ocis.domain.com/js/chunks/SpaceInfo-uN-Z6Qgg.mjs:5
    promise callback*j https://ocis.domain.com/js/chunks/SpaceInfo-uN-Z6Qgg.mjs:5
    x https://ocis.domain.com/js/chunks/SpaceInfo-uN-Z6Qgg.mjs:5
    install https://ocis.domain.com/js/chunks/SpaceInfo-uN-Z6Qgg.mjs:5
    use https://ocis.domain.com/js/chunks/PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:14
    o$ https://ocis.domain.com/js/index.html-aC2EcARt.mjs:33
    runtimeLoaded https://ocis.domain.com/login?redirectUrl=/files/spaces/personal:155
    <anonymous> https://ocis.domain.com/js/index.html-aC2EcARt.mjs:33
PortalTarget.vue_vue_type_script_lang-C0pPshpG.mjs:82:56407

How come it’s complaining about not enough space? I have terrabytes of free space, I guess it’s a config issue on my side but the error is a bit unclear about what.

Any help is appreciated!

Hey,

i think this thread could be moved to the OCIS category because i think the “Server” category is only used for the legacy ownCloud 10.

I’m not familiar with OCIS but i think the message is not referring to “not enough space” but to a “storage space” from OCIS which can’t be found: