Adding format.json during FS initialization (#1896)

This commit is contained in:
karthic rao
2016-06-14 14:09:40 +05:30
committed by Harshavardhana
parent 23c88ffb1d
commit afc3102488
3 changed files with 55 additions and 2 deletions
+1
View File
@@ -126,6 +126,7 @@ func cleanupDir(storage StorageAPI, volume, dirPath string) error {
}
for _, entry := range entries {
err = delFunc(pathJoin(entryPath, entry))
if err != nil {
return err
}