Re: [Gluster-devel] attaching tier and starting rebalance daemon in single command, (needed to see all directories)

2015-04-22 Thread Atin Mukherjee
+ gluster-devel On 04/23/2015 09:20 AM, Atin Mukherjee wrote: On 04/23/2015 01:46 AM, Dan Lambright wrote: KP, Atin, Currently in tiered volumes, we attach a tier and then start the rebalance daemon in separate steps. The problem here is if someone does readdir on the mount point

Re: [Gluster-devel] attaching tier and starting rebalance daemon in single command, (needed to see all directories)

2015-04-22 Thread Krishnan Parthasarathi
What I need to do is combine those two commands into a single one. What I am thinking is, at the cli level, we would first send the attach command, and if it returns successfully, send the tier start command. Composing attach-tier and tier-start commands in cli is an acceptable solution.