summaryrefslogtreecommitdiffstats
path: root/glusternagios/utils.py
diff options
context:
space:
mode:
authorShubhendu Tripathi <shtripat@redhat.com>2014-04-01 15:12:50 +0530
committerBala.FA <barumuga@redhat.com>2014-04-28 16:20:46 +0530
commiteaf3d4136d6dd1ef00a7cef23f9338b03783dd43 (patch)
tree2b6b2933bda4ac5fd90505477a1336a45c1bc705 /glusternagios/utils.py
parent2873ff21e4f99b35ab88595a96c0ee45c83d26c3 (diff)
gluster-nagios-common: Added storage utils module
Introduced storage device utils module Change-Id: I738b46b0750deaf91b896a8edab07b5f1a692ddb Signed-off-by: Shubhendu Tripathi <shtripat@redhat.com> Reviewed-on: https://code.engineering.redhat.com/gerrit/22254 Reviewed-by: Sahina Bose <sabose@redhat.com> Tested-by: Sahina Bose <sabose@redhat.com>
Diffstat (limited to 'glusternagios/utils.py')
-rw-r--r--glusternagios/utils.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/glusternagios/utils.py b/glusternagios/utils.py
index 047fccf..a46811d 100644
--- a/glusternagios/utils.py
+++ b/glusternagios/utils.py
@@ -105,17 +105,6 @@ setsidCmdPath = CommandPath("setsid",
sudoCmdPath = CommandPath("sudo",
"/usr/bin/sudo",
)
-lvsCmdPath = CommandPath("lvs",
- "/sbin/lvs",
- )
-vgsCmdPath = CommandPath("vgs",
- "/sbin/vgs",
- )
-pvsCmdPath = CommandPath("pvs",
- "/sbin/pvs",
- )
-hostnameCmdPath = CommandPath("hostname", "/bin/hostname", )
-glusterCmdPath = CommandPath("gluster", "/usr/sbin/gluster")
# Buffsize is 1K because I tested it on some use cases and 1K was fastest. If
# you find this number to be a bottleneck in any way you are welcome to change
# it