Two variables are used in a strange way in ExecConfd. Until that is clarified, add a TODO and a silence for the unused variable warning. --- daemons/ganeti-confd | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/daemons/ganeti-confd b/daemons/ganeti-confd index eb91f8b..df577f1 100755 --- a/daemons/ganeti-confd +++ b/daemons/ganeti-confd @@ -344,6 +344,9 @@ def ExecConfd(options, _): """Main confd function, executed with PID file held """ + # TODO: clarify how the server and reloader variables work (they are + # not used) + # pylint: disable-msg=W0612 mainloop = daemon.Mainloop() # Asyncronous confd UDP server -- 1.6.5.7
