Re: FS hang when creating snapshots on a UFS SU+J setup

看板FB_current作者時間14年前 (2012/01/11 03:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串6/11 (看更多)
> Date: Mon, 9 Jan 2012 18:30:51 +0100 > From: Yamagi Burmeister <lists@yamagi.org> > To: jeff@freebsd.org, mckusick@freebsd.org > Cc: freebsd-current@freebsd.org, bryce@bryce.net > Subject: Re: FS hang when creating snapshots on a UFS SU+J setup > > Hello, > > I'm sorry to bother you, but you may not be aware of this thread and > this problem. We are several people experiencing deadlocks, kernel > panics and other problems when creating sanpshots on file systems > with SU+J. It would be nice to get some feedback, e.g. how can we > help debugging and / or fixing this problem. > > Thank you, > Yamagi First step in debugging is to find out if the problem is SU+J specific. To find out, turn off SU+J but leave SU. This change is done by running: umount <filesystem> tunefs -j disable <filesystem> mount <filesystem> cd <filesystem> rm .sujournal You may want to run `fsck -f' on the filesystem while you have it unmounted just to be sure that it is clean. Then run your snapshot request to see if it still fails. If it works, then we have narrowed the problem down to something related to SU+J. If it fails then we have a broader issue to deal with. If you wish to go back to using SU+J after the test, you can reenable SU+J by running: umount <filesystem> tunefs -j enable <filesystem> mount <filesystem> When responding to me, it is best to use my <mckusick@mckusick.com> email as I tend to read it more regularly. Kirk McKusick _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
文章代碼(AID): #1F38hkBK (FB_current)
討論串 (同標題文章)
文章代碼(AID): #1F38hkBK (FB_current)