Re: [Gluster-devel] [Gluster-users] Fwd: dht_is_subvol_filled messages on client

2016-05-05 Thread Serkan Çoban
Hi, You can find the output below link: https://www.dropbox.com/s/wzrh5yp494ogksc/status_detail.txt?dl=0 Thanks, Serkan On Thu, May 5, 2016 at 9:33 AM, Xavier Hernandez wrote: > Can you post the result of 'gluster volume status v0 detail' ? > > > On 05/05/16 06:49,

Re: [Gluster-devel] [Gluster-users] Fwd: dht_is_subvol_filled messages on client

2016-05-05 Thread Serkan Çoban
Hi, Can anyone suggest something for this issue? df, du has no issue for the bricks yet one subvolume not being used by gluster.. On Wed, May 4, 2016 at 4:40 PM, Serkan Çoban wrote: > Hi, > > I changed cluster.min-free-inodes to "0". Remount the volume on > clients. inode

Re: [Gluster-devel] [Gluster-users] Fwd: dht_is_subvol_filled messages on client

2016-05-05 Thread Serkan Çoban
Ah I see how can I overlook this, my bad sorry everyone for taking time to help me... >BTW, how large is the volume you have? 9PB usable :) Serkan On Thu, May 5, 2016 at 2:07 PM, Xavier Hernandez wrote: > On 05/05/16 11:31, Kaushal M wrote: >> >> On Thu, May 5, 2016 at

Re: [Gluster-devel] [Gluster-users] Fwd: dht_is_subvol_filled messages on client

2016-05-05 Thread Xavier Hernandez
On 05/05/16 13:59, Kaushal M wrote: On Thu, May 5, 2016 at 4:37 PM, Xavier Hernandez wrote: On 05/05/16 11:31, Kaushal M wrote: On Thu, May 5, 2016 at 2:36 PM, David Gossage wrote: On Thu, May 5, 2016 at 3:28 AM, Serkan Çoban

Re: [Gluster-devel] [Gluster-users] Fwd: dht_is_subvol_filled messages on client

2016-05-05 Thread Kaushal M
On Thu, May 5, 2016 at 4:59 PM, Serkan Çoban wrote: > Ah I see how can I overlook this, my bad sorry everyone for taking > time to help me... >>BTW, how large is the volume you have? > 9PB usable :) Happy to help! > > Serkan > > On Thu, May 5, 2016 at 2:07 PM, Xavier

Re: [Gluster-devel] [Gluster-users] Fwd: dht_is_subvol_filled messages on client

2016-05-05 Thread Kaushal M
On Thu, May 5, 2016 at 4:37 PM, Xavier Hernandez wrote: > On 05/05/16 11:31, Kaushal M wrote: >> >> On Thu, May 5, 2016 at 2:36 PM, David Gossage >> wrote: >>> >>> >>> >>> >>> On Thu, May 5, 2016 at 3:28 AM, Serkan Çoban

Re: [Gluster-devel] [Gluster-users] Fwd: dht_is_subvol_filled messages on client

2016-05-05 Thread Xavier Hernandez
On 05/05/16 11:31, Kaushal M wrote: On Thu, May 5, 2016 at 2:36 PM, David Gossage wrote: On Thu, May 5, 2016 at 3:28 AM, Serkan Çoban wrote: Hi, You can find the output below link:

Re: [Gluster-devel] [Gluster-users] Fwd: dht_is_subvol_filled messages on client

2016-05-05 Thread Kaushal M
On Thu, May 5, 2016 at 2:36 PM, David Gossage wrote: > > > > On Thu, May 5, 2016 at 3:28 AM, Serkan Çoban wrote: >> >> Hi, >> >> You can find the output below link: >> https://www.dropbox.com/s/wzrh5yp494ogksc/status_detail.txt?dl=0 >> >>

Re: [Gluster-devel] [Gluster-users] Fwd: dht_is_subvol_filled messages on client

2016-05-05 Thread David Gossage
On Thu, May 5, 2016 at 3:28 AM, Serkan Çoban wrote: > Hi, > > You can find the output below link: > https://www.dropbox.com/s/wzrh5yp494ogksc/status_detail.txt?dl=0 > > Thanks, > Serkan > Maybe not issue, but playing one of these things is not like the other I notice of

Re: [Gluster-devel] [Gluster-users] Fwd: dht_is_subvol_filled messages on client

2016-05-05 Thread Xavier Hernandez
Can you post the result of 'gluster volume status v0 detail' ? On 05/05/16 06:49, Serkan Çoban wrote: Hi, Can anyone suggest something for this issue? df, du has no issue for the bricks yet one subvolume not being used by gluster.. On Wed, May 4, 2016 at 4:40 PM, Serkan Çoban

Re: [Gluster-devel] [Gluster-users] Fwd: dht_is_subvol_filled messages on client

2016-05-04 Thread Serkan Çoban
Hi, I changed cluster.min-free-inodes to "0". Remount the volume on clients. inode full messages not coming to syslog anymore but I see disperse-56 subvolume still not being used. Anything I can do to resolve this issue? Maybe I can destroy and recreate the volume but I am not sure It will fix

Re: [Gluster-devel] [Gluster-users] Fwd: dht_is_subvol_filled messages on client

2016-05-04 Thread Serkan Çoban
I also checked the df output all 20 bricks are same like below: /dev/sdu1 7.3T 34M 7.3T 1% /bricks/20 On Tue, May 3, 2016 at 1:40 PM, Raghavendra G wrote: > > > On Mon, May 2, 2016 at 11:41 AM, Serkan Çoban wrote: >> >> >1. What is the out put of

Re: [Gluster-devel] [Gluster-users] Fwd: dht_is_subvol_filled messages on client

2016-05-04 Thread Serkan Çoban
Hi, I checked with this(1) C program if FS is returning something wrong but that is not the case. I also try to understand the source code, somehow in below statement subvol_filled_inodes sets to true. if (conf->du_stats[i].avail_inodes < conf->min_free_inodes) { subvol_filled_inodes = _gf_true;

Re: [Gluster-devel] [Gluster-users] Fwd: dht_is_subvol_filled messages on client

2016-05-03 Thread Raghavendra G
On Mon, May 2, 2016 at 11:41 AM, Serkan Çoban wrote: > >1. What is the out put of du -hs ? Please get this > information for each of the brick that are part of disperse. > Sorry. I needed df output of the filesystem containing brick. Not du. Sorry about that. > There

Re: [Gluster-devel] [Gluster-users] Fwd: dht_is_subvol_filled messages on client

2016-04-30 Thread Raghavendra G
On Fri, Apr 29, 2016 at 12:32 AM, Serkan Çoban wrote: > Hi, I cannot get an answer from user list, so asking to devel list. > > I am getting [dht-diskusage.c:277:dht_is_subvol_filled] 0-v0-dht: > inodes on subvolume 'v0-disperse-56' are at (100.00 %), consider > adding