[PATCH 2/2] services: Add vdsm's service configuration

Antoni S. Puimedon asegurap at redhat.com
Tue Oct 7 17:53:46 UTC 2014


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 <asegurap at redhat.com>
---
 config/services/vdsm.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 config/services/vdsm.xml

diff --git a/config/services/vdsm.xml b/config/services/vdsm.xml
new file mode 100644
index 0000000..3415b5a
--- /dev/null
+++ b/config/services/vdsm.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<service>
+  <short>oVirt's Virtual Server and Desktop Manager</short>
+  <description>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.</description>
+  <port protocol="tcp" port="54321"/> <!-- vdsmd -->
+  <port protocol="tcp" port="5900-6923"/> <!-- guest consoles -->
+  <port protocol="tcp" port="49152-49216"/> <!-- migration -->
+</service>
-- 
1.9.3



More information about the firewalld-devel mailing list