[libvirt] [PATCH 1/3] docs: Add readonly to filesystem RNG schema

Osier Yang jyang at redhat.com
Mon Jan 16 11:56:02 UTC 2012


On 2012年01月16日 19:09, Daniel P. Berrange wrote:
> On Mon, Jan 16, 2012 at 06:19:26PM +0800, Osier Yang wrote:
>> "<readonly/>" is supported by filesystem XML, and also documented.
>> ---
>>   docs/schemas/domaincommon.rng |    5 +++++
>>   1 files changed, 5 insertions(+), 0 deletions(-)
>>
>> diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
>> index 6d265f3..b34526f 100644
>> --- a/docs/schemas/domaincommon.rng
>> +++ b/docs/schemas/domaincommon.rng
>> @@ -1186,6 +1186,11 @@
>>           </choice>
>>           </attribute>
>>         </optional>
>> +<optional>
>> +<element name='readonly'>
>> +<empty/>
>> +</element>
>> +</optional>
>>       </element>
>>     </define>
>>     <define name="filesystemtgt">
>
> ACK
>
> Daniel

Thanks, pushed

Osier




More information about the libvir-list mailing list