http://oss.sgi.com/bugzilla/show_bug.cgi?id=781
Summary: xfs_quota doesn't report success/failure in exit status
Product: Linux XFS
Version: Current
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: xfsprogs
AssignedTo: xfs-master@xxxxxxxxxxx
ReportedBy: misiek@xxxxxxxxxxxx
xfs_quota (posibly other tools?) doesn't report success/failure in exit status
which prevents it from being used in automated scripts easily.
Please add exit status that correspond to job success/failure.
[root@x ~]# LC_ALL=C /usr/sbin/xfs_quota -x -c "limit -u bsoft=1024M
bhard=1074M 10000" /home; echo $?
xfs_quota: cannot set limits: Function not implemented
0
[root@x ~]#
xfsprogs 2.9.7
--
Configure bugmail: http://oss.sgi.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
|