Bug 1527182
Summary: | SSA fails if disk has empty partitions in the beginning | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satyajit Bulage <sbulage> | |
Component: | SmartState Analysis | Assignee: | Hui Song <hsong> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Satyajit Bulage <sbulage> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | unspecified | CC: | cpelland, obarenbo, roliveri, sbulage, simaishi | |
Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
Target Release: | 5.10.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | smartstate:ec2:instance | |||
Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1542560 1565362 (view as bug list) | Environment: | ||
Last Closed: | 2019-02-11 14:04:43 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: | 1542560, 1565362 |
Description
Satyajit Bulage
2017-12-18 17:59:41 UTC
New commit detected on ManageIQ/manageiq-smartstate/master: https://github.com/ManageIQ/manageiq-smartstate/commit/e004922d2e6df7aaadd10bc32e31362f470d2f2a commit e004922d2e6df7aaadd10bc32e31362f470d2f2a Author: hsong-rh <hsong> AuthorDate: Wed Jan 3 16:55:44 2018 -0500 Commit: hsong-rh <hsong> CommitDate: Wed Jan 3 16:55:44 2018 -0500 Fixes file system probing error when parsing empty partitons https://bugzilla.redhat.com/show_bug.cgi?id=1527182 lib/VolumeManager/LVM/scanner.rb | 74 +++++++++++++++++++++--------------- lib/fs/MiqFS/modules/AUFSProbe.rb | 7 +++- lib/fs/MiqFS/modules/Fat32Probe.rb | 7 +++- lib/fs/MiqFS/modules/HFSProbe.rb | 3 +- lib/fs/MiqFS/modules/NTFSProbe.rb | 3 +- lib/fs/MiqFS/modules/ReFSProbe.rb | 2 +- lib/fs/MiqFS/modules/Reiser4Probe.rb | 2 +- lib/fs/MiqFS/modules/UnionFSProbe.rb | 2 +- lib/fs/MiqFS/modules/ZFSProbe.rb | 3 +- 9 files changed, 63 insertions(+), 40 deletions(-) Successfully Perform SSA on EC2 instance with empty partition. Verified Version: 5.10.0.21.20181023151612_4c11b0d |