Skip to content

Fix bug with VSMB & SCSI mounts on the same host path#1021

Merged
ambarve merged 1 commit intomicrosoft:masterfrom
ambarve:scsi_vsmb_fix
May 18, 2021
Merged

Fix bug with VSMB & SCSI mounts on the same host path#1021
ambarve merged 1 commit intomicrosoft:masterfrom
ambarve:scsi_vsmb_fix

Conversation

@ambarve
Copy link
Contributor

@ambarve ambarve commented May 7, 2021

When mounting a VHD at host path C:\data\test.vhdx into the container over SCSI and also sharing the same VHD inside the container over VSMB the current code just shares the VHD inside the container for both mounts instead of actually SCSI mounting the VHD for one of the mounts. This change fixes that.

When mounting a VHD at host path `C:\data\test.vhdx` into the container over SCSI and also
sharing the same VHD inside the container over VSMB the current code just shares the VHD
inside the container for both mounts instead of actually SCSI mounting the VHD for one of
the mounts. This change fixes that.

Signed-off-by: Amit Barve <ambarve@microsoft.com>
@ambarve ambarve requested a review from a team as a code owner May 7, 2021 22:36
Copy link
Contributor

@dcantah dcantah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants