Bug 1397499
Summary: | Create directory with dot failed on FUSE mounted Gluster | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Quentin <q.schoemaker> | ||||
Component: | fuse | Assignee: | bugs <bugs> | ||||
Status: | CLOSED EOL | QA Contact: | |||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 3.8 | CC: | amukherj, bugs, q.schoemaker | ||||
Target Milestone: | --- | Keywords: | Triaged | ||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-11-07 10:35:48 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
This bug is getting closed because the 3.8 version is marked End-Of-Life. There will be no further updates to this version. Please open a new bug against a version that still receives bugfixes if you are still facing this issue in a more current release. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |
Created attachment 1222764 [details] Screenshot of directory listing Description of problem: If you create a directory with a dot in it on a FUSE mounted Gluster system, you'll see a directory with question marks in it. Log files give entries like: remote operation failed. Path: /config/conf.d (00000000-0000-0000-0000-000000000000) [No data available] Version-Release number of selected component (if applicable): 3.8.4-1.el7.x86_64 How reproducible: Every time you create a directory with a dot on FUSE mounted Gluster filesystem. Steps to Reproduce: 1. Mount a Gluster system with the FUSE client 2. Go to the mounted directory 3. Create a directory with dot in it, f.e.: conf.d 4. Do a 'ls -al' on the path and you'll see the question marks. Actual results: Directory create like: d????????? ? ? ? ? ? conf.d Expected results: Directory like this: drwxr-xr-x 2 root root 4096 Nov 22 16:59 conf.d Additional info: