cloudbase / wnbd

Windows Ceph RBD NBD driver
GNU Lesser General Public License v2.1
58 stars 26 forks source link

Do not support device larger than 2TB #11

Closed CzBiX closed 4 years ago

CzBiX commented 4 years ago

The block size default is 512. When device larger than 2TB, BlockCount will overflow.

https://github.com/cloudbase/wnbd/blob/75ddd4832908153808a60723d38e988a6bfa41f0/driver/scsi_operation.c#L59

petrutlucian94 commented 4 years ago

Thanks for bringing this up! We'll add some checks as soon as possible.