* xfs_growfs: Cannot allocate memory on an online resize 60GB->120GB, 30+GB free RAM.
@ 2013-02-24 21:37 wolfwings
2013-02-24 22:19 ` Stan Hoeppner
2013-02-24 23:39 ` Dave Chinner
0 siblings, 2 replies; 3+ messages in thread
From: wolfwings @ 2013-02-24 21:37 UTC (permalink / raw)
To: xfs
Complete error message:
> xfs_growfs /
meta-data=/dev/sdc4 isize=256 agcount=4, agsize=5999616 blks
= sectsz=512 attr=2
data = bsize=4096 blocks=23998464, imaxpct=25
= sunit=512 swidth=512 blks
naming =version 2 bsize=4096 ascii-ci=0
log =internal bsize=4096 blocks=11720, version=2
= sectsz=512 sunit=8 blks, lazy-count=1
realtime =none extsz=4096 blocks=0, rtextents=0
xfs_growfs: XFS_IOC_FSGROWFSDATA xfsctl failed: Cannot allocate memory
> gdisk -l /dev/sdc
GPT fdisk (gdisk) version 0.8.5
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sdc: 468862128 sectors, 223.6 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): B9C5F617-E746-4356-ABC3-FBEDA055287C
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 468862094
Partitions will be aligned on 2048-sector boundaries
Total free space is 84866157 sectors (40.5 GiB)
Number Start (sector) End (sector) Size Code Name
1 2048 1023999 499.0 MiB EF00 EFI system partition
2 1024000 2047999 500.0 MiB 0C01 Microsoft reserved part
3 2048000 127997951 60.1 GiB 0700 Basic data partition
4 128000000 383999999 122.1 GiB 8300 Linux filesystem
> mount | grep " / "
rootfs on / type rootfs (rw)
/dev/sdc4 on / type xfs
(rw,noatime,attr2,inode64,sunit=4096,swidth=4096,noquota)
> free
total used free shared buffers cached
Mem: 32722828 847340 31875488 0 664 355164
-/+ buffers/cache: 491512 32231316
Swap: 0 0 0
> df | egrep " /$"
rootfs 95946976 29250996 66695980 31% /
/dev/sdc4 95946976 29250996 66695980 31% /
I'm not in a rush to do this resize, I was deleting some other OSes
and growing my Linux install; I have plenty of filesystem space left
even now, so felt it better to report this so I could either
understand what I'm doing wrong and/or help troubleshoot a possible
bug this since it seems really strange to get an ENOMEM when I have...
well, 30+GB of memory free.
It's a ThinkPad W530 if that matters, I can dump further details if needed?
- Wolf
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: xfs_growfs: Cannot allocate memory on an online resize 60GB->120GB, 30+GB free RAM.
2013-02-24 21:37 xfs_growfs: Cannot allocate memory on an online resize 60GB->120GB, 30+GB free RAM wolfwings
@ 2013-02-24 22:19 ` Stan Hoeppner
2013-02-24 23:39 ` Dave Chinner
1 sibling, 0 replies; 3+ messages in thread
From: Stan Hoeppner @ 2013-02-24 22:19 UTC (permalink / raw)
To: wolfwings; +Cc: xfs
On 2/24/2013 3:37 PM, wolfwings@wolfwings.us wrote:
> xfs_growfs: XFS_IOC_FSGROWFSDATA xfsctl failed: Cannot allocate memory
Is your Google broken?
http://lmgtfy.com/?q=xfs_growfs%3A+XFS_IOC_FSGROWFSDATA+xfsctl+failed%3A+Cannot+allocate+memory
Also, when reporting a problem here, always include your kernel and
xfsprogs version, at minimum. See:
http://www.xfs.org/index.php/XFS_FAQ#Q:_What_information_should_I_include_when_reporting_a_problem.3F
--
Stan
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: xfs_growfs: Cannot allocate memory on an online resize 60GB->120GB, 30+GB free RAM.
2013-02-24 21:37 xfs_growfs: Cannot allocate memory on an online resize 60GB->120GB, 30+GB free RAM wolfwings
2013-02-24 22:19 ` Stan Hoeppner
@ 2013-02-24 23:39 ` Dave Chinner
1 sibling, 0 replies; 3+ messages in thread
From: Dave Chinner @ 2013-02-24 23:39 UTC (permalink / raw)
To: wolfwings; +Cc: xfs
On Sun, Feb 24, 2013 at 03:37:39PM -0600, wolfwings@wolfwings.us wrote:
> Complete error message:
>
> > xfs_growfs /
> meta-data=/dev/sdc4 isize=256 agcount=4, agsize=5999616 blks
> = sectsz=512 attr=2
> data = bsize=4096 blocks=23998464, imaxpct=25
> = sunit=512 swidth=512 blks
> naming =version 2 bsize=4096 ascii-ci=0
> log =internal bsize=4096 blocks=11720, version=2
> = sectsz=512 sunit=8 blks, lazy-count=1
> realtime =none extsz=4096 blocks=0, rtextents=0
> xfs_growfs: XFS_IOC_FSGROWFSDATA xfsctl failed: Cannot allocate memory
You are running what kernel? 3.7.6, .7 or .8? if so, upgrade to to
3.7.9, and the problem should be fixed.
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-02-24 23:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-24 21:37 xfs_growfs: Cannot allocate memory on an online resize 60GB->120GB, 30+GB free RAM wolfwings
2013-02-24 22:19 ` Stan Hoeppner
2013-02-24 23:39 ` Dave Chinner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox