Updates:
        Status: WontFix

Comment #2 on issue 784 by [email protected]: gnt-node list returns blank info when file storage paths do not exist on disk
http://code.google.com/p/ganeti/issues/detail?id=784

This is actually working as intended. The question mark is the gnt-* list way to say 'there is something wrong'. We deliberately did not use zero here, because we wanted to make sure that there is a visible difference between the valid state of storage location that has no space left and a misconfiguration/error state.

In order to detect what exactly the problem is, 'gnt-cluster verify' correctly reports the source of the question marks:

Tue Apr 1 08:15:45 2014 - ERROR: node blablabla: The configured file storage path is unusable: Path '/srv/ganeti/file-storage' is not existing or not a directory.

The question marks are also used in other error cases (nodes not reachable, daemons crashed etc.), thus we stuck to that pattern of displaying '?' and having gnt-cluster verify to report the actual error.

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