[ ssic-linux-Bugs-1811510 ] deadlock on loop mounted fs

"SourceForge.net" <[email protected]>
Newsgroups gmane.linux.cluster.ssic.devel
Message-ID <[email protected]>
Bugs item #1811510, was opened at 2007-10-11 14:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=405834&aid=1811510&group_id=32541

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: John Hughes (hughesj)
Assigned to: Nobody/Anonymous (nobody)
Summary: deadlock on loop mounted fs

Initial Comment:
1. Make a sparse file

   perl -e 'open BIGFILE, ">BIGFILE"; seek BIGFILE, 1024 * 1024 * 1024, 0; print BIGFILE "big"'

2. make a filesystem on it

   losetup /dev/loop/0 BIGFILE
   mkfs -t ext3 /dev/loop/0

3. mount it

   mount -t ext3 /dev/loop/0 /mnt

4. write a lot of files to it

   cd /mnt
   dump 0f - / | restore rf -

eventualy the node where we are writing to the loopback mounted fs gets deadlocked.  It's still up as far as the cluster is concerned, but any attempt to start a process on it blocks.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=405834&aid=1811510&group_id=32541

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.