-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix boot_dev->type check in virtual_media driver #10
Fix boot_dev->type check in virtual_media driver #10
Conversation
Currently boot_dev->type will be forced assigned to STORAGE_VIRTUAL when virtual_media driver is enabled, causing nvme boot fail. Fix it by replacing it with a simple check. Tracked-On: OAM-113064 Signed-off-by: Jiaqing Zhao <[email protected]>
3a3c9df
to
bab1f17
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.
Failure when executing preintegration builder
FAILURE:CheckApprovals Some checks are failed. See the step results.html
More details, logs, and binaries: /absp/builders/celadon_smr0_master-preintegration/builds/948
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.
Failure when executing preintegration builder
FAILURE:CheckBug Bad comments/Bugs
More details, logs, and binaries: /absp/builders/celadon_smr0_master-preintegration/builds/949
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.
PR integrated into 'preintegration' builder
More details, logs, and binaries: /absp/builders/celadon_smr0_master-preintegration/builds/950
Done by "Zhao, Jiaqing" [email protected]
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.
PR integrated into 'premerge' builder
More details, logs, and binaries: /absp/builders/celadon_smr0_master-premerge/builds/523
Done by "Zhao, Jiaqing" [email protected]
1b79ef8
into
projectceladon:celadon/s/mr0/master
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.
cactus finished building and testing your changes
It was requested for merge by "Zhao, Jiaqing" [email protected]
so we merge it. Thanks for your contribution.
more details, logs, and binaries: /absp/builders/celadon_smr0_master-mergerequest/builds/530
Currently boot_dev->type will be forced assigned to STORAGE_VIRTUAL when virtual_media driver is enabled, causing nvme boot fail. Fix it by replacing it with a simple check.
Tracked-On: OAM-113064