Comment #12 on issue 256 by [email protected]: DRBD Volume above 4TB not
working
https://code.google.com/p/ganeti/issues/detail?id=256
I'm changing the DRBD_META_SIZE value of
/usr/share/ganeti/2.11/ganeti/constants.py each time I need a volume > 4TB
and reverse the change after.
It's really annoying. I think the simple way is to calculate DRBD_META_SIZE
based on the disk size to be created with a minimum of 128 MB like actually
fixed.
if DRBD_DISK_SIZE > 4TB then DRBD_META_SIZE = DRBD_DISK_SIZE/32
This way we could have any size of volume.
I wonder even if we can use DRBD_DISK_SIZE/32 for any size of drbd disk to
get a low space overhead in case of little volume usage.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings