Skip to content

Commit 1bfd0af

Browse files
committed
Fix the incorrect mount flag when mounting in the UVM
Signed-off-by: Amit Barve <ambarve@microsoft.com>
1 parent 37f9cc9 commit 1bfd0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/uvm/cimfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func (uvm *UtilityVM) MountBlockCIMs(ctx context.Context, mergedCIM *cimfs.Block
4747
settings := &guestresource.WCOWBlockCIMMounts{
4848
BlockCIMs: []guestresource.BlockCIMDevice{},
4949
VolumeGuid: volumeGUID,
50-
MountFlags: cimfs.CimMountBlockDeviceCim,
50+
MountFlags: cimfs.CimMountVerifiedCim,
5151
ContainerID: containerID,
5252
}
5353

0 commit comments

Comments
 (0)