Bug 1222508
| Summary: | Host files contents obtained by fleecing don't show up in the UI | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Marius Cornea <mcornea> |
| Component: | UI - OPS | Assignee: | Martin Povolny <mpovolny> |
| Status: | CLOSED DUPLICATE | QA Contact: | Marius Cornea <mcornea> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.4.0 | CC: | hkataria, jhardy, mfeifer, mpovolny, obarenbo, simaishi |
| Target Milestone: | GA | ||
| Target Release: | 5.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.5.0.1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-24 10:06:06 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Marius Cornea
2015-05-18 11:49:12 UTC
This issue has been addressed here: https://github.com/ManageIQ/manageiq/pull/2938 New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/d65a551239b2ea41c7d598dd514dbdeb494ee8f9 commit d65a551239b2ea41c7d598dd514dbdeb494ee8f9 Author: Ladislav Smola <lsmola> AuthorDate: Mon May 18 14:25:33 2015 +0200 Commit: Ladislav Smola <lsmola> CommitDate: Mon May 18 14:29:27 2015 +0200 Check for non MIME ascii content Some OpenStack files are not MIME types, but we want to show them. E.g. .conf or .ini. Adding check for ascii files if they are not MIME type. https://bugzilla.redhat.com/show_bug.cgi?id=1222508 vmdb/app/models/filesystem.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=d6b6cfe3b776c68af63c7dc4da3dc12723877269 commit d6b6cfe3b776c68af63c7dc4da3dc12723877269 Author: Ladislav Smola <lsmola> AuthorDate: Mon May 18 14:25:33 2015 +0200 Commit: Martin Povolny <mpovolny> CommitDate: Wed Jun 3 08:23:38 2015 +0200 Check for non MIME ascii content Some OpenStack files are not MIME types, but we want to show them. E.g. .conf or .ini. Adding check for ascii files if they are not MIME type. https://bugzilla.redhat.com/show_bug.cgi?id=1222508 vmdb/app/models/filesystem.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) I could reproduce this in 5.5.0.11. Just some of the files are showing the 'Cannot display binary content' message. For instance /etc/nova/nova.conf shows Contents Cannot display binary content whilst /etc/nova/rootwrap.conf displays the file content. seems to be a duplicate of: https://bugzilla.redhat.com/show_bug.cgi?id=1221149 going to be handled by adding a "Download" link Milan Zazrivec is taking care of this one. *** This bug has been marked as a duplicate of bug 1221149 *** |