Re: [libvirt] [PATCH 6/9] Support startupPolicy for 'volume' disk

2013-01-31 Thread John Ferlan
On 01/30/2013 01:11 PM, Osier Yang wrote: startupPolicy is only valid for file type storage volume, otherwise it fails on starting the domain (no way to error out earlier when parsing). --- docs/formatdomain.html.in |7 --- docs/schemas/domaincommon.rng |3 +++

[libvirt] [PATCH 6/9] Support startupPolicy for 'volume' disk

2013-01-30 Thread Osier Yang
startupPolicy is only valid for file type storage volume, otherwise it fails on starting the domain (no way to error out earlier when parsing). --- docs/formatdomain.html.in |7 --- docs/schemas/domaincommon.rng |3 +++ src/conf/domain_conf.c|9 +++--