diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2013-04-29 17:46:22 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2013-04-29 17:46:22 +0100 |
commit | 4bbff77d3ef78eb60298e3620b5f4dc5413aefa2 (patch) | |
tree | 9453a94d6a92568bfe04a400fa385a8e7f2f9b09 | |
parent | f28c908f8532665b19450feba28b0ffc06677834 (diff) | |
download | sos-4bbff77d3ef78eb60298e3620b5f4dc5413aefa2.tar.gz |
Remove bogus fdisk invocation from cluster plug-in
Disk partition data does not belong in the cluster code (or the
file systems module for that matter but that's a topic for the
next commit). Remove it.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/cluster.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/plugins/cluster.py b/sos/plugins/cluster.py index 9949804d..8a3432ea 100644 --- a/sos/plugins/cluster.py +++ b/sos/plugins/cluster.py @@ -72,7 +72,6 @@ class Cluster(Plugin, RedHatPlugin): self.add_cmd_output("gfs_control ls -n") self.add_cmd_output("dlm_tool log_plock") - self.add_cmd_output("fdisk -l") self.get_cmd_output_now("clustat") self.get_cmd_output_now("group_tool dump") self.add_cmd_output("cman_tool services") |