xfs
[Top] [All Lists]

Re: out of vmalloc space - use vmalloc<size> to increase size when mount

To: Nathan Scott <nathans@xxxxxxx>
Subject: Re: out of vmalloc space - use vmalloc<size> to increase size when mounting xfs FS
From: Ying-Hung Chen <ying@xxxxxxxxxxxxxx>
Date: Mon, 05 Dec 2005 10:27:05 +0800
Cc: linux-xfs@xxxxxxxxxxx, Ying-Hung Chen <ying@xxxxxxxxxxxxxx>
In-reply-to: <20051205003014.GA1158@frodo>
References: <4392F5C5.5000706@yingternet.com> <20051205003014.GA1158@frodo>
Sender: linux-xfs-bounce@xxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)
Hi Nathan,

Nathan Scott wrote:
> On Sun, Dec 04, 2005 at 09:57:25PM +0800, Ying-Hung Chen wrote:
> 
>>Hi there,
>>
>>we are currently running linux kernel 2.6.14.2 with HIGHMEM enabled (the
>>machine has 1GB of RAM)
>>
>>Whenever mounting the xfs filesystem (200GB partition), it shows
>>
>>"allocation failed : out of vmalloc space - use vmalloc<size> to
>>increase size"
> 
> 
> Which mount options are you using?  (xfs_info output too please)
> 
> cheers.
> 

default mount option,

mount -t xfs /dev/hdb1 /Repository/01
mount -t xfs /dev/hdc1 /Repository/02
...

[root@localhost ~]# xfs_info /dev/hdb1
meta-data=/usr/local/MatriVideo/bin/Repository/01 isize=256
agcount=16, agsize=3052475 blks
         =                       sectsz=512
data     =                       bsize=4096   blocks=48839600, imaxpct=25
         =                       sunit=0      swidth=0 blks, unwritten=1
naming   =version 2              bsize=4096
log      =internal               bsize=4096   blocks=23847, version=2
         =                       sectsz=512   sunit=0 blks
realtime =none                   extsz=65536  blocks=0, rtextents=0

[root@localhost ~]# xfs_info /dev/hdc1
meta-data=/usr/local/MatriVideo/bin/Repository/02 isize=256
agcount=16, agsize=3052475 blks
         =                       sectsz=512
data     =                       bsize=4096   blocks=48839600, imaxpct=25
         =                       sunit=0      swidth=0 blks, unwritten=1
naming   =version 2              bsize=4096
log      =internal               bsize=4096   blocks=23847, version=2
         =                       sectsz=512   sunit=0 blks
realtime =none                   extsz=65536  blocks=0, rtextents=0

-Ying


<Prev in Thread] Current Thread [Next in Thread>