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

[Feature] Ability to provision RWM volumes from VMFS datastores #1885

Open
BenB196 opened this issue Jul 22, 2022 · 15 comments
Open

[Feature] Ability to provision RWM volumes from VMFS datastores #1885

BenB196 opened this issue Jul 22, 2022 · 15 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@BenB196
Copy link

BenB196 commented Jul 22, 2022

FEATURE REQUEST:

/kind feature

I would like to have the ability to provision RWM volumes from VMFS datastores.

For a Vcenter configuration like: Vcenter uses an external SAN to provision VMFS datastores (with no vSAN configuration). Currently if using a VMFS datastore only RWO volumes are supported. It would be nice to have the ability to provision RWM volumes from a VMFS datastore.

@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Jul 22, 2022
@thomasrootdv
Copy link

If this is possible at all I would also like to have this feature.

@omniproc
Copy link
Contributor

omniproc commented Sep 6, 2022

I mean, in theory VMFS supports multi-read-write access, doesn't it? As long as the filesystem you put on the VMFS block volume supports it that is of course.
So I was already wondering why this seems to be such a big deal. Maybe someone from the CSI devs can eleborate on the subject?

@gohilankit
Copy link
Contributor

@BenB196 @thomasrootdv - What's the use case you're targeting? Do you want volumes backed by vmdk to be attached to multiple node VMs?

@BenB196
Copy link
Author

BenB196 commented Nov 4, 2022

The use case for my end is we have web applications which we want to be highly available, but require a shared backend storage layer, so that they can both read/write to the same files. While generally something like NFS would be usable here, we'd prefer to not need to provision a second way of supplying NFS, while also not needing to use vSAN if possible.

@thomasrootdv
Copy link

The use case for my end is we have web applications which we want to be highly available, but require a shared backend storage layer, so that they can both read/write to the same files. While generally something like NFS would be usable here, we'd prefer to not need to provision a second way of supplying NFS, while also not needing to use vSAN if possible.

Same here!

@tgelter
Copy link

tgelter commented Nov 9, 2022

The use case for my end is we have web applications which we want to be highly available, but require a shared backend storage layer, so that they can both read/write to the same files. While generally something like NFS would be usable here, we'd prefer to not need to provision a second way of supplying NFS, while also not needing to use vSAN if possible.

Same here!

My org has a similar request and vSAN has been ruled out as an option by our VMware team.

@k8s-triage-robot
Copy link

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:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

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

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 7, 2023
@tgelter
Copy link

tgelter commented Feb 8, 2023

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 8, 2023
@akutz
Copy link
Contributor

akutz commented Feb 18, 2023

I also wonder why this is not an option with CSI for vSphere. CSI supports multiple writers as long as the filesystem is capable. Is it not up to the user and/or guest to determine whether not a shared filesystem is in use? Why prevent someone from doing this?

@divyenpatel
Copy link
Member

/remove-lifecycle stale

@k8s-triage-robot
Copy link

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

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

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

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

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jul 6, 2023
@k8s-triage-robot
Copy link

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

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

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle rotten
  • Close this issue with /close
  • Offer to help out with Issue Triage

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

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jan 19, 2024
@jbartyze
Copy link

/remove-lifecycle rotten

@k8s-ci-robot k8s-ci-robot removed the lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. label Jan 19, 2024
@k8s-triage-robot
Copy link

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

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

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

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

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 18, 2024
@k8s-triage-robot
Copy link

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

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

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle rotten
  • Close this issue with /close
  • Offer to help out with Issue Triage

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

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Projects
None yet
Development

No branches or pull requests

10 participants