vmware/cloud-director-named-disk-csi-driver

Increase max number of volumes on a node

vxav opened this issue · 7 comments

vxav commented

Is your feature request related to a problem? Please describe.

Nodes have a limit of 15 disks attached since it uses 1 scsi controller.

https://github.com/vmware/cloud-director-named-disk-csi-driver/blob/main/pkg/csi/node.go#L24-L31

Describe the solution you'd like

Use more than 1 scsi controller to increase maximum number of disks.

Describe alternatives you've considered

No response

Additional context

No response

Do we have an update here when this is going to be added to the csi?