mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-26 22:45:43 +08:00
@@ -131,5 +131,5 @@ func (m *LevelDbNeedleMap) Close() {
|
||||
func (m *LevelDbNeedleMap) Destroy() error {
|
||||
m.Close()
|
||||
os.Remove(m.indexFile.Name())
|
||||
return os.Remove(m.dbFileName)
|
||||
return os.RemoveAll(m.dbFileName)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user