Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
Created attachment 493530[details]
logs
Description of problem:
Installation of host fails when creating new /etc/vdsm/vdsm.conf file and /ush/share/vdsm/config.py doesn't contain settings for netconsole
Version-Release number of selected component (if applicable):
ic114
vdsm-4.9-59.el6.x86_64
How reproducible:
Always
Steps to Reproduce:
1. make sure there is no vdsm.conf file on host
2. install this host to rhev-m
Actual results:
Installation fails
Expected results:
Installation continues
Additional info:
I was not sure which component add vds_bootstrap to so I opened it here. If there is better place for it, please change and accept my apologies for bad component. I chose it according the search.
Backend reports:
2011-04-20 17:42:39,632 ERROR [com.redhat.rhevm.bll.VdsInstaller] (pool-15-thread-309) Installation of 10.34.57.206. Error: Traceback (most recent call last):
File "/tmp/vds_bootstrap_bb6dae4f-c6be-475b-b8d6-175aa6ec4f86.py", line 541, in createConf
self._makeConfig()
File "/tmp/vds_bootstrap_bb6dae4f-c6be-475b-b8d6-175aa6ec4f86.py", line 509, in _makeConfig
for option in config.options('netconsole'):
File "/usr/lib64/python2.6/ConfigParser.py", line 260, in options
raise NoSectionError(section)
NoSectionError: No section: 'netconsole'
. (Stage: Running first installation script on Host)
that's the correct package to file this bug. but this codepath has been removed from vdsm, and will not appear in next rhev-m build (next week).
The wrong code was packed withing rhev-m due to git branch mismatch (mea culpa).
Created attachment 493530 [details] logs Description of problem: Installation of host fails when creating new /etc/vdsm/vdsm.conf file and /ush/share/vdsm/config.py doesn't contain settings for netconsole Version-Release number of selected component (if applicable): ic114 vdsm-4.9-59.el6.x86_64 How reproducible: Always Steps to Reproduce: 1. make sure there is no vdsm.conf file on host 2. install this host to rhev-m Actual results: Installation fails Expected results: Installation continues Additional info: I was not sure which component add vds_bootstrap to so I opened it here. If there is better place for it, please change and accept my apologies for bad component. I chose it according the search. Backend reports: 2011-04-20 17:42:39,632 ERROR [com.redhat.rhevm.bll.VdsInstaller] (pool-15-thread-309) Installation of 10.34.57.206. Error: Traceback (most recent call last): File "/tmp/vds_bootstrap_bb6dae4f-c6be-475b-b8d6-175aa6ec4f86.py", line 541, in createConf self._makeConfig() File "/tmp/vds_bootstrap_bb6dae4f-c6be-475b-b8d6-175aa6ec4f86.py", line 509, in _makeConfig for option in config.options('netconsole'): File "/usr/lib64/python2.6/ConfigParser.py", line 260, in options raise NoSectionError(section) NoSectionError: No section: 'netconsole' . (Stage: Running first installation script on Host)