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

feat: Split controller and node mode, add max volumes per node flag #137

Merged
merged 5 commits into from
Jun 28, 2024

Conversation

hrak
Copy link
Member

@hrak hrak commented Jun 27, 2024

  • The driver can now be split into a controller and node mode. By default both modes are enabled, which is the old behavior.

./bin/cloudstack-csi-driver node --cloudstack-config ./cloud-config --node-name example will only run the identity and node server

./bin/cloudstack-csi-driver controller --cloudstack-config ./cloud-config --endpoint unix://tmp/csi.sock will only run the identity and controller server.

Not passing a mode argument or passing 'all' will enable all components (default).

  • Support for max amount of attached volumes per node has been added. The maximum (and default) is 256 which seems to be the max supported by QEMU.

The flag library was changed and some flags were renamed, so this is a breaking change.

@hrak hrak force-pushed the feat/split_mode branch from e163530 to f1fd6b8 Compare June 27, 2024 19:50
@hrak hrak merged commit a8915cb into master Jun 28, 2024
3 checks passed
@hrak hrak deleted the feat/split_mode branch June 28, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants