outscale / osc-bsu-csi-driver

Apache License 2.0
8 stars 18 forks source link

Handle 39 volumes for scsi device backport #729

Closed ghost closed 1 year ago

ghost commented 1 year ago

Is this a bug fix or adding new feature? Bug What is this PR about? / Why do we need it? To be able to mount 39 volumes per node for scsi device And to solved for example:

2023-05-24T04:02:26Z : Warning : FailedMount : MountVolume.MountDevice failed for volume "pvc-5b47b495-a962-47cb-9deb-4962fb6f7a3b" : rpc error: code = Internal desc = Failed to find device path /dev/xvdaa. scsi path "/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_sda" not found

What testing is done? Unit test

ghost commented 1 year ago

Closes #733