Bug#898700: marked as done (xfs_quota help text mentions wrong command option)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Your message dated Mon, 25 Jan 2021 22:32:48 +0100
with message-id <6e41890a-0e3b-0c3a-e1a0-08175c1260b0@xxxxxxxxxxx>
and subject line xfs_quota help text mentions wrong command option
has caused the Debian Bug report #898700,
regarding xfs_quota help text mentions wrong command option
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@xxxxxxxxxxxxxxx
immediately.)


-- 
898700: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898700
Debian Bug Tracking System
Contact owner@xxxxxxxxxxxxxxx with problems
--- Begin Message ---
Package: xfsprogs
Version: 4.9.0+nmu1
Tags: patch

The help text of the "project" command in xfs_quota says:

"A managed tree must be setup initially using the -c option with a project."

This is not correct: the -s option (as opposed to -c) will set up a
managed tree.

To reproduce:

root@bwp-249-8:~# xfs_quota -x
xfs_quota> help project

[..snip..]
A managed tree must be setup initially using the -c option with a
project.
[..snip..]

Trivial patch attached.
diff -Nru xfsprogs-4.9.0+nmu1.orig/quota/project.c xfsprogs-4.9.0+nmu1/quota/project.c
--- xfsprogs-4.9.0+nmu1.orig/quota/project.c	2017-01-05 23:05:55.000000000 +0100
+++ xfsprogs-4.9.0+nmu1/quota/project.c	2018-05-15 11:31:36.508219567 +0200
@@ -55,7 +55,7 @@
 " and subdirectories below it (i.e. a tree) can be restricted to using a\n"
 " subset of the available space in the filesystem.\n"
 "\n"
-" A managed tree must be setup initially using the -c option with a project.\n"
+" A managed tree must be setup initially using the -s option with a project.\n"
 " The specified project name or identifier is matched to one or more trees\n"
 " defined in /etc/projects, and these trees are then recursively descended\n"
 " to mark the affected inodes as being part of that tree - which sets inode\n"

--- End Message ---
--- Begin Message ---
Version: 5.6.0-1
Tags: upstream

This is fixed upstream and will be included in the bullseye release. The bug is not critical and will not be applied on any older release.
--- End Message ---

[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux