mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
storage: pool: Allow more intricate nfs protocol versions
Treat the 'protocolVer' field as a string so that e.g. '4.1' can be used. Forbid only ',' in the string as it's a separator of arguments for mount options. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@@ -350,7 +350,7 @@ following child elements:
|
||||
``protocol``
|
||||
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.
|
||||
attribute ``ver`` accepts the version number to use.
|
||||
:since:`Since 5.1.0`
|
||||
``vendor``
|
||||
Provides optional information about the vendor of the storage device. This
|
||||
|
||||
Reference in New Issue
Block a user