diff options
| author | Shreyas Siravara <sshreyas@fb.com> | 2017-09-02 21:26:33 -0700 |
|---|---|---|
| committer | Shreyas Siravara <sshreyas@fb.com> | 2017-09-03 05:23:09 +0000 |
| commit | 32d15f6911ac5aa8f0280cb3c23fc7d97e8b000f (patch) | |
| tree | 5d63d76900042770dcb19f32adc7bd98b3055dad /tests/basic/fop-sampling.t | |
| parent | a87e690e2b883b06240e01828dd83c86cbcd950f (diff) | |
debug/io-stats: Fix multi-volume support for nfsd
Summary:
- Adds iamshd (iamnfsd already there due to fop throttling)
options to io-stats xlator.
- Leverages these options to correctly write multi-volume NFSd stats
- This is a port of D2714648 to 3.8
Test Plan:
- Tested on local dev server, verified multiple files are generated for
multiple vols
Change-Id: Id2014a135fe52045da462eaaa91f336f45cdf167
Reviewed-on: https://review.gluster.org/18195
Reviewed-by: Shreyas Siravara <sshreyas@fb.com>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Smoke: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'tests/basic/fop-sampling.t')
| -rw-r--r-- | tests/basic/fop-sampling.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/fop-sampling.t b/tests/basic/fop-sampling.t index 713c7e27579..d22826c4224 100644 --- a/tests/basic/fop-sampling.t +++ b/tests/basic/fop-sampling.t @@ -6,7 +6,7 @@ . $(dirname $0)/../volume.rc BRICK_SAMPLES="$(gluster --print-logdir)/samples/glusterfsd__d_backends_${V0}0.samp" -NFS_SAMPLES="$(gluster --print-logdir)/samples/glusterfs_nfsd.samp" +NFS_SAMPLES="$(gluster --print-logdir)/samples/glusterfs_nfsd_${V0}.samp" function check_path { op=$1 |
