This website requires JavaScript.
Explore
Help
Sign In
External
/
libvirt
Watch
1
Star
0
Fork
0
You've already forked libvirt
mirror of
https://gitlab.com/libvirt/libvirt.git
synced
2024-11-05 21:01:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a24ab56da8
libvirt
/
tests
/
virstorageutildata
/
gluster-parse-basic-native.xml
8 lines
114 B
XML
Raw
Normal View
History
Unescape
Escape
test: Introduce testing of virStorageUtilGlusterExtractPoolSources Add a test program called virstorageutiltest and test the gluster pool detection code.
2017-03-28 15:23:37 +00:00
<sources
>
<source
>
<host
name=
'testhost'
/>
storage: gluster: Use volume name as "<name>" field in the XML For native gluster pools the <dir> field denotes a directory inside the pool. For the actual pool name the <name> field has to be used.
2017-04-04 12:04:39 +00:00
<dir
path=
'/'
/>
<name
>
vol0
</name>
test: Introduce testing of virStorageUtilGlusterExtractPoolSources Add a test program called virstorageutiltest and test the gluster pool detection code.
2017-03-28 15:23:37 +00:00
</source>
</sources>
Reference in New Issue
Copy Permalink