xfs
[Top] [All Lists]

Re: XFS + quota-3.01-pre9 + LVM ( QA suite 050 )

To: Takayuki Sasaki <sasaki@xxxxxxxxxxxxxxxxxx>
Subject: Re: XFS + quota-3.01-pre9 + LVM ( QA suite 050 )
From: Nathan Scott <nathans@xxxxxxx>
Date: Wed, 19 Sep 2001 17:20:17 +1100
Cc: linux-xfs@xxxxxxxxxxx
In-reply-to: <200109171210.VAA18856@tagajo.bsd.tnes.nec.co.jp>; from sasaki@bsd.tnes.nec.co.jp on Mon, Sep 17, 2001 at 09:10:32PM +0900
References: <200109171210.VAA18856@tagajo.bsd.tnes.nec.co.jp>
Sender: owner-linux-xfs@xxxxxxxxxxx
User-agent: Mutt/1.2.5i
On Mon, Sep 17, 2001 at 09:10:32PM +0900, Takayuki Sasaki wrote:
> Hi there,
> 
> I try to run QA suite 050, and noticed that the following kernel
> message is displayed on console:
> 
> lvm -- lvm_blk_ioctl: unknown command 0xc0105865
> 
> I checked 050 and found that it was caused by "quot /dev/vg0/foo".
> quot calls ioctl(XFS_IOC_FSBULKSTAT).
> 
> However, if I try same thing on another box, it is OK.
> The difference of these boxes are the revision of quota-tools.
> 
> One is the latest quota-tools quota-3.01-pre9 and the another is
> quota-3.01-pre?.  ( sorry, I cannot find out exactry revision ...)
> 
> To get the mount point of the filesystem, the old quot calls
> getmntent() in mounttable() and it works ( ie. it returns
> "/mnt/foo").
> 
> The new ( 3.01-pre9 ) quot calls get_next_mount() which is in
> quotasys.c, but it not seems to work ( ie. it returns
> "/dev/vg0/foo").
> 
> Has anyone met the same problem before?
> 

Nope, but you are right - looks like this got broken by a
change to the common routine you've called out.  I'll take
it up with the quota-tools folk.

thanks.

-- 
Nathan


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