Hello all,<br><br>I tried to expand my gfs filesystem from 1,5TB to 2TB. I added the new 500G disk to volume manager etc, and finally run gfs_grow. The command finished without warnings, but a few seconds after that my cluster crashed with "Kernel Panic - not syncing. Fatal exception". When I got the cluster up again and executed gfs_fsck on the filesystem I get this error: <br>
<br>sh-3.1# gfs_fsck -v /dev/xxx-vg/xxx-lv<br>Initializing fsck<br>Initializing lists...<br>Initializing special inodes...<br>Validating Resource Group index.<br>Level 1 check.<br>5167 resource groups found.<br>(passed)<br>
Setting block ranges...<br>Can't seek to last block in file system: 4738147774<br>Unable to determine the boundaries of the file system.<br>Freeing buffers.<br><br>What could be the problem?<br><br>Regards<br><br>Mikko<br>
<br>Info on the system:<br><br>CentOS 5.1<br><br>sh-3.1# rpm -qa |grep gfs<br>gfs2-utils-0.1.38-1.el5<br>kmod-gfs-0.1.19-7.el5_1.1<br>gfs-utils-0.1.12-1.el5<br><br>sh-3.1# uname -a<br>Linux xxx 2.6.18-53.1.21.el5 #1 SMP Tue May 20 09:35:07 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux<br>
<br><br>