On Wed, Apr 6, 2016 at 10:42 PM, Scottix wrote:
> I have been running some speed tests in POSIX file operations and I noticed
> even just listing files can take a while compared to an attached HDD. I am
> wondering is there a reason it takes so long to even just list files.
If you're running comp
On Wed, Apr 6, 2016 at 2:42 PM, Scottix wrote:
> I have been running some speed tests in POSIX file operations and I noticed
> even just listing files can take a while compared to an attached HDD. I am
> wondering is there a reason it takes so long to even just list files.
>
> Here is the test I r
I have been running some speed tests in POSIX file operations and I noticed
even just listing files can take a while compared to an attached HDD. I am
wondering is there a reason it takes so long to even just list files.
Here is the test I ran
time for i in {1..10}; do touch $i; done
Interna
On Mon, Apr 4, 2016 at 9:55 AM, Gregory Farnum wrote:
> Deletes are just slow right now. You can look at the ops in flight on you
> client or MDS admin socket to see how far along it is and watch them to see
> how long stuff is taking -- I think it's a sync disk commit for each unlink
> though so
Thanks!
Now this slow rm is not our biggest issue anymore (for the moment)..
Since this night all our MDSs did crash.
I opened a ticket http://tracker.ceph.com/issues/15379 with the
stacktraces I got.
We aren't able to restart the mds's at all for now..
I stopped the rm, and also increased the
On Tue, Apr 5, 2016 at 12:55 AM, Gregory Farnum wrote:
> Deletes are just slow right now. You can look at the ops in flight on you
> client or MDS admin socket to see how far along it is and watch them to see
> how long stuff is taking -- I think it's a sync disk commit for each unlink
> though so
Deletes are just slow right now. You can look at the ops in flight on you
client or MDS admin socket to see how far along it is and watch them to see
how long stuff is taking -- I think it's a sync disk commit for each unlink
though so at 40M it's going to be a good looong while. :/
-Greg
On Monda