Bug 481563

Summary: RFE: Schedular params: support persistence of schedular parameters in XML
Product: [Community] Virtualization Tools Reporter: John Levon <levon>
Component: libvirtAssignee: Daniel Veillard <veillard>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: berrange, crobinso, xen-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-07 14:34:30 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: 636033    

Description John Levon 2009-01-26 12:04:07 UTC
Description of problem:

schedinfo, and the underlying API, does not persist its configuration. A number of problems exist:

- the current code does not correctly refuse to work on a shutdown domain with a nice message
- the xenstore code doesn't quietly fail to work on a shutdown domain
- the xend code doesn't work due to a xend bug (need a xend fix plus a libvirt fix)
- the XML does not have any representation of scheduler params

Comment 1 Daniel Berrangé 2011-07-07 14:34:30 UTC
Sched parameters are now persisted in the XML and will work offline (if the driver in question supports it).

commit b8853925faccdecd59655142b61bdcd00716e03a
Author: Osier Yang <jyang>
Date:   Tue Mar 29 21:34:18 2011 +0800

    cputune: Implementations of parsing and formating cputune xml