search for: broken_system_lock

Displaying 3 results from an estimated 3 matches for "broken_system_lock".

Did you mean: broken_system_clock
2014 Apr 18
0
Re: Many orphaned inodes after resize2fs
...January 1, 1970, and you delete a lot of files, you can run into this error --- it's basically a sanity check that we put in a long time ago to catch potential file system bugs caused by a corrupted orphan inode list. I'm thinking that we should turn off this check if the e2fsck.conf "broken_system_lock" is enabled, since if the system has a busted system clock, this can end up triggering a bunch of scary warnings. In any case, when you grew the size of the file system, this also increased the number of inodes, which means it would increase the sensitivity of hitting this bug. It's also...
2014 Apr 18
3
Re: Many orphaned inodes after resize2fs
...delete a lot of files, you can run into this error --- it's > basically a sanity check that we put in a long time ago to catch > potential file system bugs caused by a corrupted orphan inode list. > > I'm thinking that we should turn off this check if the e2fsck.conf > "broken_system_lock" is enabled, since if the system has a busted > system clock, this can end up triggering a bunch of scary warnings. > > In any case, when you grew the size of the file system, this also > increased the number of inodes, which means it would increase the > sensitivity of hitting...
2014 Apr 18
2
Many orphaned inodes after resize2fs
Hello, yesterday I experienced following problem with my ext3 filesystem: - I had ext3 filesystem of the size of a few TB with journal. I correctly unmounted it and it was marked clean. - I then ran fsck.etx3 -f on it and it did not find any problem. - After increasing size of its LVM volume by 1.5 TB I resized the filesystem by resize2fs lvm_volume and it finished without problem. - But