Bug 574039

Summary: [abrt] crash in glusterfs-common-2.0.9-1.fc12: glusterfs-volgen:11:<module>:ImportError: No module named CreateVolfile
Product: [Fedora] Fedora Reporter: Mirco Tischler <mt-ml>
Component: glusterfsAssignee: Matthias Saou <matthias>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: jonathansteffan, matthias
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: abrt_hash:bae3dfcb
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-04-10 21:26:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace none

Description Mirco Tischler 2010-03-16 13:19:58 UTC
abrt 1.0.8 detected a crash.

architecture: x86_64
cmdline: /usr/bin/python /usr/bin/glusterfs-volgen --help
comment: glusterfs-volgen in package glusterfs-common needs module CreateVolfile which is provided by glusterfs-devel. glusterfs-common does not depend on glusterfs-devel, thus glusterfs-volgen doesnt work
component: glusterfs
executable: /usr/bin/glusterfs-volgen
kernel: 2.6.32.9-70.fc12.x86_64
package: glusterfs-common-2.0.9-1.fc12
reason: glusterfs-volgen:11:<module>:ImportError: No module named CreateVolfile
release: Fedora release 12 (Constantine)

backtrace
-----
glusterfs-volgen:11:<module>:ImportError: No module named CreateVolfile

Traceback (most recent call last):
  File "/usr/bin/glusterfs-volgen", line 11, in <module>
    from CreateVolfile import *
ImportError: No module named CreateVolfile

Local variables in innermost frame:
string: <module 'string' from '/usr/lib64/python2.6/string.pyc'>
__builtins__: <module '__builtin__' (built-in)>
__file__: '/usr/bin/glusterfs-volgen'
__package__: None
sys: <module 'sys' (built-in)>
prefix: '/usr'
make_option: <class optparse.Option at 0x7fcecab41e30>
getopt: <module 'getopt' from '/usr/lib64/python2.6/getopt.pyc'>
__name__: '__main__'
OptionGroup: <class optparse.OptionGroup at 0x7fcecab41f50>
os: <module 'os' from '/usr/lib64/python2.6/os.pyc'>
__doc__: None
OptionParser: <class optparse.OptionParser at 0x7fcecab41fb0>

How to reproduce
-----
1. Install glusterfs-server and glusterfs-client, but not glusterfs-devel
2. type glusterfs-volgen --help

Comment 1 Mirco Tischler 2010-03-16 13:20:00 UTC
Created attachment 400461 [details]
File: backtrace

Comment 2 Jonathan Steffan 2010-04-10 21:26:56 UTC
glusterfs-volgen will be moved to the devel subpackage for 2.0.9-2. Thanks for
the report.