Bug 1238549
Summary: | Data Tiering: Wastage of Inodes as all files in cold tier get hash linked(T file) if a lookup(ls -l) is performed after attaching tier( and tey remain indefinitely in that state) | ||||||
---|---|---|---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Nag Pavan Chilakam <nchilaka> | ||||
Component: | tier | Assignee: | Dan Lambright <dlambrig> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Nag Pavan Chilakam <nchilaka> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | rhgs-3.1 | CC: | kramdoss, nbalacha, nchilaka, rhs-bugs, smohan, storage-qa-internal | ||||
Target Milestone: | --- | Keywords: | ZStream | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | tier-attach-detach | ||||||
Fixed In Version: | glusterfs-3.7.5-19 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-03-25 14:23:09 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: | |||||||
Bug Depends On: | 1275998 | ||||||
Bug Blocks: | 1276742 | ||||||
Attachments: |
|
Description
Nag Pavan Chilakam
2015-07-02 06:45:55 UTC
Created attachment 1045366 [details]
QE log while raising the bug
Sos reports @ rhsqe-repo.lab.eng.blr.redhat.com:/home/repo/sosreports/bug.1238549 Just imagine a case of an existing customer, who wants to attach a hot-tier to an existing volume which contains say 1 million files. This means it will lead to 1million of inodes simply wasted. This is not ideal for deployments. [root@tettnang tmp]# stat /rhs/brick*/tvol2/cfnew1 (cold brick) File: ‘/rhs/brick2/tvol2/cfnew1’ Size: 85 Blocks: 8 IO Block: 4096 regular file Device: fd15h/64789d Inode: 872415689 Links: 2 Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root) Context: system_u:object_r:unlabeled_t:s0 Access: 2015-07-02 11:57:41.681267279 +0530 Modify: 2015-07-02 11:57:41.682267278 +0530 Change: 2015-07-02 11:57:41.685267278 +0530 Birth: - File: ‘/rhs/brick7/tvol2/cfnew1’ (hot brick) Size: 0 Blocks: 0 IO Block: 4096 regular empty file Device: fd20h/64800d Inode: 1275131981 Links: 2 Access: (1000/---------T) Uid: ( 0/ root) Gid: ( 0/ root) Context: system_u:object_r:unlabeled_t:s0 Access: 2015-07-02 11:59:38.865263568 +0530 Modify: 2015-07-02 11:59:38.865263568 +0530 Change: 2015-07-02 11:59:38.865263568 +0530 Birth: - |