diff options
author | Raghavendra Bhat <raghavendra@redhat.com> | 2016-12-02 15:24:46 -0500 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2017-01-30 15:17:51 -0500 |
commit | 2e0dceb6165d0a93581284fa2e0d74abe4ee615b (patch) | |
tree | b8f00397445def0441a79e15259e2f58bc8bc2f8 /tests/volume.rc | |
parent | faf43235e0b3308388d0146e65b3982c11661db0 (diff) |
features/bit-rot-stub: use the correct spelling of quarantine for bad objects
container
The directory for containing the list of bad objects was named "quanrantine"
instead of "quarantine"
Change-Id: I8c20381ac637201d9d1a224f5223e8dfbed53f1e
BUG: 1401571
Signed-off-by: Raghavendra Bhat <raghavendra@redhat.com>
Reviewed-on: https://review.gluster.org/16027
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Kotresh HR <khiremat@redhat.com>
Diffstat (limited to 'tests/volume.rc')
-rw-r--r-- | tests/volume.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/volume.rc b/tests/volume.rc index e3ae408f971..bd51893392e 100644 --- a/tests/volume.rc +++ b/tests/volume.rc @@ -618,7 +618,7 @@ function get_scrubd_count { } function get_quarantine_count { - ls -l "$1/.glusterfs/quanrantine" | wc -l + ls -l "$1/.glusterfs/quarantine" | wc -l } function get_quotad_count { |