Bug 1518347
Summary: | Could not determine root drive letter on Azure Windows 2016 Datacenter VM | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Josh Carter <jocarter> | |
Component: | SmartState Analysis | Assignee: | Jerry Keselman <jkeselma> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Satyajit Bulage <sbulage> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 5.9.0 | CC: | cpelland, gblomqui, jhardy, jocarter, mfeifer, obarenbo, simaishi | |
Target Milestone: | GA | Keywords: | TestOnly | |
Target Release: | 5.10.0 | |||
Hardware: | All | |||
OS: | All | |||
Whiteboard: | ||||
Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1526456 1531261 (view as bug list) | Environment: | ||
Last Closed: | 2018-06-21 20:52:06 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | CFME Core | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1526456, 1531261 |
Description
Josh Carter
2017-11-28 16:45:42 UTC
Pending the response to the needinfo? above, PR https://github.com/ManageIQ/manageiq-smartstate/pull/47 fixes this issue. New commit detected on ManageIQ/manageiq-smartstate/master: https://github.com/ManageIQ/manageiq-smartstate/commit/a155eccb66d26f5cab087e7b315e0f1c02a40b0c commit a155eccb66d26f5cab087e7b315e0f1c02a40b0c Author: Jerry Keselman <jerryk> AuthorDate: Wed Dec 13 14:29:21 2017 -0500 Commit: Jerry Keselman <jerryk> CommitDate: Wed Dec 13 14:37:14 2017 -0500 Assume C: Drive if Disk Sig Doesn't Match Serial Number If the Disk Signature of the root volume didn't match the serial number for one of the drives found in the BCD registry (or the boot.ini previously) the assumption was that we could not map the root to a mount point. However - the logic in the code already made the assumption that if there were no drives found in the registry that the C drive should be used. This change also makes that assumption in the case that the disk signature doesn't match a registry entry. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1518347 lib/fs/modules/WinMount.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) The fix is included in manageiq-smartstate gem v0.2.6 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days |