Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 668854

Summary: Update beah to call uuid.uuid4()
Product: [Retired] Beaker Reporter: Bill Peck <bpeck>
Component: beahAssignee: Marian Csontos <mcsontos>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 0.6CC: bpeck, dcallagh, jburke, mcsontos, nhorman, psplicha, rmancy
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-01-28 09:30:38 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:
Bug Depends On:    
Bug Blocks: 657566    

Description Bill Peck 2011-01-11 19:39:08 UTC
Description of problem:

uuid.uuid1() makes calls to ifconfig which spawns avc errors due to leaked file descriptors.

Looking at the uuid code it looks like we should be able to call uuid.uuid4() instead which will still generate a random uuid but not use ifconfig.

I did not check that all versions of pytnon-uuid support uuid4(), would need to test against rhel3-rhel6.

Thanks

Comment 1 Marian Csontos 2011-01-13 13:56:22 UTC
This is a low impact one-liner. No reason not to do it immediately.

Comment 3 Marian Csontos 2011-01-25 10:19:59 UTC
*** Bug 657566 has been marked as a duplicate of this bug. ***