Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1045366 Details for
Bug 1238549
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)
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
QE log while raising the bug
cli execution logs (text/plain), 26.48 KB, created by
Nag Pavan Chilakam
on 2015-07-02 06:47:39 UTC
(
hide
)
Description:
QE log while raising the bug
Filename:
MIME Type:
Creator:
Nag Pavan Chilakam
Created:
2015-07-02 06:47:39 UTC
Size:
26.48 KB
patch
obsolete
>CLI execution log >[root@tettnang glusterfs]# gluster v create tvol2 replica 2 tettnang:/rhs/brick1/tvol2 zod:/rhs/brick1/tvol2 tettnang:/rhs/brick2/tvol2 zod:/rhs/brick2/tvol2 >volume create: tvol2: success: please start the volume to access data >[root@tettnang glusterfs]# gluster v start tvol2 >volume start: tvol2: success >[root@tettnang glusterfs]# gluster v attach-tier tvol2 tettnang:/rhs/brick7/tvol2 yarrow:/rhs/brick7/tvol2^C >[root@tettnang glusterfs]# gluster v set tvol2 performance.quick-read off >volume set: success >[root@tettnang glusterfs]# gluster v set tvol2 performance.io-cache off >volume set: success >[root@tettnang glusterfs]# gluster v attach-tier tvol2 tettnang:/rhs/brick7/tvol2 yarrow:/rhs/brick7/tvol2;gluster v set tvol2 features.ctr-enabled on >Attach tier is recommended only for testing purposes in this release. Do you want to continue? (y/n) y >volume attach-tier: success >volume rebalance: tvol2: success: Rebalance on tvol2 has been started successfully. Use rebalance status command to check status of the rebalance process. >ID: c099892f-edba-474c-bd20-6fd17bf24f8d > >volume set: success >[root@tettnang glusterfs]# gluster --version >glusterfs 3.7.1 built on Jun 28 2015 11:01:14 >Repository revision: git://git.gluster.com/glusterfs.git >Copyright (c) 2006-2011 Gluster Inc. <http://www.gluster.com> >GlusterFS comes with ABSOLUTELY NO WARRANTY. >You may redistribute copies of GlusterFS under the terms of the GNU General Public License. >[root@tettnang glusterfs]# rpm -qa|grep gluster >glusterfs-cli-3.7.1-6.el7rhgs.x86_64 >glusterfs-client-xlators-3.7.1-6.el7rhgs.x86_64 >glusterfs-fuse-3.7.1-6.el7rhgs.x86_64 >glusterfs-geo-replication-3.7.1-6.el7rhgs.x86_64 >glusterfs-libs-3.7.1-6.el7rhgs.x86_64 >glusterfs-api-3.7.1-6.el7rhgs.x86_64 >glusterfs-rdma-3.7.1-6.el7rhgs.x86_64 >glusterfs-3.7.1-6.el7rhgs.x86_64 >glusterfs-debuginfo-3.7.1-6.el7rhgs.x86_64 >samba-vfs-glusterfs-4.1.17-7.el7rhgs.x86_64 >glusterfs-server-3.7.1-6.el7rhgs.x86_64 >[root@tettnang glusterfs]# gluster v status tvol2 >Status of volume: tvol2 >Gluster process TCP Port RDMA Port Online Pid >------------------------------------------------------------------------------ >Hot Bricks: >Brick yarrow:/rhs/brick7/tvol2 49155 0 Y 10716 >Brick tettnang:/rhs/brick7/tvol2 49165 0 Y 23651 >Cold Bricks: >Brick tettnang:/rhs/brick1/tvol2 49163 0 Y 23420 >Brick zod:/rhs/brick1/tvol2 49160 0 Y 15789 >Brick tettnang:/rhs/brick2/tvol2 49164 0 Y 23439 >Brick zod:/rhs/brick2/tvol2 49161 0 Y 15809 >NFS Server on localhost N/A N/A N N/A >NFS Server on yarrow N/A N/A N N/A >NFS Server on zod N/A N/A N N/A > >Task Status of Volume tvol2 >------------------------------------------------------------------------------ >Task : Rebalance >ID : c099892f-edba-474c-bd20-6fd17bf24f8d >Status : in progress > >[root@tettnang glusterfs]# gluster v rebalance tvol2 status > Node Rebalanced-files size scanned failures skipped status run time in secs > --------- ----------- ----------- ----------- ----------- ----------- ------------ -------------- > localhost 0 0Bytes 0 0 0 in progress 852.00 > zod 0 0Bytes 0 0 0 in progress 852.00 > yarrow 0 0Bytes 0 0 0 in progress 852.00 >volume rebalance: tvol2: success: >[root@tettnang glusterfs]# gluster v rebalance tvol2 tier status >Node Promoted files Demoted files Status >--------- --------- --------- --------- >localhost 0 0 in progress >zod 0 0 in progress >yarrow 0 0 in progress >volume rebalance: tvol2: success: >[root@tettnang glusterfs]# > > >########################################### >###########mount logs############### >[root@rhs-client1 tvol1]# ########################################## >[root@rhs-client1 tvol1]# cd .. >[root@rhs-client1 mnt]# mkdir tvol2;mount -t glusterfs tettnang:tvol2 tvol2 >[root@rhs-client1 mnt]# cd tvol2 >[root@rhs-client1 tvol2]# ls -alrt >total 0 >drwxr-xr-x. 4 root root 78 Jul 2 11:54 . >drwxr-xr-x. 3 root root 48 Jul 2 11:54 .trashcan >drwxr-xr-x. 6 root root 54 Jul 2 12:19 .. >[root@rhs-client1 tvol2]# touch cf1 >[root@rhs-client1 tvol2]# touch cf{2..5} >[root@rhs-client1 tvol2]# ls -l >total 0 >-rw-r--r--. 1 root root 0 Jul 2 12:19 cf1 >-rw-r--r--. 1 root root 0 Jul 2 12:20 cf2 >-rw-r--r--. 1 root root 0 Jul 2 12:20 cf3 >-rw-r--r--. 1 root root 0 Jul 2 12:20 cf4 >-rw-r--r--. 1 root root 0 Jul 2 12:20 cf5 >[root@rhs-client1 tvol2]# touch cfnew{1..3} >[root@rhs-client1 tvol2]# vi cfnew1 >[root@rhs-client1 tvol2]# cat cfnew1` >> cat c^C >[root@rhs-client1 tvol2]# cat cfnew1 >created these file cfnew{1..3} after disabling performance io options on regular vol >[root@rhs-client1 tvol2]# ls -l >total 1 >-rw-r--r--. 1 root root 0 Jul 2 12:19 cf1 >-rw-r--r--. 1 root root 0 Jul 2 12:20 cf2 >-rw-r--r--. 1 root root 0 Jul 2 12:20 cf3 >-rw-r--r--. 1 root root 0 Jul 2 12:20 cf4 >-rw-r--r--. 1 root root 0 Jul 2 12:20 cf5 >-rw-r--r--. 1 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 1 root root 0 Jul 2 12:22 cfnew2 >-rw-r--r--. 1 root root 0 Jul 2 12:22 cfnew3 >[root@rhs-client1 tvol2]# rm cf3 >rm: remove regular empty file âcf3â? y >[root@rhs-client1 tvol2]# ls -l >total 1 >-rw-r--r--. 1 root root 0 Jul 2 12:19 cf1 >-rw-r--r--. 1 root root 0 Jul 2 12:20 cf2 >-rw-r--r--. 1 root root 0 Jul 2 12:20 cf4 >-rw-r--r--. 1 root root 0 Jul 2 12:20 cf5 >-rw-r--r--. 1 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 1 root root 0 Jul 2 12:22 cfnew2 >-rw-r--r--. 1 root root 0 Jul 2 12:22 cfnew3 >[root@rhs-client1 tvol2]# ls -l >total 1 >-rw-r--r--. 1 root root 0 Jul 2 12:19 cf1 >-rw-r--r--. 1 root root 0 Jul 2 12:20 cf2 >-rw-r--r--. 1 root root 0 Jul 2 12:20 cf4 >-rw-r--r--. 1 root root 0 Jul 2 12:20 cf5 >-rw-r--r--. 1 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 1 root root 0 Jul 2 12:22 cfnew2 >-rw-r--r--. 1 root root 0 Jul 2 12:22 cfnew3 >[root@rhs-client1 tvol2]# > >[root@tettnang ~]# ###########======= Tettnang backend brick========+++################ >[root@tettnang ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 > >/rhs/brick2/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >[root@tettnang ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 >[root@tettnang ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 > >/rhs/brick7/tvol2: >total 0 >[root@tettnang ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 > >/rhs/brick7/tvol2: >total 0 >[root@tettnang ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 > >/rhs/brick7/tvol2: >total 0 >[root@tettnang ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 > >/rhs/brick7/tvol2: >total 0 >[root@tettnang ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 > >/rhs/brick7/tvol2: >total 0 >[root@tettnang ~]# ########### attached hot tier######### >[root@tettnang ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 > >/rhs/brick7/tvol2: >total 0 >[root@tettnang ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 > >/rhs/brick7/tvol2: >total 0 >[root@tettnang ~]# ls /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >cf1 cf4 cfnew2 > >/rhs/brick2/tvol2: >cf2 cf3 cf5 cfnew1 cfnew3 > >/rhs/brick7/tvol2: >[root@tettnang ~]# ls /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >cf1 cf4 cfnew2 > >/rhs/brick2/tvol2: >cf2 cf3 cf5 cfnew1 cfnew3 > >/rhs/brick7/tvol2: >[root@tettnang ~]# ls /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >cf1 cf4 cfnew2 > >/rhs/brick2/tvol2: >cf2 cf3 cf5 cfnew1 cfnew3 > >/rhs/brick7/tvol2: >cf1 cf2 cf3 cf4 cf5 cfnew1 cfnew2 cfnew3 >[root@tettnang ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 > >/rhs/brick7/tvol2: >total 0 >---------T. 2 root root 0 Jul 2 11:59 cf1 >---------T. 2 root root 0 Jul 2 11:59 cf2 >---------T. 2 root root 0 Jul 2 11:59 cf3 >---------T. 2 root root 0 Jul 2 11:59 cf4 >---------T. 2 root root 0 Jul 2 11:59 cf5 >---------T. 2 root root 0 Jul 2 11:59 cfnew1 >---------T. 2 root root 0 Jul 2 11:59 cfnew2 >---------T. 2 root root 0 Jul 2 11:59 cfnew3 >[root@tettnang ~]# ls -l >total 568 >-rwxr-xr-x. 1 root root 1246 Jun 15 22:54 clear-gluster-xattr.sh >-rwxr-xr-x. 1 root root 245 Jun 15 22:54 fw.stop >-rw-r--r--. 1 root root 1863 Jun 15 22:54 initial-setup-ks.cfg >-rw-r--r--. 1 root root 563736 Jul 2 11:33 screen-4.1.0-0.19.20120314git3c2946.el7.x86_64.rpm >-rwxrwxrwx. 1 root root 2831 Jun 30 12:04 tier.sh >[root@tettnang ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 > >/rhs/brick7/tvol2: >total 0 >---------T. 2 root root 0 Jul 2 11:59 cf1 >---------T. 2 root root 0 Jul 2 11:59 cf2 >---------T. 2 root root 0 Jul 2 11:59 cf3 >---------T. 2 root root 0 Jul 2 11:59 cf4 >---------T. 2 root root 0 Jul 2 11:59 cf5 >---------T. 2 root root 0 Jul 2 11:59 cfnew1 >---------T. 2 root root 0 Jul 2 11:59 cfnew2 >---------T. 2 root root 0 Jul 2 11:59 cfnew3 >[root@tettnang ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 > >/rhs/brick7/tvol2: >total 0 >---------T. 2 root root 0 Jul 2 11:59 cf1 >---------T. 2 root root 0 Jul 2 11:59 cf2 >---------T. 2 root root 0 Jul 2 11:59 cf3 >---------T. 2 root root 0 Jul 2 11:59 cf4 >---------T. 2 root root 0 Jul 2 11:59 cf5 >---------T. 2 root root 0 Jul 2 11:59 cfnew1 >---------T. 2 root root 0 Jul 2 11:59 cfnew2 >---------T. 2 root root 0 Jul 2 11:59 cfnew3 >[root@tettnang ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 > >/rhs/brick7/tvol2: >total 0 >---------T. 2 root root 0 Jul 2 11:59 cf1 >---------T. 2 root root 0 Jul 2 11:59 cf2 >---------T. 2 root root 0 Jul 2 11:59 cf4 >---------T. 2 root root 0 Jul 2 11:59 cf5 >---------T. 2 root root 0 Jul 2 11:59 cfnew1 >---------T. 2 root root 0 Jul 2 11:59 cfnew2 >---------T. 2 root root 0 Jul 2 11:59 cfnew3 >[root@tettnang ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 > >/rhs/brick7/tvol2: >total 0 >---------T. 2 root root 0 Jul 2 11:59 cf1 >---------T. 2 root root 0 Jul 2 11:59 cf2 >---------T. 2 root root 0 Jul 2 11:59 cf4 >---------T. 2 root root 0 Jul 2 11:59 cf5 >---------T. 2 root root 0 Jul 2 11:59 cfnew1 >---------T. 2 root root 0 Jul 2 11:59 cfnew2 >---------T. 2 root root 0 Jul 2 11:59 cfnew3 >[root@tettnang ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 > >/rhs/brick7/tvol2: >total 0 >---------T. 2 root root 0 Jul 2 11:59 cf1 >---------T. 2 root root 0 Jul 2 11:59 cf2 >---------T. 2 root root 0 Jul 2 11:59 cf4 >---------T. 2 root root 0 Jul 2 11:59 cf5 >---------T. 2 root root 0 Jul 2 11:59 cfnew1 >---------T. 2 root root 0 Jul 2 11:59 cfnew2 >---------T. 2 root root 0 Jul 2 11:59 cfnew3 >[root@tettnang ~]# >[root@tettnang ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 > >/rhs/brick7/tvol2: >total 0 >---------T. 2 root root 0 Jul 2 11:59 cf1 >---------T. 2 root root 0 Jul 2 11:59 cf2 >---------T. 2 root root 0 Jul 2 11:59 cf4 >---------T. 2 root root 0 Jul 2 11:59 cf5 >---------T. 2 root root 0 Jul 2 11:59 cfnew1 >---------T. 2 root root 0 Jul 2 11:59 cfnew2 >---------T. 2 root root 0 Jul 2 11:59 cfnew3 >[root@tettnang ~]# > >[root@zod ~]# ###################### >[root@zod ~]# ###########=========zod backend brick ======+++################ >[root@zod ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 > >/rhs/brick2/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >[root@zod ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 >[root@zod ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 >[root@zod ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 >[root@zod ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 >[root@zod ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 >[root@zod ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 >[root@zod ~]# ########### attached hot tier######### >[root@zod ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 >[root@zod ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 >[root@zod ~]# ls /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >cf1 cf4 cfnew2 > >/rhs/brick2/tvol2: >cf2 cf3 cf5 cfnew1 cfnew3 >[root@zod ~]# ls /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >cf1 cf4 cfnew2 > >/rhs/brick2/tvol2: >cf2 cf3 cf5 cfnew1 cfnew3 >[root@zod ~]# ls /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >cf1 cf4 cfnew2 > >/rhs/brick2/tvol2: >cf2 cf3 cf5 cfnew1 cfnew3 >[root@zod ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 >[root@zod ~]# ls -l >total 80 >-rw-------. 1 root root 1801 Apr 20 13:24 anaconda-ks.cfg >-rw-r--r--. 1 root root 107 Apr 21 15:11 do >drwxr-xr-x. 2 root root 4096 May 19 13:23 downstream >-rw-r--r--. 1 root root 0 Apr 21 15:06 ep. >-rw-r--r--. 1 root root 14524 Nov 25 2014 epel-release-7-5.noarch.rpm >-rw-r--r--. 1 root root 31952 Apr 23 15:14 glusterop >-rw-r--r--. 1 root root 1849 Apr 20 14:00 initial-setup-ks.cfg >-rwxr-xr-x. 1 root root 13496 Jun 3 16:11 rhs-system-init.sh >[root@zod ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 >[root@zod ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf3 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 >[root@zod ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 >[root@zod ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 >[root@zod ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 >[root@zod ~]# >[root@zod ~]# ls -l /rhs/brick*/tvol2 >/rhs/brick1/tvol2: >total 0 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew2 > >/rhs/brick2/tvol2: >total 4 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf2 >-rw-r--r--. 2 root root 0 Jul 2 2015 cf5 >-rw-r--r--. 2 root root 85 Jul 2 11:57 cfnew1 >-rw-r--r--. 2 root root 0 Jul 2 2015 cfnew3 >[root@zod ~]# > > >[root@yarrow ~]# ###################### >[root@yarrow ~]# ###########=======yarrow backend brick========+++################ >[root@yarrow ~]# ls -l /rhs/brick*/tvol2 >ls: cannot access /rhs/brick*/tvol2: No such file or directory >[root@yarrow ~]# ls -l /rhs/brick*/tvol2 >ls: cannot access /rhs/brick*/tvol2: No such file or directory >[root@yarrow ~]# ls -l /rhs/brick*/tvol2 >total 0 >[root@yarrow ~]# ls -l /rhs/brick*/tvol2 >total 0 >[root@yarrow ~]# ls -l /rhs/brick*/tvol2 >total 0 >[root@yarrow ~]# ls -l /rhs/brick*/tvol2 >total 0 >[root@yarrow ~]# ls -l /rhs/brick*/tvol2 >total 0 >[root@yarrow ~]# ########### attached hot tier######### >[root@yarrow ~]# ls -l /rhs/brick*/tvol2 >total 0 >[root@yarrow ~]# ls -l /rhs/brick*/tvol2 >total 0 >[root@yarrow ~]# ls /rhs/brick*/tvol2 >[root@yarrow ~]# ls /rhs/brick*/tvol2 >[root@yarrow ~]# ls /rhs/brick*/tvol2 >[root@yarrow ~]# ls -l /rhs/brick*/tvol2 >total 0 >[root@yarrow ~]# ls -l >total 20 >-rw-------. 1 root root 1815 Apr 20 15:02 anaconda-ks.cfg >-rwxr-xr-x. 1 root root 1246 Jun 14 17:46 clear-gluster-xattr.sh >drwxr-xr-x. 2 root root 4096 May 19 17:07 downstream >-rwxrwxrwx. 1 root root 245 May 18 14:56 fw.stop >-rw-r--r--. 1 root root 1863 Apr 20 15:09 initial-setup-ks.cfg >You have new mail in /var/spool/mail/root >[root@yarrow ~]# ls -l /rhs/brick*/tvol2 >total 0 >[root@yarrow ~]# ls -l /rhs/brick*/tvol2 >total 0 >[root@yarrow ~]# ls -l /rhs/brick*/tvol2 >total 0 >[root@yarrow ~]# ls -l /rhs/brick*/tvol2 >total 0 >[root@yarrow ~]# ls -l /rhs/brick*/tvol2 >total 0 >[root@yarrow ~]# >[root@yarrow ~]# ls -l /rhs/brick*/tvol2 >total 0 >[root@yarrow ~]# >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1238549
: 1045366