[Gluster-devel] Problem with rm -rf
Harris Landgarten
harrisl at lhjonline.com
Fri Jun 29 17:36:27 UTC 2007
Avati,
More info on rm -rf problem
rm -rf * and find . -exec rm -rf {} \;
both begin properly and then fall into a sequence of looking for files:
find . -type f -exec rm {} \;
works fast and properly
rm -rf * then works with empty dirs.
Harris
----- Original Message -----
From: "Harris Landgarten" <harrisl at lhjonline.com>
To: "Anand Avati" <avati at zresearch.com>
Cc: "gluster-devel" <gluster-devel at nongnu.org>
Sent: Thursday, June 28, 2007 9:21:46 AM (GMT-0500) America/New_York
Subject: Re: [Gluster-devel] Problem with rm -rf
the rm -rf hangs. It looks like one or two unlinks are sent to the log. I can cntl-C the client and the data is still there. The data was is the tmp dir from failed backups. It is gone now. I will investigate more when I have more data later today.
Harris
----- Original Message -----
From: "Anand Avati" <avati at zresearch.com>
To: "Harris Landgarten" <harrisl at lhjonline.com>
Cc: "gluster-devel" <gluster-devel at nongnu.org>
Sent: Thursday, June 28, 2007 9:17:41 AM (GMT-0500) America/New_York
Subject: Re: [Gluster-devel] Problem with rm -rf
Strange,
what is your configuration? At the time of 'hang', is it possible for you to attach gdb to glusterfs and get a backtrace (from every thread, by switching as 'thr 1' 'thr 2' etc) ?
rm -rf seems to work fine for me, wondering how find . -exec rm would make a difference.
thanks,
avati
> I am trying to delete the contents of a tmp dir with 3 trees containing about 1.7G
> as root, from withint the top level tmp dir I issue
>
> rm -rf *
>
> and the command hangs are never returns.
>
> find . -exec rm -rf {} \;
>
> works as expected.
>
>
> Harris
_______________________________________________
Gluster-devel mailing list
Gluster-devel at nongnu.org
http://lists.nongnu.org/mailman/listinfo/gluster-devel
--
Anand V. Avati
_______________________________________________
Gluster-devel mailing list
Gluster-devel at nongnu.org
http://lists.nongnu.org/mailman/listinfo/gluster-devel
More information about the Gluster-devel
mailing list