Bug 1283964
Summary: | Support NFS v4.1 connections | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Sarvesh Pandit <sapandit> | ||||
Component: | ovirt-engine | Assignee: | Tal Nisan <tnisan> | ||||
Status: | CLOSED ERRATA | QA Contact: | Aharon Canan <acanan> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 3.5.0 | CC: | acanan, amarchuk, amureini, bazulay, bkorren, bugs, eedri, gamado, gklein, iheim, lsurette, mgoldboi, rbalakri, Rhev-m-bugs, sbonazzo, scohen, tnisan, ycui, yeylon, ykaul, ylavi | ||||
Target Milestone: | ovirt-3.6.2 | ||||||
Target Release: | 3.6.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: |
This change allows the user to create NFS v4.1 storage domains (or edit existing domains to use NFS v4.1).
|
Story Points: | --- | ||||
Clone Of: | 1129597 | Environment: | |||||
Last Closed: | 2016-03-09 21:14:31 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 1129597 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Sarvesh Pandit
2015-11-20 12:11:58 UTC
The original bug is not related to NFS v4.1 but to validating of redundant mount options, the NFS version can be specified when creating a new domain, currently there are only V3, V4 and auto negotiate options are viable. Since what you ask is basically to allow using of NFS V4.1 I'll change this bugs info to indicate the correct info. Just to be more clear on that - the fix will be for 3.6 and 3.5 does not support NFS V4.1 (In reply to Tal Nisan from comment #3) > Just to be more clear on that - the fix will be for 3.6 and 3.5 does not > support NFS V4.1 Actually we do support it since 3.3 - I was testing that as part our supporting pNFS. https://bugzilla.redhat.com/show_bug.cgi?id=908375#c14 In order to set it you need to use POSIX domain and not NFS as NFS domain blocks multiple version option (check bug https://bugzilla.redhat.com/show_bug.cgi?id=1129597) QE note: not in ovirt-engine-3.6.2-1 RHEV build 3.6.2-3 released http://bob.eng.lab.tlv.redhat.com/builds/3.6/3.6.2-3/ Created attachment 1111120 [details]
screenshot
Failed,
When creating new NFS storage domain, under "Custom connection parameter", NFS version includes v3, v4 and Auto Negotiate -
NFS version 4.1 is not there.
vdsm-4.17.15-0.el7ev.noarch
rhevm-3.6.2-0.1.el6.noarch
The new build contained respin of VDSM only, since this is an Engine bug which was not contained in the build it shouldn't have been moved to ON_QA, moving back to MODIFIED until Engine will be respun Verified vdsm-4.17.17-0.el7ev.noarch rhevm-3.6.2.5-0.1.el6.noarch NFS 4.1 appears under custom connection parameters, Also relevant mount on vdsm (below) jsonrpc.Executor/6::DEBUG::2016-01-17 12:18:36,424::mount::229::Storage.Misc.excCmd::(_runcmd) /usr/bin/taskset --cpu-list 0-7 /usr/bin/sudo -n /usr/bin/mount -t nfs -o soft,nosharecache,timeo=600,retrans=6,nfsvers=4,minorversion=1 10.35.64.11:/vol/RHEV/Storage/acanan02 /rhev/data-center/mnt/10.35.64.11:_vol_RHEV_Storage_acanan02 (cwd None) Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-0376.html |