-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guest agent support for partitions on SCSI devices #1747
Guest agent support for partitions on SCSI devices #1747
Conversation
b21c405
to
ff8ec27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ff8ec27
to
5093a98
Compare
5093a98
to
6ce96d1
Compare
Rebased now that all of Kevin's PRS are in. Waiting for the CI to finish running and then will merge this. |
6ce96d1
to
b7bc1ea
Compare
There appears to be a linter error. |
* Update `ControllerLunToName` to `GetDevicePath` and take in partition as an additional param * Wait for partition subdirectory to appear for the devices * Update device encryption and verity device names with partition index * Update device encryption and verity device tests * Add new unit tests for `GetDevicePath` Signed-off-by: Kathryn Baldauf <kabaldau@microsoft.com>
b7bc1ea
to
1a2aca3
Compare
Yeah it was mad about not using a cancel func in a test. Updated. |
This PR updates our ADO fork to commits in hcsshim up to commit hash [7769a64](7769a64). This includes support for partitioned scsi devices and ensuring filesystem format for lcow scsi devices. Related work items: #1728, #1740, #1741, #1742, #1743, #1744, #1745, #1747, #1748, #1749, #1750, #1752, #1754, #1756, #1757, #1767, #1769, #1771, #1772, #1773, #1779
This PR is based on Kevin's recent PRs to clean up our package, refactor our SCSI package, and refactor how we handle layers. You can find those PRs here:
This PR does the following:
ControllerLunToName
toGetDevicePath
and take in partition as an additional paramGetDevicePath
When Kevin's above PRs are in their final state and merged, this PR will be rebased to contain only the last commit containing the changes I outlined above.
To view the contents of this PR, I recommend viewing only the last commit so that github doesn't freak out.