Bug 1282437
Summary: | [RFE] display a message when serial is busy | ||
---|---|---|---|
Product: | [oVirt] ovirt-vmconsole | Reporter: | Nikolai Sednev <nsednev> |
Component: | Host.Shell | Assignee: | Francesco Romani <fromani> |
Status: | CLOSED WONTFIX | QA Contact: | Nikolai Sednev <nsednev> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | --- | CC: | bugs, fromani, iheim, michal.skrivanek, tjelinek |
Target Milestone: | --- | Keywords: | FutureFeature, Improvement |
Target Release: | --- | Flags: | michal.skrivanek:
ovirt-future?
rule-engine: planning_ack? rule-engine: devel_ack? rule-engine: testing_ack? |
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: |
Cause:
Consequence:
Fix:
Result:
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2016-09-19 08:28:26 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1223671, 1283159 | ||
Bug Blocks: |
Description
Nikolai Sednev
2015-11-16 12:07:43 UTC
qemu does not reject new connections, when it will user will be notified/rejected. performing anything heuristic from our end will end up doing more harm than good. (In reply to Alon Bar-Lev from comment #1) > qemu does not reject new connections, when it will user will be > notified/rejected. > > performing anything heuristic from our end will end up doing more harm than > good. Not sure I'm following, but currently when user tries to establish a second or third or any additional connection to the same VM, he/she not getting anything except the blank screen, not getting the login prompt, as it being received for the first serial-connection session, no warnings received for the second connection or any notification, that's our current status. I'm not quite understanding your saying here: - " qemu does not reject new connections, when it will user will be notified/rejected.", as I was not notified about rejected connection, I simply did not received nothing and got black screen being unable to get any input/output from the VM, the only thing I could do is: - "~." to gracefully exit the connection, the least I do expect is to have the warning that there is already active serial-console connection is in progress. (In reply to Nikolai Sednev from comment #2) > (In reply to Alon Bar-Lev from comment #1) > > qemu does not reject new connections, when it will user will be > > notified/rejected. > > > > performing anything heuristic from our end will end up doing more harm than > > good. > > Not sure I'm following, but currently when user tries to establish a second > or third or any additional connection to the same VM, he/she not getting > anything except the blank screen, not getting the login prompt, as it being > received for the first serial-connection session, no warnings received for > the second connection or any notification, that's our current status. > > I'm not quite understanding your saying here: - " qemu does not reject new > connections, when it will user will be notified/rejected.", as I was not > notified about rejected connection, I simply did not received nothing and > got black screen being unable to get any input/output from the VM, the only > thing I could do is: - "~." to gracefully exit the connection, the least I > do expect is to have the warning that there is already active serial-console > connection is in progress. The problem here is that the piece of the software in the stack who owns the connection and which properly should reject the extra connections, is qemu. qemu should reject connections on console if there is already one client connection, so we should open one RFE on QEMU and depend on that. Once qemu does that, everything else will work transparently, and we will reach the desired goal. On our side, I agree with comment 1 from Alon: adding heuristic is fragile, and will likely do more harm than good. pending development on qemu side, bug 1283159 This would require significant and risky effort for small benefit, so closing as wontfix. Please feel free to reopen if you feel this should be fixed. |