Updates:
        Status: Fixed

Comment #3 on issue 900 by [email protected]: gnt-cluster verify checks drbd on non vm-capable nodes
https://code.google.com/p/ganeti/issues/detail?id=900

This is already fixed in backend.py with commit:
5bb0a1cb04229dd160a880442b736ff570139a72

  if constants.NV_DRBDVERSION in what and vm_capable: # <-- here!
    try:
      drbd_version = DRBD8.GetProcInfo().GetVersionString()
    except errors.BlockDeviceError, err:
      logging.warning("Can't get DRBD version", exc_info=True)
      drbd_version = str(err)
    result[constants.NV_DRBDVERSION] = drbd_version




--
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

Reply via email to