diff options
author | Michael Adam <obnox@samba.org> | 2016-12-01 12:36:19 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2016-12-07 11:44:44 +0000 |
commit | 9e838540cf55bc4e130490c70dfcc731cfae9f57 (patch) | |
tree | 1dadd61f56b2b670c9fa48afb980fbc15670b0a8 | |
parent | 20ab26dab80516a221b0428521cbc2f6e0e498cd (diff) | |
download | sos-9e838540cf55bc4e130490c70dfcc731cfae9f57.tar.gz |
[ctdb] collect /etc/ctdb/nodes
Signed-off-by: Michael Adam <obnox@samba.org>
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Closes: #896.
-rw-r--r-- | sos/plugins/ctdb.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/ctdb.py b/sos/plugins/ctdb.py index 4f1c4caf..79052d36 100644 --- a/sos/plugins/ctdb.py +++ b/sos/plugins/ctdb.py @@ -25,6 +25,7 @@ class Ctdb(Plugin, DebianPlugin, UbuntuPlugin): def setup(self): self.add_copy_spec([ + "/etc/ctdb/nodes", "/etc/ctdb/public_addresses", "/etc/ctdb/static-routes", "/etc/ctdb/multipathd", |