-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
A user of disko is creating devices in parallel and in some cases we hit a race where the creation of an LV fails due to already existing.
2 things disko could do:
- nothing - creation should fail if you try to create a LV that already exists. (just as 'mkdir' fails if the entry exists). Here we should probably return a specific error to allow the caller to handle.
- create, then if creation failed and the device did exist matching characteristics, return success.
Metadata
Metadata
Assignees
Labels
No labels