Bug 1361182
| Summary: | vdsm does not find nfs4 mount point with double slashes | ||
|---|---|---|---|
| Product: | [oVirt] vdsm | Reporter: | wodel <wodel.youchi> |
| Component: | General | Assignee: | Idan Shaby <ishaby> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Kevin Alon Goldblatt <kgoldbla> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.18.6 | CC: | amureini, bugs, ishaby, nsoffer, tnisan, wodel.youchi |
| Target Milestone: | ovirt-4.0.4 | Flags: | rule-engine:
ovirt-4.0.z+
rule-engine: planning_ack+ rule-engine: devel_ack+ acanan: testing_ack+ |
| Target Release: | 4.18.12 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: |
Previously, we didn't support NFS4 mounts that contained a double slash, like in the case of trying to mount an NFS4 directory that is exported with the fsid=0 option.
Now it's possible to do that.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-09-26 12:41:11 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: | |||
|
Description
wodel
2016-07-28 12:59:38 UTC
This is pretty visible. Idan, please add some doctext. Oops, the needinfo was intended for Idan, not Wodel. My apologies. This needs a backport to 4.0. I believe this is a regression introduced in https://gerrit.ovirt.org/55182. Please review the backports - patches 61580 and 61581. Thanks Tested with the following code: ---------------------------------------- rhevm-4.0.4-0.1.el7ev.noarch vdsm-4.18.12-1.el7ev.x86_64 Tested with the following scenario: Steps to Reproduce: 1. Created an nfs mount as follows: cat /etc/exports /home/ovirt *(fsid=0,rw,....) /home/ovirt/engine_vm *(rw,....) hypervisor # mount -t nfs4 nfsserver.domain.tld:/engine_vm /mnt hypervisor # df -h nfsserver.domain.tld://engine_vm 656G 111G 513G 18% /mnt even the mount command shows the double slashes. hypervisor # cat /proc/mount ... nfsserver.domain.tld://engine_vm on /rhev/data-center/mnt/nfsserver.domain.tld:_engine__vm type nfs4 (rw,relatime,vers=4.0,...)Actual results: The first disk is now marked as bootable by default 2. Deployed the hosted engine installer and enterd the When the hosted-engine --deploy is started, I get NO error when using the above mount point (nfsserver.domain.tld:/engine_vm) and the storage domain is created successfully as part of a successful HE deployment Expected results: Moving to VERIFIED! |