Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/layers/layers.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func MountContainerLayers(ctx context.Context, containerID string, layerFolders
}
path := layerFolders[len(layerFolders)-1]
rest := layerFolders[:len(layerFolders)-1]
// Simple retry loop to handle some behavior on RS5. Loopback VHDs used to be mounted in a different manor on RS5 (ws2019) which led to some
// Simple retry loop to handle some behavior on RS5. Loopback VHDs used to be mounted in a different manner on RS5 (ws2019) which led to some
// very odd cases where things would succeed when they shouldn't have, or we'd simply timeout if an operation took too long. Many
// parallel invocations of this code path and stressing the machine seem to bring out the issues, but all of the possible failure paths
// that bring about the errors we have observed aren't known.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.