This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clh: Enable disk block device hotplug support
With this patch, the container image can be shared from host with guest as a block device when the 'devicemapper' is used as the storage driver for docker. Note: The 'block_device_driver="virtio-blk"' entry is required in the hypervisor config file to work properly. Fixes: #2570 Signed-off-by: Bo Chen <[email protected]>
- Loading branch information
1 parent
80bd453
commit c5f97b2
Showing
2 changed files
with
60 additions
and
0 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