Bug 854968

Summary: Chapter 7.1.2 - Sealing a Linux Template, need to add additional actions
Product: Red Hat Enterprise Virtualization Manager Reporter: Barak Dagan <bdagan>
Component: DocumentationAssignee: Tim Hildred <thildred>
Status: CLOSED DUPLICATE QA Contact: ecs-bugs
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.1.0CC: acathrow, dyasny, gklein, oramraz, pstehlik, yeylon
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: 2012-09-10 04:31:47 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 Barak Dagan 2012-09-06 12:16:39 UTC
Description of problem:
When sealing Linux template using the steps mentions in the guide, after creating a new VM from that template, due to MAC addr collisions eth0 is disabled and the new VM can't connect to the network, unless configuring eth1.

This issue can be solved by deleting 2 lines from 2 system files:
1) delete HWADDR line from /etc/sysconfig/network-scripts/ifcfg-eth0
2) delete SUBSYSTEM line(s) from /etc/udev/rules.d/70-persistent-net.rules

It is best if these actions will be mentioned as the first 2 steps (before 
# touch /.unconfigured)

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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info: