Ganeti 1.2 ========== For installation instructions, read the INSTALL and the doc/install.pdf files. For a brief introduction, read the ganeti(7) manpage and the other pages it suggests.
Iustin Pop
authored
Currently the hypervisor parameters are checked using hard-coded snippets in each hypervisor. However, most parameter checks fall into three cases: - file check - directory check - string value in a set And the remaining ones are checked using simple functions. This patch moves to a declarative-style for these parameter checks; in hv_base we add the necessary infrastructure for these checks, and the above common cases. This translates into complete removal of the Check/Verify functions for the Xen hypervisors, and a drastic reduction for the KVM one (which has inter-parameter dependencies and thus can't use a simple table). Signed-off-by:Iustin Pop <iustin@google.com> Reviewed-by:
Guido Trotter <ultrotter@google.com>
Name | Last commit | Last update |
---|---|---|
autotools | ||
daemons | ||
devel | ||
doc | ||
lib | ||
man | ||
qa | ||
scripts | ||
test | ||
tools | ||
.gitignore | ||
COPYING | ||
DEVNOTES | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README | ||
autogen.sh | ||
configure.ac | ||
epydoc.conf |