Re: [libvirt] [PATCH 4/8] Support startupPolicy for 'volume' disk

2013-04-08 Thread Osier Yang
On 06/04/13 07:41, John Ferlan wrote: On 04/04/2013 03:37 PM, Osier Yang wrote: "startupPolicy" is only valid for file type storage volume, otherwise it fails on starting the domain. --- docs/formatdomain.html.in| 7 --- docs/schemas/domaincommon.rng

Re: [libvirt] [PATCH 4/8] Support startupPolicy for 'volume' disk

2013-04-05 Thread John Ferlan
On 04/04/2013 03:37 PM, Osier Yang wrote: > "startupPolicy" is only valid for file type storage volume, otherwise > it fails on starting the domain. > --- > docs/formatdomain.html.in| 7 --- > docs/schemas/domaincommon.rng| 3 +++ > s

[libvirt] [PATCH 4/8] Support startupPolicy for 'volume' disk

2013-04-04 Thread Osier Yang
"startupPolicy" is only valid for file type storage volume, otherwise it fails on starting the domain. --- docs/formatdomain.html.in| 7 --- docs/schemas/domaincommon.rng| 3 +++ src/conf/domain_conf.c