Bug 781318
Summary: | introduce gfid based backend and related changes | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Anand Avati <aavati> |
Component: | core | Assignee: | Anand Avati <aavati> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | M S Vishwanath Bhat <vbhat> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | mainline | CC: | amarts, chrisw, gluster-bugs, mzywusko, rfortier |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.4.0 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-07-24 17:18:10 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 817967 |
Description
Anand Avati
2012-01-13 09:49:46 UTC
CHANGE: http://review.gluster.com/669 (core: GFID filehandle based backend and anonymous FDs) merged in master by Anand Avati (avati) CHANGE: http://review.gluster.com/2645 (nfs: changes for using nameless lookup and anonymous FDs) merged in master by Anand Avati (avati) CHANGE: http://review.gluster.com/2830 (remove code that was part of hard resolution which is not needed anymore.) merged in master by Vijay Bellur (vijay) Now, when one creates the files/dirs, gfid backend corresponding to the actual file is created. [root@supernova s1]# for file in $(find .) ; do echo -n $file " -- "; stat -c %i $file ; done . -- 531583 ./rand -- 531837 ./rand1 -- 531841 ./testfile -- 530599 ./.glusterfs/66/e4/66e4a420-9960-4a32-852f-cf6db0bcadef -- 530599 ./.glusterfs/d3/a2/d3a25e4f-9a03-4b7c-8365-d257ca8b3455 -- 531841 ./.glusterfs/0b/50/0b500389-df9d-499d-ab27-9dcd0464cd18 -- 531837 ./.glusterfs/00/00/00000000-0000-0000-0000-000000000001 -- 538507 Notice the same inode number for the files. (rand1 and 25e4f-9a03-4b7c-8365-d257ca8b3455) CHANGE: http://review.gluster.org/3997 (storage/posix: remove dependency on loc->path in posix_lookup()) merged in master by Anand Avati (avati) |