Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*Bug\#695640\:\s+xfs_quota\:\s+cannot\s+find\s+mount\s+point\s+for\s+path\:\s+Success\s*$/: 17 ]

Total 17 documents matching your query.

1. Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Brian May <brian@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 11 Dec 2012 13:35:07 +1100
Package: xfsprogs Version: 3.1.4 hq ~ # /usr/sbin/xfs_quota -x -c "quota -N -u brian" /home xfs_quota: cannot find mount point for path `/share/systems': Success xfs_quota: cannot find mount point fo
/archives/xfs/2012-12/msg00174.html (11,157 bytes)

2. Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Brian May <brian@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 Dec 2012 09:19:44 +1100
On 12 December 2012 09:14, Ben Myers <bpm@xxxxxxx> wrote: Looks like that would be print out of fs_table_initialise_projects.  40 static int  41 fs_device_number(  42         const char      *name,  
/archives/xfs/2012-12/msg00190.html (12,950 bytes)

3. Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Ben Myers <bpm@xxxxxxx>
Date: Tue, 11 Dec 2012 16:14:19 -0600
Hey Brian, Looks like that would be print out of fs_table_initialise_projects. 40 static int 41 fs_device_number( 42 const char *name, 43 dev_t *devnum) 44 { 45 struct stat64 sbuf; 46 47 if (stat64(n
/archives/xfs/2012-12/msg00191.html (13,987 bytes)

4. Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Wed, 12 Dec 2012 09:36:01 +1100
Can you test a current upstream version and if it fails post the full strace output? There's been some changes recently for quota iteration bugs that may avoid/fix this issue... Cheers, Dave. -- Dave
/archives/xfs/2012-12/msg00193.html (11,884 bytes)

5. Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Ben Myers <bpm@xxxxxxx>
Date: Tue, 11 Dec 2012 16:37:01 -0600
D'oh. I guess that fs_cursor_next_entry is the next candidate: 355 /* 356 * Given a directory, match it up to a filesystem mount point. 357 */ 358 static struct fs_path * 359 fs_mount_point_from_path
/archives/xfs/2012-12/msg00194.html (12,909 bytes)

6. Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Brian May <brian@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 Dec 2012 09:45:29 +1100
On 12 December 2012 09:37, Ben Myers <bpm@xxxxxxx> wrote: Hmm.  There are some recent commits that look related.  Commit 36298cced and 19473a2ac.  Can you try with this code? git://oss.sgi.com/xfs/cm
/archives/xfs/2012-12/msg00195.html (13,489 bytes)

7. Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Wed, 12 Dec 2012 10:15:33 +1100
Full strace output, please. Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx
/archives/xfs/2012-12/msg00197.html (12,482 bytes)

8. Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Brian May <brian@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 Dec 2012 10:20:46 +1100
Attachment: strace.txt Description: Text document
/archives/xfs/2012-12/msg00198.html (12,534 bytes)

9. Re: Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Alex Elder <elder@xxxxxxxxxxx>
Date: Tue, 11 Dec 2012 17:38:53 -0600
fs_mount_point_from_path() probably needs to set errno to ENOENT or something when the dir provided isn't in whatever "fs_cursor" is traversing (tree?). -Alex
/archives/xfs/2012-12/msg00203.html (10,475 bytes)

10. Re: Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Wed, 12 Dec 2012 11:14:25 +1100
I haven't got the email yet, but I've looked at it in the archives... What's the contents of /proc/self/mounts? The error is coming from setting up the project paths in the table. It appears to be is
/archives/xfs/2012-12/msg00212.html (10,779 bytes)

11. Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Brian May <brian@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 18 Mar 2013 11:30:35 +1100
/archives/xfs/2013-03/msg00536.html (12,092 bytes)

12. Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Tue, 19 Mar 2013 09:48:14 +1100
No, but it's most likely the same problem as fixed in commit 19473a2ac. Can you add this to quota/quot.c:quot_init(): + quot_cmd.flags = CMD_FLAG_GLOBAL; And see if the problem goes away? Cheers, Dav
/archives/xfs/2013-03/msg00569.html (11,331 bytes)

13. Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Brian May <brian@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 19 Mar 2013 15:51:30 +1100
No, but it's most likely the same problem as fixed in commit 19473a2ac. Can you add this to quota/quot.c:quot_init(): + Â Â Â quot_cmd.flags = CMD_FLAG_GLOBAL; And see if the problem goes away? I ma
/archives/xfs/2013-03/msg00583.html (13,555 bytes)

14. Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Tue, 19 Mar 2013 17:31:04 +1100
Which tells me exactly what is happening. The project quotas are not on the filesystem you directed the the quota command at, and xfs_quota is telling you that it can't find the mount point for the c
/archives/xfs/2013-03/msg00586.html (13,485 bytes)

15. Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Brian May <brian@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 20 Mar 2013 16:19:16 +1100
On 19 March 2013 17:31, Dave Chinner <david@xxxxxxxxxxxxx> wrote: Which tells me exactly what is happening. The project quotas are not on the filesystem you directed the the quota command at, and xfs
/archives/xfs/2013-03/msg00630.html (15,563 bytes)

16. Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Wed, 20 Mar 2013 22:09:35 +1100
Because the quota command does mount point and project quota initialisation (i.e. global state) before it parses any specific command. The issues project quota configuration is global information, an
/archives/xfs/2013-03/msg00637.html (13,776 bytes)

17. Bug#695640: xfs_quota: cannot find mount point for path: Success (score: 1)
Author: Brian May <brian@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 18 Apr 2013 09:38:11 +1000
How many mount points do you have? 20? No. More actually. Today I get hq ~ # cat /proc/mounts Â| wc --lines 34 hq ~ # xfs_quota Â-x -c "quota -N -u brian" | wc --lines 44 hq ~ # xfs_quota Â-x -c "qu
/archives/xfs/2013-04/msg00402.html (14,818 bytes)


This search system is powered by Namazu