| From | Sent On | Attachments |
|---|---|---|
| Pawel Jakub Dawidek | Aug 8, 2006 7:52 pm | |
| Markus Trippelsdorf | Aug 8, 2006 9:02 pm | |
| Markus Trippelsdorf | Aug 8, 2006 9:41 pm | |
| Daniel O'Connor | Aug 9, 2006 12:43 am | |
| Pawel Jakub Dawidek | Aug 9, 2006 6:24 am | |
| Brian Candler | Aug 9, 2006 12:58 pm | |
| Pawel Jakub Dawidek | Aug 9, 2006 1:03 pm | |
| Dag-Erling Smørgrav | Aug 10, 2006 1:38 pm | |
| Markus Trippelsdorf | Aug 10, 2006 1:54 pm | |
| Chuck Swiger | Aug 10, 2006 2:05 pm | |
| Kip Macy | Aug 10, 2006 3:33 pm | |
| Craig Boston | Aug 10, 2006 6:47 pm | |
| Eric Anderson | Aug 10, 2006 7:06 pm | |
| Craig Boston | Aug 10, 2006 7:18 pm | |
| Jan Srzednicki | Aug 10, 2006 7:21 pm | |
| Pawel Jakub Dawidek | Aug 10, 2006 7:29 pm | |
| Pawel Jakub Dawidek | Aug 10, 2006 7:43 pm | |
| R. B. Riddick | Aug 10, 2006 7:59 pm | |
| Jan Srzednicki | Aug 10, 2006 8:01 pm | |
| Craig Boston | Aug 10, 2006 9:05 pm | |
| Sean Bryant | Aug 10, 2006 9:18 pm | |
| Pawel Jakub Dawidek | Aug 10, 2006 10:30 pm | |
| Pawel Jakub Dawidek | Aug 10, 2006 10:37 pm | |
| Pawel Jakub Dawidek | Aug 10, 2006 10:39 pm | |
| Sean Bryant | Aug 10, 2006 10:53 pm | |
| Pawel Jakub Dawidek | Aug 10, 2006 11:23 pm | |
| Sean Bryant | Aug 10, 2006 11:27 pm | |
| Paul Allen | Aug 11, 2006 2:49 am | |
| Robert Watson | Aug 11, 2006 1:33 pm | |
| Thomas Quinot | Aug 11, 2006 1:54 pm | |
| Pawel Jakub Dawidek | Aug 11, 2006 2:00 pm | |
| Thomas Quinot | Aug 11, 2006 2:03 pm | |
| Pawel Jakub Dawidek | Aug 11, 2006 2:06 pm | |
| Pawel Jakub Dawidek | Aug 12, 2006 10:04 am | |
| Igor Robul | Aug 16, 2006 1:05 pm | |
| Igor Robul | Aug 16, 2006 1:09 pm | |
| R. B. Riddick | Aug 16, 2006 1:44 pm | |
| R. B. Riddick | Aug 17, 2006 12:11 am | |
| Eric Anderson | Aug 17, 2006 2:54 am | |
| Eric Anderson | Aug 17, 2006 1:14 pm | |
| Pawel Jakub Dawidek | Aug 17, 2006 2:08 pm | |
| Eric Anderson | Aug 17, 2006 2:47 pm | |
| Pawel Jakub Dawidek | Aug 17, 2006 3:00 pm | |
| Eric Anderson | Aug 17, 2006 3:02 pm | |
| Pawel Jakub Dawidek | Aug 17, 2006 3:20 pm | |
| Eric Anderson | Aug 17, 2006 3:24 pm | |
| Ulrich Spoerlein | Aug 18, 2006 6:37 pm |
| Subject: | GJournal (hopefully) final patches. | |
|---|---|---|
| From: | Eric Anderson (ande...@centtech.com) | |
| Date: | Aug 17, 2006 3:02:31 pm | |
| List: | org.freebsd.freebsd-fs | |
On 08/17/06 10:00, Pawel Jakub Dawidek wrote:
On Thu, Aug 17, 2006 at 09:48:30AM -0500, Eric Anderson wrote:
On 08/17/06 09:08, Pawel Jakub Dawidek wrote:
On Thu, Aug 17, 2006 at 08:08:56AM -0500, Eric Anderson wrote:
On 08/08/06 14:52, Pawel Jakub Dawidek wrote:
Hi. I'm pleased to announce hopefully the final gjournal patches. [..snip..] To create journaled UFS file system on ad0s1d partition: # gjournal load # gjournal label ad0s1d # newfs -J /dev/ad0s1d.journal # mount -o noatime,async /dev/ad0s1d.journal /mnt On reboot 'fsck_ffs -p /dev/ad0s1d.journal' will perform fast check. One can still run regular check by not giving the -p option.
I have a 10TB filesystem I created as above, and recently a crash caused it to
now complain about the filesystem being dirty. When I do an fsck -p, here's
what I get:
# fsck -p /dev/label/vol10 /dev/label/vol10: UNEXPECTED INCONSISTENCY, CANNOT RUN FAST FSCK
/dev/label/vol10: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
Do you have log from the boot before you saw this? I corrected one bug, but it was only possible to trigger when crash happened early in the boot process. Your crash was during or just after a boot maybe?
Yes, I have the logs. What should I send you?
I just need 'grep -i journal' from them.
Also, I just tried newfs'ing a new journaled device, and mounting it, then a few
minutes later, crashing the system (not purposely though), and it too gives the
same
results as the other filesystem (same specs, 10Tb, etc).
The first crash was within about 30 minutes of booting, the second one was about
the same time-frame.
Maybe there was no writes?
There were no writes, absolutely. The only part of the fs that was touched, was the superblock (marking clean/dirty).
Eric
--
------------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Anything that works is better than anything that doesn't.
------------------------------------------------------------------------





