On Mon, Aug 28, 2006 at 10:33:41AM +1000, Nathan Scott wrote:
> On Sat, Aug 26, 2006 at 05:05:50PM +0200, Louis-David Mitterrand wrote:
> > Package: xfsprogs
> > Version: 2.8.11-1
> > Followup-For: Bug #382935
> > 
> >     Phase 1 - find and verify superblock...
> >     Phase 2 - using internal log
> >                     - zero log...
> >                     - scan filesystem freespace and inode maps...
> >                     - found root inode chunk
> >     Phase 3 - for each AG...
> >                     - scan and clear agi unlinked lists...
> >                     - process known inodes and perform inode discovery...
> >                     - agno = 0
> >                     - agno = 1
> >                     - agno = 2
> >                     - agno = 3
> >                     - agno = 4
> >                     - agno = 5
> >                     - agno = 6
> >                     - agno = 7
> >                     - agno = 8
> >                     - agno = 9
> >                     - agno = 10
> >     xfs_repair: libxfs_initbuf can't memalign 4096 bytes: Cannot allocate 
> > memory
> 
> What sort of device are you using?  libxfs_initbuf will only
> allocate pagesize buffers if the device sector size was not
> extracted... it should (and is for me) typically be allocing
> in 512 byte aligned chunks.  The above looks more like the
> output from the old version of repair (either that or your
> device is unusual in some way, possibly?)

The partition is a 2TB raid5

sylla:~# df -i
Filesystem            Inodes   IUsed   IFree IUse% Mounted on
/dev/md1             895569600 7921236 887648364    1% /

sylla:~# xfs_info /dev/md1
meta-data=/dev/root              isize=256    agcount=32, agsize=15252656 blks
         =                       sectsz=4096  attr=0
data     =                       bsize=4096   blocks=488084704, imaxpct=25
         =                       sunit=16     swidth=80 blks, unwritten=1
naming   =version 2              bsize=4096  
log      =internal               bsize=4096   blocks=32768, version=2
         =                       sectsz=4096  sunit=1 blks
realtime =none                   extsz=327680 blocks=0, rtextents=0

I'm quite positive that the xfs_repair used was version 2.8.11.

Let me know if you need more info.

Thanks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to