Does xfs_growfs depend on some space left on the file system in order to be able to grow it? I have a colleague who ran into an issue where a file system resize failed. The file system is 100% full.
Off the top of my head, I think it should work ok even if full, although I could be (and apparently I am) wrong here. How exactly did the growfs fail? I actually wasn't able to completely fill my fil
Eric Sandeen wrote: Geir A. Myrestrand wrote: Does xfs_growfs depend on some space left on the file system in order to be able to grow it? I have a colleague who ran into an issue where a file system
Yes, it does require some space to be left because growing the filesystem can require extending the original last AG to the full size and that means there may be btree work to be journalled and hence
David Chinner wrote: On Tue, Jan 23, 2007 at 10:19:27AM -0500, Geir A. Myrestrand wrote: Does xfs_growfs depend on some space left on the file system in order to be able to grow it? Yes, it does requ
Does xfs_growfs depend on some space left on the file system in order to be able to grow it? I have a colleague who ran into an issue where a file system resize failed. The file system is 100% full.
Off the top of my head, I think it should work ok even if full, although I could be (and apparently I am) wrong here. How exactly did the growfs fail? I actually wasn't able to completely fill my fil
Eric Sandeen wrote: Geir A. Myrestrand wrote: Does xfs_growfs depend on some space left on the file system in order to be able to grow it? I have a colleague who ran into an issue where a file system
Yes, it does require some space to be left because growing the filesystem can require extending the original last AG to the full size and that means there may be btree work to be journalled and hence
David Chinner wrote: On Tue, Jan 23, 2007 at 10:19:27AM -0500, Geir A. Myrestrand wrote: Does xfs_growfs depend on some space left on the file system in order to be able to grow it? Yes, it does requ
Author: "Geir A. Myrestrand" <geir.myrestrand@xxxxxxxxxxxxxx>
Date: Tue, 23 Jan 2007 10:19:27 -0500
Does xfs_growfs depend on some space left on the file system in order to be able to grow it? I have a colleague who ran into an issue where a file system resize failed. The file system is 100% full.
Off the top of my head, I think it should work ok even if full, although I could be (and apparently I am) wrong here. How exactly did the growfs fail? I actually wasn't able to completely fill my fil
Author: "Geir A. Myrestrand" <geir.myrestrand@xxxxxxxxxxxxxx>
Date: Tue, 23 Jan 2007 12:18:59 -0500
I have a colleague who ran into an issue where a file system resize failed. The file system is 100% full. Aside from analyzing what happened in his case, should XFS be able to grow a file system that
Yes, it does require some space to be left because growing the filesystem can require extending the original last AG to the full size and that means there may be btree work to be journalled and hence
Author: "Geir A. Myrestrand" <geir.myrestrand@xxxxxxxxxxxxxx>
Date: Tue, 23 Jan 2007 21:34:44 -0500
Yes, it does require some space to be left because growing the filesystem can require extending the original last AG to the full size and that means there may be btree work to be journalled and hence