Skip to content

Commit

Permalink
fix(CSI-234): locar instead of go native rmdirtree
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyberezansky committed Jul 31, 2024
1 parent 5dfe8e2 commit 9763acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/wekafs/gc.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ func (gc *innerPathVolGc) purgeLeftovers(ctx context.Context, fs string, apiClie
output, err := deleteCmd.CombinedOutput()
if err != nil {
logger.Error().Err(err).Msg("Error running locar")
logger.Trace().Str("output", string(output)).Msg("Locar output")
}
logger.Trace().Str("output", string(output)).Msg("Output of locar")
} else {
logger.Debug().Msg("Using default deletion method")
if err := os.RemoveAll(volumeTrashLoc); err != nil {
Expand Down

0 comments on commit 9763acf

Please sign in to comment.