Skip to content

posix driver not listed as supported value in STORAGE_USERS_DRIVER description #1304

@michaelstingl

Description

@michaelstingl

Describe the bug

The PosixFS storage driver is well documented in the docs repository, but the code documentation in config.go doesn't list it as a supported value, leading to confusion.

Steps to reproduce

  1. Check services/storage-users/pkg/config/config.go:27
  2. Read the STORAGE_USERS_DRIVER description
  3. Notice that 'posix' is not listed in supported values
  4. Check defaultconfig.go:94 - the default is actually 'posix'

Expected behavior

The description should list all supported storage drivers including 'posix', especially since it's the default driver.

Actual behavior

Current description:

desc:"The storage driver which should be used by the service. Defaults to 'decomposed', 
Supported values are: 'decomposed', 'decomposeds3' and 'owncloudsql'."
  • Missing 'posix' in the supported values list
  • Says default is 'decomposed' but it's actually 'posix'

Setup

This is a documentation issue in the code, no specific setup required.

Additional context

cc @dschmidt @teo - Would this clarification help with the issues you encountered in the Helm PR?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions