[ https://issues.apache.org/jira/browse/CLOUDSTACK-10460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nicolás Vázquez updated CLOUDSTACK-10460: ----------------------------------------- Security: (was: Public) > CloudStack GSoC 2023 - Configure NFS version for Primary Storage > ---------------------------------------------------------------- > > Key: CLOUDSTACK-10460 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10460 > Project: CloudStack > Issue Type: New Feature > Reporter: Nicolás Vázquez > Priority: Major > Labels: gsoc2023, part-time > > Github issue: [https://github.com/apache/cloudstack/issues/4482] > > NFS Primary Storage mounts are handled by libvirt. > Currently libvirt defaults to NFS version 3 when mounting while it does > support NFS version 4 if provided in the XML definition: > [https://libvirt.org/formatstorage.html#StoragePoolSource] > {code:xml} > <source> > <host name='localhost'/> > <dir path='/var/lib/libvirt/images'/> > <format type='nfs'/> > <protocol ver='4'/> > </source> > {code} > > Maybe pass the argument 'nfsvers' to the URL provided to the Management > Server and then pass this down to the Hypervisors which generate the XML for > libvirt. -- This message was sent by Atlassian Jira (v8.20.10#820010)