* [Fwd: Bug#513821: xfsprogs: xfs_growfs does not work]
@ 2009-02-03 6:07 Nathan Scott
2009-02-03 6:08 ` Nathan Scott
0 siblings, 1 reply; 5+ messages in thread
From: Nathan Scott @ 2009-02-03 6:07 UTC (permalink / raw)
To: xfs
Is this issue known (Eric?) in 2.10.2?
thanks!
-------- Forwarded Message --------
From: TANIGUCHI Takaki <takaki@asis.media-as.org>
Reply-To: TANIGUCHI Takaki <takaki@asis.media-as.org>,
513821@bugs.debian.org
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Bug#513821: xfsprogs: xfs_growfs does not work
Date: Sun, 01 Feb 2009 23:43:27 +0900
Package: xfsprogs
Version: 2.10.2-1
Severity: important
xfs_growfs does not work. But when I use i686 kernel, xfs_growfs work fine.
/# LANG=C xfs_growfs /home
meta-data=/dev/mapper/vgraid-home isize=256 agcount=16, agsize=163840 blks
= sectsz=512 attr=0
data = bsize=4096 blocks=2621440, imaxpct=25
= sunit=0 swidth=0 blks
naming =version 2 bsize=4096 ascii-ci=0
log =internal bsize=4096 blocks=2560, version=1
= sectsz=512 sunit=0 blks, lazy-count=0
realtime =none extsz=65536 blocks=0, rtextents=0
xfs_growfs: XFS_IOC_FSGROWFSDATA xfsctl failed: Invalid argument
data blocks changed from 2621440 to 0
inode max percent changed from 25 to 0
log blocks changed from 2560 to 0
log changed from internal to external
realtime extent size changed from 16 to 0
/#
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages xfsprogs depends on:
ii libc6 2.7-18 GNU C Library: Shared libraries
ii libreadline5 5.2-3.1 GNU readline and history libraries
ii libuuid1 1.41.3-1 universally unique id library
xfsprogs recommends no packages.
Versions of packages xfsprogs suggests:
pn attr <none> (no description available)
pn dvhtool <none> (no description available)
pn quota <none> (no description available)
ii xfsdump 2.2.48-1 Administrative utilities for the X
-- no debconf information
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [Fwd: Bug#513821: xfsprogs: xfs_growfs does not work]
2009-02-03 6:07 [Fwd: Bug#513821: xfsprogs: xfs_growfs does not work] Nathan Scott
@ 2009-02-03 6:08 ` Nathan Scott
2009-02-03 6:20 ` Christoph Hellwig
0 siblings, 1 reply; 5+ messages in thread
From: Nathan Scott @ 2009-02-03 6:08 UTC (permalink / raw)
To: xfs
On Tue, 2009-02-03 at 17:07 +1100, Nathan Scott wrote:
> Is this issue known (Eric?) in 2.10.2?
and "Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)" to save ya looking.
thanks!
--
Nathan
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Fwd: Bug#513821: xfsprogs: xfs_growfs does not work]
2009-02-03 6:08 ` Nathan Scott
@ 2009-02-03 6:20 ` Christoph Hellwig
2009-02-03 9:24 ` Michael Monnerie
0 siblings, 1 reply; 5+ messages in thread
From: Christoph Hellwig @ 2009-02-03 6:20 UTC (permalink / raw)
To: Nathan Scott; +Cc: xfs
On Tue, Feb 03, 2009 at 05:08:56PM +1100, Nathan Scott wrote:
> On Tue, 2009-02-03 at 17:07 +1100, Nathan Scott wrote:
> > Is this issue known (Eric?) in 2.10.2?
>
> and "Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)" to save ya looking.
2.6.16 didn't have the compat ioctl handler for growfs yet, and this is
i386 xfsprogs on a 64bit kernel. He needs to upgrade to a more recent
kernel.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Fwd: Bug#513821: xfsprogs: xfs_growfs does not work]
2009-02-03 6:20 ` Christoph Hellwig
@ 2009-02-03 9:24 ` Michael Monnerie
2009-02-03 9:29 ` Christoph Hellwig
0 siblings, 1 reply; 5+ messages in thread
From: Michael Monnerie @ 2009-02-03 9:24 UTC (permalink / raw)
To: xfs
On Dienstag 03 Februar 2009 Christoph Hellwig wrote:
> > and "Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)" to save ya
> > looking.
>
> 2.6.16 didn't have the compat ioctl handler for growfs yet, and this
> is i386 xfsprogs on a 64bit kernel. He needs to upgrade to a more
> recent kernel.
He wrote 2.6.26....
mfg zmi
--
// Michael Monnerie, Ing.BSc ----- http://it-management.at
// Tel: 0660 / 415 65 31 .network.your.ideas.
// PGP Key: "curl -s http://zmi.at/zmi.asc | gpg --import"
// Fingerprint: AC19 F9D5 36ED CD8A EF38 500E CE14 91F7 1C12 09B4
// Keyserver: wwwkeys.eu.pgp.net Key-ID: 1C1209B4
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Fwd: Bug#513821: xfsprogs: xfs_growfs does not work]
2009-02-03 9:24 ` Michael Monnerie
@ 2009-02-03 9:29 ` Christoph Hellwig
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Hellwig @ 2009-02-03 9:29 UTC (permalink / raw)
To: Michael Monnerie; +Cc: xfs
On Tue, Feb 03, 2009 at 10:24:53AM +0100, Michael Monnerie wrote:
> On Dienstag 03 Februar 2009 Christoph Hellwig wrote:
> > > and "Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)" to save ya
> > > looking.
> >
> > 2.6.16 didn't have the compat ioctl handler for growfs yet, and this
> > is i386 xfsprogs on a 64bit kernel. ?He needs to upgrade to a more
> > recent kernel.
>
> He wrote 2.6.26....
And I did mean 2.6.26, sorry.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-02-03 9:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-03 6:07 [Fwd: Bug#513821: xfsprogs: xfs_growfs does not work] Nathan Scott
2009-02-03 6:08 ` Nathan Scott
2009-02-03 6:20 ` Christoph Hellwig
2009-02-03 9:24 ` Michael Monnerie
2009-02-03 9:29 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox