<div dir="ltr">Hello,<div><br></div><div>In order to use pNFS which is only available in NFS version 4.1, I'm trying to create a netfs storage pool specifying the protocol version to be used :</div><div><br></div><div><pool type="netfs"><br>  <name>vms</name><br>  <source><br>    ...<br>    <format type="nfs"/><br>    <protocol ver='4.1'/><br>  </source><br>  <target><br>    ...<br></pool></div><div><br></div><div>But the storage pool XML documentation [1] states that :</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>protocol</div><div><br></div><div>For a netfs Storage Pool provide a mechanism to define which NFS protocol version number will be used to contact the server's NFS service. The attribute ver accepts an unsigned *integer* as the version number to use.</div><div><br></div></blockquote>And indeed, when I try to virsh pool-define I get :<div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">error: Failed to define pool from pool.xml<br>error: XML error: storage pool protocol ver '4.1' is malformed<br><br></blockquote>How can I specify the desired NFS minor version to libvirt ?<div><br></div><div>I could mount the NFS share myself and build a dir storage pool on top of it but that's not very pretty.</div><div><br></div><div>Thank you,<br><div><div><br></div><div>[1] <a href="https://libvirt.org/formatstorage.html">https://libvirt.org/formatstorage.html</a><br><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Charles<br></div></div></div></div></div></div>