Commit Graph

6 Commits

Author SHA1 Message Date
Alex Dadgar
5b067a3e4f Merge fix 2015-11-05 13:46:02 -08:00
Armon Dadgar
e2674c2c40 nomad: improve error messages at start for dev mode 2015-09-06 20:18:47 -07:00
Chris Bednarski
6804ec7450 Changed logs to errors; added data to node.Resources.DiskMB 2015-08-27 12:23:17 -07:00
Chris Bednarski
d6604b9d8f Add storage fingerprinter
Breaking change: Added ID() to Fingerprint interface. This allows us to assign
each fingerprint implementation a unique ID, identify which fingerprinters have
been run, and also self-identify in log messages.

- Added storage fingerprinter for Windows and *nix
- Added storage tests under storage_test.go
- Added test helper functions under fingerprint/fingerprint_test.go
- Added ID() to existing finterprinters and drivers
- Added Fingerprint.ID() to log messages via log.SetPrefix()
2015-08-26 17:17:08 -07:00
Chris Bednarski
a9981d83f1 Pass config to fingerprints; update tests 2015-08-25 16:21:29 -07:00
Armon Dadgar
169ca53989 fingerprint: adding arch fingerprint 2015-08-20 16:29:19 -07:00