mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
schema: pool: netfs: Don't enforce slash in glusterfs pool source
Gluster volumes don't start with a leading slash. Our schema for netfs gluster pools enforces it though. Luckily mount.glusterfs skips it. Allow a slashless volume name for glusterfs netfs mounts in the schema. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1101999
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<pool type='netfs'>
|
||||
<source>
|
||||
<host name='example.com'/>
|
||||
<format type='glusterfs'/>
|
||||
<dir path='volume'/>
|
||||
</source>
|
||||
<name>netfs-gluster</name>
|
||||
<uuid>d5609ced-94b1-489e-b218-eff35c30336a</uuid>
|
||||
<target>
|
||||
<path>/mnt/gluster</path>
|
||||
</target>
|
||||
</pool>
|
||||
Reference in New Issue
Block a user