Merge branch 'master' of github.com:ffzg/gnt-info
[gnt-info] / gnt-pv-usage.sh
1 #!/bin/sh -xe
2
3 gnt-cluster command -M pvs --units t --noheadings | grep -v '^return' | awk '{ print $0 " " $6 - $7 }' | tee /dev/shm/gnt-pv-usage
4