colors[1] = getVertexFillColor(blockDeviceToVertexMap.get(
bdi.getBlockDevice().getMetaDiskOfBlockDevices().get(0)));
drawInsideVertex(g2d, v, colors, x, y, height, width);
}
} else {
final HostDrbdInfo hi = (HostDrbdInfo) getInfo(v);
if (hi != null) {
drawInsideVertex(g2d, v, hi.getHost().getDrbdColors(), x, y, height, width);
}
}
final Application.RunMode runMode = getRunMode();
if (used > 0) {
/** Show how much is used. */