kubernetes-sigs / aws-fsx-csi-driver

CSI Driver of Amazon FSx for Lustre https://aws.amazon.com/fsx/lustre/
Apache License 2.0
123 stars 78 forks source link

Add a subdirectory provisioner mechanism #247

Open colearendt opened 2 years ago

colearendt commented 2 years ago

Is your feature request related to a problem?/Why is this needed

FSx Lustre filesystems are large (minimum 1.2T). As a result, it would be nice to be able to couple related applications within a particular FSx Lustre filesystem.

/feature

Describe the solution you'd like in detail

For instance:

Describe alternatives you've considered

Additional context

This feature is prompted by the nfs-subdir-external-provisioner's behavior (although nfs-server-provisioner works much the same way too).

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

colearendt commented 2 years ago

/remove-lifecycle stale

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

colearendt commented 1 year ago

/remove-lifecycle stale

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

pat-s commented 1 year ago

/remove-lifecycle stale

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

pat-s commented 1 year ago

/remove-lifecycle stale

jacobwolfaws commented 1 year ago

/kind feature

jacobwolfaws commented 1 year ago

/lifecycle frozen

pat-s commented 1 year ago

@jacobwolfaws Any news why it has been moved to 'frozen'?

jacobwolfaws commented 1 year ago

@pat-s Moving it to frozen so people don't have to keep removing the lifecycle stale tag. No updates on this particular feature

DevSusu commented 1 year ago

@colearendt I'm facing similar problem, where I want to use 1 FSx volume (1200GiB) in multiple namespaces, with needs multiple PV and PVCs. How would using two PVs with same mountpath work in this case? (seperate tenants by Group/User)