summaryrefslogtreecommitdiffstats
path: root/glusternagios/utils.py
diff options
context:
space:
mode:
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