[libvirt] [PATCH 2/2] tests: storage: Fix storage xml2xml test for vstorage pool

Olga Krishtal okrishtal at virtuozzo.com
Fri Jan 27 10:38:29 UTC 2017


On 27/01/17 12:45, Peter Krempa wrote:
> The input and output were the same, but the output file did not
> correspond to what libvirt would output.
> ---
>   tests/storagepoolxml2xmlout/pool-vstorage.xml | 9 ++-------
>   1 file changed, 2 insertions(+), 7 deletions(-)
>
> diff --git a/tests/storagepoolxml2xmlout/pool-vstorage.xml b/tests/storagepoolxml2xmlout/pool-vstorage.xml
> index 8b2aecb64..11280198f 100644
> --- a/tests/storagepoolxml2xmlout/pool-vstorage.xml
> +++ b/tests/storagepoolxml2xmlout/pool-vstorage.xml
> @@ -5,14 +5,9 @@
>     <allocation unit='bytes'>0</allocation>
>     <available unit='bytes'>0</available>
>     <source>
> -    <name>vstorage-cluster</name>
> +    <name>vzstorage-cluster</name>
>     </source>
>     <target>
> -    <path>/mnt/vstorage-cluster</path>
> -    <permissions>
> -      <mode>0755</mode>
> -      <owner>-1</owner>
> -      <group>-1</group>
> -    </permissions>
> +    <path>/mnt/vstorage_cluster</path>
>     </target>
>   </pool>

ACK

-- 
Best regards,
Olga




More information about the libvir-list mailing list