gluster / gluster-csi-driver

DEPRECATED: Gluster Container Storage Interface (CSI) driver
GNU Lesser General Public License v3.0
56 stars 30 forks source link

Update to go 1.20 #176

Closed joejulian closed 1 year ago

joejulian commented 1 year ago

Describe what this PR does Provide some context for the reviewer

Is there anything that requires special attention? Do you have any questions? Did you do something clever?

Related issues: Mention any github issues relevant to this PR

aravindavk commented 1 year ago

This project is using Glusterd2, which is a deprecated project(Ref: https://github.com/gluster/gluster-csi-driver/blob/main/pkg/glusterfs/controllerserver.go#L14).

Are there any new plans for this project?

joejulian commented 1 year ago

I think (and have started PRs to go along with this) that this should be paired down to simply replace the core driver that has been removed. No controller, just the node and identity servers.

For a more complete gluster-based storage solution, use kadalu.

aravindavk commented 1 year ago

I think (and have started PRs to go along with this) that this should be paired down to simply replace the core driver that has been removed. No controller, just the node and identity servers.

For a more complete gluster-based storage solution, use kadalu.

Makes sense. Thanks for clarification.