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
The blocksize is consistent with the global.alignment.commonVolume of client.conf. curveadm reads the global.alignment.commonVolume field of client.conf and sets blocksize.
Perform a simple check on this field, which must be an integer multiple of 512.
When using curveadm to mount the curvebs volume by target, add a parameter to specify the default block size of the volume.
blocksize can be specified by the --blocksize parameter when adding luns to tgtadm.
使用curveadm通过target的方式挂载curvebs 卷的时候,添加一个参数,可以指定卷默认的block size。
blocksize可以在tgtadm 添加lun的时候,通过--blocksize 参数指定。
The corresponding code is in curveadm:
对应的代码在curveadm的:
https://github.com/opencurve/curveadm/blob/master/internal/task/scripts/target.go。
for example:
举个例子:
Require:
要求:
The text was updated successfully, but these errors were encountered: