Bug 953340
Summary: | console from rhevm-shell/ovirt-shell using spicec does not work (linux client) | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Simon Kong Win Chang <s.kong> | ||||
Component: | ovirt-engine-cli | Assignee: | Juan Hernández <juan.hernandez> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | bugs <bugs> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 3.1 RC | CC: | acathrow, bazulay, iheim, jkt, juan.hernandez, michal.skrivanek, s.kong, sputhenp | ||||
Target Milestone: | --- | Keywords: | Reopened | ||||
Target Release: | 3.4.0 | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | infra | ||||||
Fixed In Version: | 3.3.0.2-1 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 953582 (view as bug list) | Environment: | |||||
Last Closed: | 2014-02-07 17:44:50 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 953582 | ||||||
Attachments: |
|
Description
Simon Kong Win Chang
2013-04-18 01:17:31 UTC
feel free to post patch to gerrit.ovirt.org we are running the "Red Hat Enterprise Virtualization Manager" but i don't have access to submit a bug in that section, hence why i submitted it in the ovirt section. support case number 00811800 but ok, i will have a look into submitting the patch (In reply to comment #2) > we are running the "Red Hat Enterprise Virtualization Manager" but i don't > have access to submit a bug in that section, hence why i submitted it in the > ovirt section. > > support case number 00811800 > > > but ok, i will have a look into submitting the patch Simon - for the rhev-m side - can you please open a support ticket? (and as michael stated - we'd still appreciate submitting the patch to gerrit.ovirt.org) Thanks, Itamar (In reply to comment #3) ... > Simon - for the rhev-m side - can you please open a support ticket? never mind that - noticed you did already Hi Simon, Looks like bug 812299 already addresses mentioned issue in 3.2, http://gerrit.ovirt.org/#/c/3503/ *** This bug has been marked as a duplicate of bug 812299 *** No the other bug is different, their case, they were not using SSL and the cli was passing through the -s port. in this case, we ARE using SSL, but the CLI is NOT passing through --ca-file and --host-subject . please remove this as being a duplicate/closed. Hi Simon, (In reply to comment #6) > No the other bug is different, their case, they were not using SSL and the > cli was passing through the -s port. in this case, we ARE using SSL, but the > CLI is NOT passing through --ca-file and --host-subject . > > please remove this as being a duplicate/closed. AFAIKS the following patches [1] addressing issue you have mentioned, (as i can see they both available at release 3.1.0.4-1) [1] http://gerrit.ovirt.org/#/c/6047/ http://gerrit.ovirt.org/#/c/6063/ version that we are using are ovirt-engine-cli-3.2.0.10-1.el6.noarch rhev-cli-3.1.1.2-1.el6ev.noarch the one that you pointed out added the --host-subeject in the if cmd.startswith('/usr/libexec'): if host_subject and host_subject != '': args.extend(['--host-subject', host_subject] but did not add it in the else: section ===================================== as per description above #fixed file if cmd.startswith('/usr/libexec'): . . . args.extend(['--ca-file', certfile]) if host_subject and host_subject != '': [fix previously] args.extend(['--host-subject', host_subject])[fix previously] . else: . . if secport: args.extend([ '-s', str(secport) ]) args.extend(['--ca-file', certfile]) [the new one added] if host_subject and host_subject != '': [the new one added] args.extend(['--host-subject', host_subject])[the new one added] . . pid, pstdin = util.spawn(cmd, args, debug michael - was this fixed (where/when) or not? (In reply to Itamar Heim from comment #10) > michael - was this fixed (where/when) or not? AFAICS it was fixed by bug 953582, Simon can you confirm? Because of the need to power off all our VM to migrate to 3.2, we have not upgraded to 3.2 yet. so i cannot confirm that it has been fix on the new version. why do you need to power off your vm's? upgrade of engine doesn't require that, and upgrade of hosts can be done by moving vm's off the host via migration (move host to maintenance) The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |