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

Ability to mount FS mount storage by exact path #3745

Open
SilinPavel opened this issue Oct 15, 2024 · 0 comments
Open

Ability to mount FS mount storage by exact path #3745

SilinPavel opened this issue Oct 15, 2024 · 0 comments
Labels
kind/enhancement New feature or request

Comments

@SilinPavel
Copy link
Member

SilinPavel commented Oct 15, 2024

Background
Now we are using FS shareMount as a root mount point for all FS storage with such shareMount in application services such as cp-api-srv and cp-search-srv.
In some cases it would be beneficial to mount specific Shared FS location with exact path (f.e. when permissions on NFS allows only specific folders to be mounted).

Approach
Let's introduce new field of the DataStorage object mountExactPath (boolean, default false) if true - such storage will be mounted to the API container with exact path.
This property can be specified only during storage creation. (DataStorageVO now also accepts mountExactPath value)

@SilinPavel SilinPavel added the kind/enhancement New feature or request label Oct 15, 2024
SilinPavel added a commit that referenced this issue Oct 15, 2024
…choose mount strategy for storage, if mountExactPath is true, will try to mount storage by exact path and not by fileShareMount path (#3746)
SilinPavel added a commit that referenced this issue Oct 15, 2024
…choose mount strategy for storage, if mountExactPath is true, will try to mount storage by exact path and not by fileShareMount path (#3746)
sidoruka pushed a commit that referenced this issue Oct 22, 2024
…choose mount strategy for storage, if mountExactPath is true, will try to mount storage by exact path and not by fileShareMount path (#3746)

(cherry picked from commit 0c0fe21)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant