Description of problem: Version-Release number of selected component (if applicable):master.20171206231308_1bfd713 How reproducible:100% Steps to Reproduce: 1. Add ec-2 provider. 2. Perform SSA on (RHEL) instance. 3. Actual results: Files were not gathering Expected results: It should gather all required data from instance. Additional info:
Fixed in https://github.com/ManageIQ/manageiq-smartstate/pull/48
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