From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727) Description of problem: When I use xfs_growfs for a xfs file system online (mounted) that is on LVM, I may have input/output error later. Also, always return 1 after xfs_repair -n. I tested with 32bit Fedora 8. No problem! Just fails on x84_64 Version-Release number of selected component (if applicable): xfsprogs-2.9.4-4.fc8 How reproducible: Always Steps to Reproduce: 1. mount a xfs file system that is on LVM on an 64bit system 2. lvextend the partition 3. xfs_growfs partition 4. umount the file system 5. xfs_repair -n the file system Actual Results: echo $? = 1 But no problem found by xfs_check sometime may get input/output error when operates on some directories in the file system. Expected Results: echo $? = 0 Additional info: I have to umount the file system and run xfs_repair to repair the file system or grow the file system when it is umounted.
> echo $? = 1 the actual xfs_repair output would be most helpful. > or grow the file system when it is umounted. That is impossible with xfs; there is no way that you could have done this... Are you sure that the corruption did not exist before the growfs? Can you reproduce it? -Eric
Also, how big was the fs before and after the growth; what kernel version are you running.
I'm going to need more info about the failure to be able to do anythingwith this. Can you answer any of the questions above? If not I'm afraid I'll have to close with INSUFFICIENT DATA.
Months go by with no reply; no details. Can't fix. Feel free to reopen with details.