You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eventually, the server should enforce block size constraints. We might return errors if the client does not negotiate block sizes, or alternatively do the chunking and aligning ourselves - either way, an nbd.Device should be able to rely on alignment guarantees when it specifies constraints.
Relevant spec values:
NBD_INFO_BLOCK_SIZE
NBD_REP_ERR_BLOCK_SIZE_REQD
The text was updated successfully, but these errors were encountered:
Eventually, the server should enforce block size constraints. We might return errors if the client does not negotiate block sizes, or alternatively do the chunking and aligning ourselves - either way, an
nbd.Device
should be able to rely on alignment guarantees when it specifies constraints.Relevant spec values:
The text was updated successfully, but these errors were encountered: