This commit is contained in:
Chris Lu
2018-05-27 11:56:49 -07:00
parent 458ada173e
commit 8b0718ac92
3 changed files with 2 additions and 6 deletions

View File

@@ -159,5 +159,4 @@ func distributedOperation(masterNode string, store *storage.Store, volumeId stor
glog.V(0).Infoln()
return fmt.Errorf("Failed to lookup for %d: %v", volumeId, lookupErr)
}
return nil
}