Bug 832508 - 3.1 cannot register node: Unable to load the rest server module. Please make sure it is installed.
Summary: 3.1 cannot register node: Unable to load the rest server module. Please make...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: vdsm
Version: 3.1 RC
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Douglas Schilling Landgraf
QA Contact: Haim
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-15 15:07 UTC by Douglas Schilling Landgraf
Modified: 2014-01-13 00:52 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-17 17:59:16 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

Description Douglas Schilling Landgraf 2012-06-15 15:07:29 UTC
Description of problem:

Try to register oVirt-Engine from the oVirt Node, vdsm-reg will complain about vdsm-rest not installed, from vdsm.reg log:

"Unable to load the rest  server module. Please make sure it is installed."

Reference:
http://www.mail-archive.com/users@ovirt.org/msg02005.html

Caused by:

vdsm/clientIF.py:
  if config.getboolean('vars', 'rest_enable'):
            try:
                self._loadBindingREST()
            except ImportError:
                self.log.error('Unable to load the rest server module. '
                               'Please make sure it is installed.')

Talked with aglitke, we are going to move to a warning message.

Comment 1 Douglas Schilling Landgraf 2012-06-15 15:29:15 UTC
Patch by Adam Litke:

rest: Change error to warning when binding not installed
http://gerrit.ovirt.org/#/c/5376/

Comment 2 Dan Kenigsberg 2012-06-17 17:59:16 UTC
That's no more than an annoying log line. No need to hurry it into ovirt-3.1.


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