• D
    parallels: rewrite parallelsApplyConfig with SDK · 02954c0b
    Dmitry Guryanov 提交于
    Rewrite code, which applies domain configuration given
    to virDomainDefineXML function to the VM of container
    registered in PCS.
    
    This code first check if there are unsupported parameters
    in domain XML and if yes - reports error. Some of such
    parameters are not supported by PCS, for some - it's not
    obvious, how to convert them into PCS's corresponding params,
    so let's put off it, and implement only basic params in
    this patch.
    Signed-off-by: NDmitry Guryanov <dguryanov@parallels.com>
    02954c0b
parallels_driver.c 26.9 KB