Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*File\s+system\s+remain\s+unresponsive\s+until\s+the\s+system\s+is\s+rebooted\.\s*$/: 18 ]

Total 18 documents matching your query.

1. File system remain unresponsive until the system is rebooted. (score: 1)
Author: Supratik Goswami <supratiksekhar@xxxxxxxxx>
Date: Mon, 30 Jan 2012 14:48:58 +0530
Hi We are using RAID-0 volumes as PV's in our LVM stack and XFS as the filesystem. The kernel logged the below call trace when the filesystem was being expanded using "xfs_growfs" command. We have us
/archives/xfs/2012-01/msg00468.html (42,381 bytes)

2. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: pg_xf2@xxxxxxxxxxxxxxxxxx (Peter Grandi)
Date: Mon, 30 Jan 2012 17:23:45 +0000
LVM is in general a bad idea, and I have found that it occasionally interacts not so well with XFS and other filesystems under resource pressure. It also seems from one of the backtraces that you ar
/archives/xfs/2012-01/msg00473.html (8,500 bytes)

3. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Tue, 31 Jan 2012 12:31:24 +1100
What kernel? Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx
/archives/xfs/2012-01/msg00481.html (8,517 bytes)

4. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: Supratik Goswami <supratiksekhar@xxxxxxxxx>
Date: Tue, 31 Jan 2012 10:34:10 +0530
We are using Amazon EC2 instances. ubuntu@ip-10-0-0-10:~$ uname -aLinux ip-10-0-0-10 2.6.32-318-ec2 -- Warm Regards Supratik
/archives/xfs/2012-01/msg00483.html (9,394 bytes)

5. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: Emmanuel Florac <eflorac@xxxxxxxxxxxxxx>
Date: Tue, 31 Jan 2012 08:19:21 +0100
Le Tue, 31 Jan 2012 10:34:10 +0530 vous écriviez: You can't know for sure what's happening behind the scenes. The most common problem of EC2 instances is IO starving, so this is hardly surprising. --
/archives/xfs/2012-01/msg00484.html (9,358 bytes)

6. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: Stan Hoeppner <stan@xxxxxxxxxxxxxxxxx>
Date: Tue, 31 Jan 2012 03:04:18 -0600
^^^^^^^^^^ I'd have never thought I would see those words on this list, except maybe as a joke, or as an example of one of the the worst possible platforms for XFS. I wish EC2 had been asked about du
/archives/xfs/2012-01/msg00485.html (9,067 bytes)

7. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: Emmanuel Florac <eflorac@xxxxxxxxxxxxxx>
Date: Tue, 31 Jan 2012 12:08:59 +0100
Le Tue, 31 Jan 2012 03:04:18 -0600 Stan Hoeppner <stan@xxxxxxxxxxxxxxxxx> écrivait: Oh come on, be nice for once :) People are constantly brainwashed about how "cloud computing" will solve financial
/archives/xfs/2012-01/msg00489.html (10,064 bytes)

8. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Wed, 1 Feb 2012 06:44:04 +1100
The growfs hang problem was fixed in 2.6.34. On earlier kernels, if you do a grow while the system is under allocation load it could deadlock. growing on a mostly idle filesystem was generally OK, bu
/archives/xfs/2012-01/msg00501.html (9,649 bytes)

9. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Wed, 1 Feb 2012 07:50:14 +1100
I don't agree with you there. If the workload works best on XFs, it doesn't matter what the underlying storage device is. e.g. if it's a fsync heavy workload, it will still perform better on XFS on E
/archives/xfs/2012-01/msg00504.html (10,158 bytes)

10. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: Stan Hoeppner <stan@xxxxxxxxxxxxxxxxx>
Date: Tue, 31 Jan 2012 18:20:49 -0600
Maybe I should have elaborated a bit. My thinking is that workloads that would require XFS, or benefit most from it, are probably going to need more guarantees WRT bandwidth and IOPS being available
/archives/xfs/2012-01/msg00521.html (11,233 bytes)

11. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: pg_xf2@xxxxxxxxxxxxxxxxxx (Peter Grandi)
Date: Wed, 1 Feb 2012 12:31:53 +0000
[ ... ] That's one use, but it is wider than that. Services like that are good for "emarassingly parallel" workloads, where the QoS of *a single* element does not matter, or even the *performance* (o
/archives/xfs/2012-02/msg00003.html (9,866 bytes)

12. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: pg_xf2@xxxxxxxxxxxxxxxxx (Peter Grandi)
Date: Wed, 1 Feb 2012 11:40:19 +0000
[ ... ] There are special cases, but «fsync heavy» is a bit of bad example. In general file system designs are not at all independent of the expected storage platform, and some designs are far better
/archives/xfs/2012-02/msg00004.html (11,800 bytes)

13. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: Emmanuel Florac <eflorac@xxxxxxxxxxxxxx>
Date: Wed, 1 Feb 2012 15:31:00 +0100
Le Wed, 1 Feb 2012 12:31:53 +0000 pg_xf2@xxxxxxxxxxxxxxxxxx (Peter Grandi) écrivait: Thank you for all the good info. To add a last note, I use iSCSI to export lvm LVs to VMs from the host, and it wo
/archives/xfs/2012-02/msg00014.html (9,770 bytes)

14. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: pg_xf2@xxxxxxxxxxxxxxxxxx (Peter Grandi)
Date: Wed, 1 Feb 2012 22:20:28 +0000
BTW, here I am not implying that EC2 allows one to «throw a lot of cheap ones at a problem», because the published "retail" price list is fairly expensive. But I guess that if one wants to buy «a lo
/archives/xfs/2012-02/msg00020.html (12,268 bytes)

15. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Thu, 2 Feb 2012 10:55:01 +1100
It's actually a really good example of where XFS will be better than other filesystems. Why? Because XFS does less log IO due to aggregation of log writes during concurrent fsyncs. The more latency t
/archives/xfs/2012-02/msg00022.html (10,864 bytes)

16. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: pg_xf2@xxxxxxxxxxxxxxxxxx (Peter Grandi)
Date: Thu, 2 Feb 2012 22:54:09 +0000
[ ... ] But this is better at being less bad. Because we are talking here about «fsync heavy» workloads on a VM, and these should not be run on a VM if performance matters. That's why I wrote about a
/archives/xfs/2012-02/msg00059.html (18,067 bytes)

17. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Fri, 3 Feb 2012 12:32:53 +1100
Whether or not you should put a workload that does fsyncs in a VM is a completely different argument altogether. It's not a meaningful argument to make when we are talking about how filesystems deal
/archives/xfs/2012-02/msg00060.html (18,901 bytes)

18. Re: File system remain unresponsive until the system is rebooted. (score: 1)
Author: Michael Monnerie <michael.monnerie@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 15 Feb 2012 12:38:52 +0100
Am Donnerstag, 2. Februar 2012, 22:54:09 schrieb Peter Grandi: Hi, I just took these lines to reply to your whole mail. I guess that the advantage of XFS will grow on a shared storage type like you t
/archives/xfs/2012-02/msg00358.html (11,249 bytes)


This search system is powered by Namazu