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

Why does openebs-lvm-controller use StatefulSet ? #196

Closed
iswbm opened this issue Jun 17, 2022 · 4 comments
Closed

Why does openebs-lvm-controller use StatefulSet ? #196

iswbm opened this issue Jun 17, 2022 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@iswbm
Copy link

iswbm commented Jun 17, 2022

When the node where openebs-lvm-controller is located goes down, the pod of lvm-controller will always be in terminating and will not be automatically started on other nodes.

So I wonder why does openebs-lvm-controller use StatefulSet ?

Are there any special considerations?

@niladrih
Copy link
Member

I remember a discussion where this decision was made. But I just cannot recall the reason at the moment. @pawanpraka1 @akhilerm @shubham14bajpai @kmova -- is there a reason for this decision?

@evgkrsk
Copy link
Contributor

evgkrsk commented Sep 21, 2023

Vote for Deployment.

evgkrsk added a commit to evgkrsk/lvm-localpv that referenced this issue Sep 22, 2023
evgkrsk added a commit to evgkrsk/lvm-localpv that referenced this issue Sep 22, 2023
evgkrsk added a commit to evgkrsk/lvm-localpv that referenced this issue Sep 22, 2023
niladrih pushed a commit to niladrih/lvm-localpv that referenced this issue Mar 18, 2024
niladrih pushed a commit to niladrih/lvm-localpv that referenced this issue Mar 19, 2024
niladrih pushed a commit to niladrih/lvm-localpv that referenced this issue Mar 19, 2024
niladrih added a commit that referenced this issue Mar 21, 2024
* ci: update GitHub Actions workflows

Signed-off-by: Niladri Halder <[email protected]>

* refactor(charts): move CRDs to a subchart

Signed-off-by: Niladri Halder <[email protected]>

* remove useless crd.enableInstall variable

Signed-off-by: Jeffrey Zhang <[email protected]>
Signed-off-by: Niladri Halder <[email protected]>

* revert(charts): remove stale crd.volumeSnashots option

Signed-off-by: Niladri Halder <[email protected]>

* feat(charts): disable hostNetwork on node plugin

Signed-off-by: Abhinandan Purkait <[email protected]>
Signed-off-by: Niladri Halder <[email protected]>

* Change lvm-controller's Kind from StatefulSet to Deployment (#196)

Signed-off-by: Evgenii Tereshkov <[email protected]>
Signed-off-by: Niladri Halder <[email protected]>

* Fix PR number in changelogs

Signed-off-by: Evgenii Tereshkov <[email protected]>
Signed-off-by: Niladri Halder <[email protected]>

* refactor(charts): simplify CRD helm chart values

Signed-off-by: Niladri Halder <[email protected]>

* doc: replace sts for deploy in chart README.md

Signed-off-by: Niladri Halder <[email protected]>

---------

Signed-off-by: Niladri Halder <[email protected]>
Signed-off-by: Jeffrey Zhang <[email protected]>
Signed-off-by: Abhinandan Purkait <[email protected]>
Signed-off-by: Evgenii Tereshkov <[email protected]>
Co-authored-by: Jeffrey Zhang <[email protected]>
Co-authored-by: Abhinandan Purkait <[email protected]>
Co-authored-by: Evgenii Tereshkov <[email protected]>
@dsharma-dc
Copy link
Contributor

@niladrih This issue can be closed now I think because the type has been changed to Deployment in PR #286 ?

@niladrih
Copy link
Member

This was fixed in v1.5.0 and is a part of OpenEBS 4.0.

@orville-wright orville-wright added the question Further information is requested label May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants