Rename queryd to luxid
authorThomas Thrainer <thomasth@google.com>
Wed, 17 Jul 2013 14:02:46 +0000 (16:02 +0200)
committerThomas Thrainer <thomasth@google.com>
Wed, 17 Jul 2013 15:04:13 +0000 (17:04 +0200)
commit3695a4e0ec7185155328aa485267e859ef5e6352
treed9f9465c1419a6e1ccbc6ac374e84d18a7a0d637
parent238cfd3ab24a29d69c97ac5e2868088f83c71798
Rename queryd to luxid

As queryd will, in the future, handle all LUXI request, queue jobs and
most likely perform various other tasks, it is renamed to luxid already.
This will safe some headache when upgrading Ganeti installations, as we
don't have to deal with a daemon rename.

Signed-off-by: Thomas Thrainer <thomasth@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>
18 files changed:
.gitignore
INSTALL
Makefile.am
configure.ac
daemons/daemon-util.in
doc/design-query-splitting.rst
lib/constants.py
lib/runtime.py
lib/tools/ensure_dirs.py
man/ganeti-luxid.rst [moved from man/ganeti-queryd.rst with 82% similarity]
qa/qa_env.py
src/Ganeti/Query/Server.hs
src/Ganeti/Runtime.hs
src/hluxid.hs [moved from src/hqueryd.hs with 97% similarity]
test/hs/Test/Ganeti/Runtime.hs
test/py/daemon-util_unittest.bash
tools/users-setup.in
tools/vcluster-setup.in