RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 602557 - Multi-guest created with serial log files fail to write all serial information
Summary: Multi-guest created with serial log files fail to write all serial information
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: libvirt
Version: 6.0
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Jiri Denemark
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-06-10 07:10 UTC by Alex Jia
Modified: 2010-06-17 04:37 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-06-17 04:37:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Alex Jia 2010-06-10 07:10:35 UTC
Description of problem:
Staring two guests(or even more) separately with a serial log file,
only first starting guest exists all serial information in serial
log file.  

In addition, outputting serial information to terminal is the same 
error for multi-guest.

Version-Release number of selected component (if applicable):
[root@dhcp-66-70-62 ~]# cat /etc/redhat-release 
Red Hat Enterprise Linux release 6.0 Beta (Santiago)

[root@dhcp-66-70-62 ~]# uname -a
Linux dhcp-66-70-62.nay.redhat.com 2.6.32-33.el6.x86_64 #1 SMP Thu Jun 3 13:00:03 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

[root@dhcp-66-70-62 ~]# virsh version
Compiled against library: libvir 0.8.1
Using library: libvir 0.8.1
Using API: QEMU 0.8.1
Running hypervisor: QEMU 0.12.1


How reproducible:
always

Steps to Reproduce:
1.define two guests separately with a serial log file
2.start two guests
3.check serial log file
  
Actual results:
There isn't all serial information in the serial log file for the second starting guest.


Expected results:
There is own all serial information in the serial log file for each guest


Additional info:
Xml description for serial and console: 
    <serial type='file'>
      <source path='/tmp/{guestname}-serial.log'/>
      <target port='0'/>
    </serial>
    <console type='file'>
      <source path='/tmp/{guestname}-serial.log'/>
      <target port='0'/>
    </console>

Comment 2 RHEL Program Management 2010-06-10 07:33:21 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 3 Jiri Denemark 2010-06-16 19:06:41 UTC
Hmm, works as expected for me. Could you attach the XML for the two guests that are not working for you?

Comment 4 Alex Jia 2010-06-17 03:19:36 UTC
Hi Jiri,
I renew check second guest, the second guest is missing console argument in the kernel command line, it works also for me, so it's not a bug.


Note You need to log in before you can comment on or make changes to this bug.