Wire up sha512 matching inside donut along with md5sum

This commit is contained in:
Harshavardhana
2015-07-14 19:47:45 -07:00
parent 2e5e85d8ad
commit e1e4908515
7 changed files with 40 additions and 59 deletions
-3
View File
@@ -65,7 +65,4 @@ type Management interface {
AttachNode(hostname string, disks []string) error
DetachNode(hostname string) error
SaveConfig() error
LoadConfig() error
}