You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
For block devices added by acrn, virtpath is directly updated in storage.source and so no scanning of PCIAddr is required. This is because the virtio-blk device is not hot-plugged but added during VM launch and updated later with container rootfs using block rescan feature.
The text was updated successfully, but these errors were encountered:
For block devices added by acrn, virtpath is directly udpated
in storage.source and so no scanning of PCIAddr is required.
This is because, the virtio-blk device is not hot-plugged but
added during VM launch and updated later with container rootfs
using block rescan feature.
Fixes: kata-containers#573
Signed-off-by: Vijay Dhanraj <[email protected]>
For block devices added by acrn, virtpath is directly udpated
in storage.source and so no scanning of PCIAddr is required.
This is because, the virtio-blk device is not hot-plugged but
added during VM launch and updated later with container rootfs
using block rescan feature.
v1->v2:
gofmt'd the mount file.
Fixes: kata-containers#573
Signed-off-by: Vijay Dhanraj <[email protected]>
For block devices added by acrn, virtpath is directly udpated
in storage.source and so no scanning of PCIAddr is required.
This is because, the virtio-blk device is not hot-plugged but
added during VM launch and updated later with container rootfs
using block rescan feature.
v2->v3:
1. Addressed weak match for checking storage block device.
2. Added device check for storage block device.
3. Added negative unit tests for the new code.
v1->v2:
gofmt'd the mount file.
Fixes: kata-containers#573
Signed-off-by: Vijay Dhanraj <[email protected]>
For block devices added by acrn, virtpath is directly updated in storage.source and so no scanning of PCIAddr is required. This is because the virtio-blk device is not hot-plugged but added during VM launch and updated later with container rootfs using block rescan feature.
The text was updated successfully, but these errors were encountered: