[ENBD] [gmane.network.aoe.aoetools.general] enbd and 4TB
Peter T. Breuer
ptb at inv.it.uc3m.es
Sat Jan 14 15:47:34 MST 2006
"Also sprach Florian Frank:"
> enbd-client 13009: client (-1) set device size 3999887523840
> This looks now better, but /proc/partitions (and real access to the
> device) says:
> 43 0 7629180 nda
Well, that's going to be entirely an in-kernel thing now, I suppose.
Yerrrs. Change the driver ioctl code you invented that says
err = enbd_set_size (lo, longlongval);
to
err = enbd_set_size (lo, longlongval << 9);
and we might be even further on track.
Peter
More information about the ENBD
mailing list