Description of problem: Use NFSv3 for Nova volume Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1.use NFSv3 2. 3. Actual results: being able to use NFSv3 Expected results: be able to use NFSv3 for nova volume Additional info: We have Heat NovaNfsVersion: but that only accept nfs v4.x and also this option; parameter_defaults: ComputeExtraConfig: nova::compute::libvirt::nfs_mount_options: "vers=3,rw,intr,nolock" the nova mount function has fstype=v4 hardcoded.
NFSv3 is not supported by the block storage or compute services in OSP 13 due to locking issues resolved in NFSv4. https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html/advanced_overcloud_customization/storage_configuration#sect-Configuring_NFS_Storage Closing this out as WONTFIX as a result.