Bug 902424

Summary: [F18] Use rd.live.check
Product: [Retired] oVirt Reporter: Fabian Deutsch <fdeutsch>
Component: ovirt-nodeAssignee: Ryan Barry <rbarry>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: 3.2CC: acathrow, jboggs, mburns, mgoldboi, ovirt-bugs, ovirt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ovirt-node-3.0.3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-28 11:55:14 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 Fabian Deutsch 2013-01-21 16:23:12 UTC
Description of problem:
check in the cmdline is deprecated, use rd.live.check

Comment 1 Mike Burns 2013-01-21 17:44:21 UTC
I hesitate to do this unless check will cease to work in the near future.  The simple fix would be to change this in the f18 kickstarts, but then we'd have to have the arguments listed out separately for each version which I'd like to avoid. 

Another option (which I'd be on board with) would be to move the list of arguments to some sort of heirarchy and build it it dynamically.  For example, have something like:

check_option=check

%include ovirt18-install.ks

command-line-args = $check_option


and re-define check_option in ovirt18-install.ks

If we go down that path, then I'd be ok, but i don't want to have a different default command line in each of the different types of kickstarts

Comment 2 Mike Burns 2013-02-05 13:52:11 UTC
based on above, remove from tracker and defer to next version

Comment 3 Ryan Barry 2013-08-06 15:31:41 UTC
A fix has been posted at http://gerrit.ovirt.org/#/c/16212/.