Bug 988313

Summary: Failed to set hostname by setup UI
Product: [Retired] oVirt Reporter: bohai <bohai>
Component: ovirt-nodeAssignee: Ryan Barry <rbarry>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.2CC: acathrow, gouyang, hadong, jboggs, leiwang, mburns, mgoldboi, ovirt-bugs, ovirt-maint, ycui, yeylon
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-26 02:53:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description bohai 2013-07-25 09:43:52 UTC
Description of problem:
Failed to set hostname by setup UI

Version-Release number of selected component (if applicable):
latest 

How reproducible:
100%

Steps to Reproduce:
1.switch to network page of ovirt-node setup
2.modify hostname
3.press save button

Actual results:
failed

Expected results:
success

Additional info:
in ovirt-node.debug.log
"No such file and directory" error is found
Maybe Popen's use is not right. We need to add "shell=True".

Comment 1 bohai 2013-07-26 02:53:32 UTC
I am sorry. It's because of my merge fault.