Whamcloud - gitweb
LU-5170 lfs: Standardize error messages in lfs_setquota() 86/28286/4
authorSteve Guminski <stephenx.guminski@intel.com>
Wed, 12 Jul 2017 16:16:30 +0000 (12:16 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 9 Jan 2018 05:35:44 +0000 (05:35 +0000)
commit10cf4dabc82f54cb7cf9dfc915d477bd6a9e42a7
tree16f7efbb4dfd3e56387c1b797d9d53afc5a12547
parenteea612b68943ec3f5bb8db40d00be1bdc4320c58
LU-5170 lfs: Standardize error messages in lfs_setquota()

Error and warning messages in lfs_setquota() and the llapi functions
it calls are updated to a standard format.  Messages are prefixed
with the name of the utility and the command that caused the error.
User-provided values are delimited with single quotes.

Messages that duplicate information printed elsewhere have been
removed.

Test-Parameters: trivial
Signed-off-by: Steve Guminski <stephenx.guminski@intel.com>
Change-Id: I2d23f3dfc897047ac1c0803f7da9b1e5f2e5d719
Reviewed-on: https://review.whamcloud.com/28286
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/utils/lfs.c