-
Notifications
You must be signed in to change notification settings - Fork 814
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't trim device prefix for existing volumes in DeviceManager
If a volume is (already) mounted at /dev/sdX, DM will trim the prefix and claim the volume should be mounted at /dev/xvdX - this causes the driver to get stuck in an infinite loop waiting for the volume to be attached to the wrong location. This bug commonly is triggered by manually mounting a volume using the AWS console, because it uses the prefix /dev/sdX by default. Signed-off-by: Connor Catlett <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters