From 3580db37e9bc1b6a8784902717e82895b8038c90 Mon Sep 17 00:00:00 2001 From: "Antoni S. Puimedon" Date: Tue, 7 Oct 2014 19:53:46 +0200 Subject: [PATCH] services: Add vdsm's service configuration oVirt's Virtual Desktop and Server Manager is the daemon that sits on each hypervisor host to control VM lifecycle, storage and networking. In order to do that, it needs to have some ports open. This patch adds it as a default service. Signed-off-by: Antoni S. Puimedon Signed-off-by: Jiri Popelka --- config/Makefile.am | 1 + config/services/vdsm.xml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 config/services/vdsm.xml diff --git a/config/Makefile.am b/config/Makefile.am index 9ab014b1b..1670b0691 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -124,6 +124,7 @@ EXTRA_DIST = \ services/tftp.xml \ services/tor-socks.xml \ services/transmission-client.xml \ + services/vdsm.xml \ services/vnc-server.xml \ services/wbem-https.xml \ services/xmpp-bosh.xml \ diff --git a/config/services/vdsm.xml b/config/services/vdsm.xml new file mode 100644 index 000000000..6d280779c --- /dev/null +++ b/config/services/vdsm.xml @@ -0,0 +1,8 @@ + + + oVirt's Virtual Desktop and Server Manager + The VDSM service is required by a Virtualization Manager to manage the Linux hosts. VDSM manages and monitors the host's storage, memory and networks as well as virtual machine creation, other host administration tasks, statistics gathering, and log collection. + + + +