Bug 1115784 - [abrt] vdsm-python: configurator.py:273:isconfigured:RuntimeError:
Summary: [abrt] vdsm-python: configurator.py:273:isconfigured:RuntimeError:
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: vdsm
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Yaniv Bronhaim
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:eea8f8495a9252053bbed0f4653...
: 1097356 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-07-03 06:36 UTC by Wim ten Have
Modified: 2014-09-29 11:39 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-09-29 11:39:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.56 KB, text/plain)
2014-07-03 06:37 UTC, Wim ten Have
no flags Details
File: dead.letter (195.94 KB, text/plain)
2014-07-03 06:37 UTC, Wim ten Have
no flags Details
File: environ (169 bytes, text/plain)
2014-07-03 06:37 UTC, Wim ten Have
no flags Details

Description Wim ten Have 2014-07-03 06:36:59 UTC
Version-Release number of selected component:
vdsm-python-4.14.8.1-0.fc20

Additional info:
reporter:       libreport-2.2.2
cmdline:        /usr/bin/python /usr/bin/vdsm-tool is-configured
executable:     /usr/bin/vdsm-tool
kernel:         3.14.6-200.fc20.x86_64
runlevel:       unknown
type:           Python
uid:            0

Truncated backtrace:
configurator.py:273:isconfigured:RuntimeError: 

One of the modules is not configured to work with VDSM.
To configure the module use the following:
'vdsm-tool configure [module_name]'.

If all modules are not configured try to use:
'vdsm-tool configure --force'
(The force flag will stop the module's service and start it
afterwards automatically to load the new configuration.)


Traceback (most recent call last):
  File "/usr/bin/vdsm-tool", line 145, in <module>
    sys.exit(main())
  File "/usr/bin/vdsm-tool", line 142, in main
    return tool_command[cmd]["command"](*args[1:])
  File "/usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py", line 273, in isconfigured
    raise RuntimeError(msg)
RuntimeError: 

One of the modules is not configured to work with VDSM.
To configure the module use the following:
'vdsm-tool configure [module_name]'.

If all modules are not configured try to use:
'vdsm-tool configure --force'
(The force flag will stop the module's service and start it
afterwards automatically to load the new configuration.)


Local variables in innermost frame:
msg: "\n\nOne of the modules is not configured to work with VDSM.\nTo configure the module use the following:\n'vdsm-tool configure [module_name]'.\n\nIf all modules are not configured try to use:\n'vdsm-tool configure --force'\n(The force flag will stop the module's service and start it\nafterwards automatically to load the new configuration.)\n"
c: <vdsm.tool.configurator.SanlockModuleConfigure object at 0x7f8ae8fbf610>
args: Namespace(modules=['libvirt', 'sanlock'])
m: ['libvirt']
ret: False

Potential duplicate: bug 1097356

Comment 1 Wim ten Have 2014-07-03 06:37:03 UTC
Created attachment 914352 [details]
File: backtrace

Comment 2 Wim ten Have 2014-07-03 06:37:05 UTC
Created attachment 914353 [details]
File: dead.letter

Comment 3 Wim ten Have 2014-07-03 06:37:07 UTC
Created attachment 914354 [details]
File: environ

Comment 4 Yaniv Bronhaim 2014-09-29 11:36:45 UTC
*** Bug 1097356 has been marked as a duplicate of this bug. ***

Comment 5 Yaniv Bronhaim 2014-09-29 11:38:46 UTC
Vdsm might ran here manually without configure its related modules. This bug doesn't provide specific scenario that leads this state, therefore closing the bug on INSUFFICIENT_DATA


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