Bug 1057043
Summary: | [RFE] NFS custom mountoptions (NFS over RDMA) | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Markus Stockhausen <mst> | ||||
Component: | ovirt-engine-core | Assignee: | Allon Mureinik <amureini> | ||||
Status: | CLOSED WONTFIX | QA Contact: | bugs <bugs> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 3.5 | CC: | amureini, gklein, iheim, mst, rbalakri, scohen, yeylon | ||||
Target Milestone: | --- | Keywords: | FutureFeature | ||||
Target Release: | 3.6.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | storage | ||||||
Fixed In Version: | Doc Type: | Enhancement | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1087059 (view as bug list) | Environment: | |||||
Last Closed: | 2015-03-29 09:06:12 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: | 1087059, 1113185 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Markus Stockhausen
2014-01-23 11:39:32 UTC
Created attachment 854326 [details]
screenshot
Markus - have you tried doing so via the posixfs storage domain type? Thanks for that tip. I never was aware what was ment with Posix. As far as I understand, this involves setting the whole datacenter to type Posix. At least in my current NFS datacenter I cannot add a Posix mount. I will give it a try the next weeks. If you think Posix will satisfy my needs you can close the RFE. (In reply to Markus Stockhausen from comment #3) > As far as I understand, this involves setting the whole datacenter to type > Posix. At least in my current NFS datacenter I cannot add a Posix mount. I > will give it a try the next weeks. Correct. In 3.4 this will not be required as you will be able to mix POSIX, NFS, iSCSI, FCP and Gluster domains in the same DC (all except for local). > > If you think Posix will satisfy my needs you can close the RFE. Posix enables you to pass any list of options to mount. What needs to be done to support this natively from the NFS domain type: Add modprobe xprtrdma to host config (need to determine when in the flow to do this - you either always modprobe and check the the module is loaded or you do it once for every host on initvdsonup) Add the specific option to the NFS supported options Test, test, test The RFE described in bug 1087059 allows the user to manually add mount options to an NFS storage domain's connection. In conjunction with the ability to edit existing connection options introduced in 3.3 and the ability to mix domain types introduced in 3.4, I think we're 99% there. These improvements reduce this RFE to the question whether we want oVirt to orchastrate RDMA's configuration itself or not. Closing old bugs. If this issue is still relevant/important in current version, please re-open the bug. |