mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
The mkdir plugin creates the directory and then chowns it. In the event the chown command fails, we should attempt to remove the directory. Without this, we leave directories on the client in partial failure situations.
4 lines
136 B
Plaintext
4 lines
136 B
Plaintext
```release-note:bug
|
|
client: Attempt to rollback directory creation when the `mkdir` plugin fails to perform ownership changes on it
|
|
```
|