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 ---
- Subject: xfs_quota help text mentions wrong command option
- From: Heiko Noordhof <h.e.noordhof@xxxxxx>
- Date: Tue, 15 May 2018 11:46:54 +0200
- Delivered-to: submit@xxxxxxxxxxxxxxx
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0
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 ---
- Subject: xfs_quota help text mentions wrong command option
- From: Bastian Germann <bastiangermann@xxxxxxxxxxx>
- Date: Mon, 25 Jan 2021 22:32:48 +0100
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1
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 ---