In the current code, after successfully creating/mounting/removing volumes, if saving the volume info to disk fails, we return an error to Docker. This is not correct, since the volumes are actually successfully created/removed.
The state will be saved to disk again during the next create/remove call.
Testing
New tests cover the changes: yes
Description for the changelog
Licensing
This contribution is under the terms of the Apache 2.0 License:
Summary
In the current code, after successfully creating/mounting/removing volumes, if saving the volume info to disk fails, we return an error to Docker. This is not correct, since the volumes are actually successfully created/removed.
The state will be saved to disk again during the next create/remove call.
Testing
New tests cover the changes: yes
Description for the changelog
Licensing
This contribution is under the terms of the Apache 2.0 License: