Skip to content

Commit 58b28f5

Browse files
committed
Add matching test fixture.
1 parent fab3f5d commit 58b28f5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
#
3+
# Run usagestats as mig user to generate stats for Server Admin
4+
5+
# We default to include disk use for gluster and lustre mounts and write
6+
# reports in various file formats
7+
su - mig -c "PYTHONPATH=/home/mig mig/server/usagestats.py -t 'fuse.glusterfs lustre' -s AUTO -o 'txt json pickle csv'"
8+
9+
exit 0

0 commit comments

Comments
 (0)