[Pkg-ganeti-devel] [ganeti] branch upstream-exp updated (9800291 -> a54d0d7)
Apollon Oikonomopoulos
apoikos-guest at alioth.debian.org
Wed Sep 4 11:26:50 UTC 2013
This is an automated email from the git hooks/post-receive script.
apoikos-guest pushed a change to branch upstream-exp
in repository ganeti.
from 9800291 Imported Upstream version 2.8.0~rc1
adds a54d0d7 Imported Upstream version 2.8.0~rc2
No new revisions were added by this update.
Summary of changes:
INSTALL | 2 +-
Makefile.am | 2 +
Makefile.in | 2 +
NEWS | 27 +++++--
configure | 24 +++----
configure.ac | 2 +-
doc/html/_sources/install-quick.txt | 2 +-
doc/html/_sources/news.txt | 27 +++++--
doc/html/admin.html | 10 +--
doc/html/cluster-merge.html | 10 +--
doc/html/design-2.0.html | 10 +--
doc/html/design-2.1.html | 10 +--
doc/html/design-2.2.html | 10 +--
doc/html/design-2.3.html | 10 +--
doc/html/design-2.4.html | 10 +--
doc/html/design-2.5.html | 10 +--
doc/html/design-2.6.html | 10 +--
doc/html/design-2.7.html | 10 +--
doc/html/design-2.8.html | 10 +--
doc/html/design-autorepair.html | 10 +--
doc/html/design-bulk-create.html | 10 +--
doc/html/design-chained-jobs.html | 10 +--
doc/html/design-cpu-pinning.html | 10 +--
doc/html/design-device-uuid-name.html | 10 +--
doc/html/design-draft.html | 10 +--
doc/html/design-hroller.html | 10 +--
doc/html/design-htools-2.3.html | 10 +--
doc/html/design-http-server.html | 10 +--
doc/html/design-impexp2.html | 10 +--
doc/html/design-linuxha.html | 10 +--
doc/html/design-lu-generated-jobs.html | 10 +--
doc/html/design-monitoring-agent.html | 10 +--
doc/html/design-multi-reloc.html | 10 +--
doc/html/design-network.html | 10 +--
doc/html/design-node-add.html | 10 +--
doc/html/design-oob.html | 10 +--
doc/html/design-opportunistic-locking.html | 10 +--
doc/html/design-ovf-support.html | 10 +--
doc/html/design-partitioned.html | 10 +--
doc/html/design-query-splitting.html | 10 +--
doc/html/design-query2.html | 10 +--
doc/html/design-reason-trail.html | 10 +--
doc/html/design-resource-model.html | 10 +--
doc/html/design-restricted-commands.html | 10 +--
doc/html/design-shared-storage.html | 10 +--
doc/html/design-storagetypes.html | 10 +--
doc/html/design-virtual-clusters.html | 10 +--
doc/html/design-x509-ca.html | 10 +--
doc/html/devnotes.html | 10 +--
doc/html/glossary.html | 10 +--
doc/html/hooks.html | 10 +--
doc/html/iallocator.html | 10 +--
doc/html/index.html | 10 +--
doc/html/install-quick.html | 12 ++--
doc/html/install.html | 10 +--
doc/html/locking.html | 10 +--
doc/html/manpages.html | 10 +--
doc/html/monitoring-query-format.html | 10 +--
doc/html/move-instance.html | 10 +--
doc/html/news.html | 44 ++++++++----
doc/html/ovfconverter.html | 10 +--
doc/html/rapi.html | 10 +--
doc/html/search.html | 10 +--
doc/html/searchindex.js | 2 +-
doc/html/security.html | 10 +--
doc/html/upgrade.html | 10 +--
doc/html/virtual-cluster.html | 10 +--
doc/html/walkthrough.html | 10 +--
doc/install-quick.rst | 2 +-
doc/news.rst | 27 +++++--
lib/bootstrap.py | 16 ++++-
lib/client/gnt_cluster.py | 1 +
lib/client/gnt_network.py | 4 +-
lib/cmdlib/cluster.py | 1 +
lib/cmdlib/instance.py | 98 +++++++++++++------------
lib/config.py | 12 +++-
lib/constants.py | 3 +
lib/hypervisor/hv_base.py | 10 ++-
lib/hypervisor/hv_xen.py | 6 ++
lib/objects.py | 1 +
lib/opcodes.py | 2 +-
lib/query.py | 2 +
lib/ssh.py | 10 ++-
lib/uidpool.py | 2 +-
man/gnt-instance.8.in | 107 ++++++++++++++++++----------
man/gnt-instance.gen | 95 ++++++++++++++----------
man/gnt-instance.html.in | 71 ++++++++++--------
man/gnt-instance.rst | 93 ++++++++++++++----------
man/gnt-network.8.in | 21 +++++-
man/gnt-network.gen | 11 ++-
man/gnt-network.html.in | 6 +-
man/gnt-network.rst | 11 ++-
man/harep.1.in | 5 +-
man/harep.gen | 2 +-
man/harep.html.in | 6 +-
man/harep.rst | 2 +-
src/Ganeti/Daemon.hs | 15 +++-
src/Ganeti/DataCollectors/Drbd.hs | 2 +-
src/Ganeti/Objects.hs | 1 +
src/Ganeti/Query/Server.hs | 1 +
src/Ganeti/Utils.hs | 10 +++
test/data/proc_cpuinfo.txt | 104 +++++++++++++++++++++++++++
test/data/proc_meminfo.txt | 42 +++++++++++
test/py/ganeti.backend_unittest.py | 1 +
test/py/ganeti.config_unittest.py | 1 +
test/py/ganeti.hypervisor_unittest.py | 12 ++++
test/py/ganeti.ssh_unittest.py | 5 +-
test/py/mocks.py | 5 +-
tools/sanitize-config | 1 +
vcs-version | 2 +-
110 files changed, 986 insertions(+), 559 deletions(-)
create mode 100644 test/data/proc_cpuinfo.txt
create mode 100644 test/data/proc_meminfo.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ganeti/ganeti.git
More information about the Pkg-ganeti-devel
mailing list