Whamcloud - gitweb
LU-15358 tests: Variable incorrectly defined in sanity-quota 20/45820/2
authorArshad Hussain <arshad.hussain@aeoncomputing.com>
Fri, 10 Dec 2021 09:03:58 +0000 (14:33 +0530)
committerOleg Drokin <green@whamcloud.com>
Tue, 11 Jan 2022 06:19:30 +0000 (06:19 +0000)
commit1bb9853e28eb08586e9df9425b69c591a6e6fe17
tree7a9126d37abcbd4903ba3e339a41729d5eb7f7e2
parentd15ab7bf6884018f53dc0822ac00405744f98fc1
LU-15358 tests: Variable incorrectly defined in sanity-quota

Under sanity-quota.sh local variable 'accnt_cnt' was
incorrectly defined. This was exposed using
shellcheck.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In ./lustre/tests/sanity-quota.sh line 3344:
local accnt_cnt
      ^-- SC2034: accnt_cnt appears unused. Verify it or export it.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Change-Id: Ib5971e7cc95b03c1f57411c6f02156ab236babcd
Test-Parameters: trivial testlist=sanity-quota
Signed-off-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-on: https://review.whamcloud.com/45820
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: James Nunez <jnunez@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/tests/sanity-quota.sh