This file is indexed.

/usr/share/doc/cockpit/guide/feature-virtualmachines.html is in cockpit-doc 164-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Virtual Machines</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Cockpit Guide">
<link rel="up" href="features.html" title="Part II. Feature Internals">
<link rel="prev" href="feature-packagekit.html" title="Package Updates">
<link rel="next" href="feature-ovirtvirtualmachines.html" title="oVirt Virtual Machines">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="feature-packagekit.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="features.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Cockpit Guide</th>
<td><a accesskey="n" href="feature-ovirtvirtualmachines.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
<a name="feature-virtualmachines"></a>Virtual Machines</h2></div></div></div>
<div class="toc"><dl class="toc">
<dt><span class="section"><a href="feature-virtualmachines.html#feature-virtualmachines-nestedvirtualization">Nested Virtualization</a></span></dt>
<dt><span class="section"><a href="feature-virtualmachines.html#feature-virtualmachines-extending">Extensions</a></span></dt>
</dl></div>
<p>Cockpit can manage virtual machines running on the host.
        These can be accessed from menu via <span class="emphasis"><em>Virtual Machines</em></span></p>
<p>Primary datasource is <a class="ulink" href="https://www.qemu.org/" target="_top">QEMU</a> / <a class="ulink" href="https://libvirt.org/" target="_top">Libvirt</a>,
        access to Libvirtd is wrapped by the <a class="ulink" href="http://libvirt.org/virshcmdref.html" target="_top">virsh</a> tool.</p>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="feature-virtualmachines-nestedvirtualization"></a>Nested Virtualization</h2></div></div></div>
<p>
        In order to run <span class="emphasis"><em>cockpit-machines</em></span> plugin inside a virtual machine
        or run the tests for this component, you'll need nested KVM virtualization enabled
        (refer <code class="code">test/verify/nested-kvm</code> or
        <a class="ulink" href="https://fedoraproject.org/wiki/How_to_enable_nested_virtualization_in_KVM" target="_top">
            How to enable nested virtualization in KVM</a> to get more information).
    </p>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="feature-virtualmachines-extending"></a>Extensions</h2></div></div></div>
<p>
            Base package <span class="emphasis"><em>cockpit-machines</em></span> for management of virtual machines is based on Libvirt and
            can be farther extended for features of higher level management applications (like oVirt) via concept
            of providers (i.e. <a class="link" href="feature-ovirtvirtualmachines.html" title="oVirt Virtual Machines">oVirt Virtual Machines</a>).
        </p>
<p>
            Both <span class="emphasis"><em>cockpit-machines-ovirt</em></span> and <span class="emphasis"><em>cockpit-machines</em></span> RPM packages can be
            installed together but only one of them can be loaded at a time depending on the <span class="emphasis"><em>priority</em></span>
            attribute set in <span class="emphasis"><em>manifest.json</em></span> files.
        </p>
<p>
            By default, <span class="emphasis"><em>cockpit-machines-ovirt</em></span> takes precedence over <span class="emphasis"><em>cockpit-machines</em></span>.
        </p>
</div>
</div>
<div class="footer"><hr></div>
</body>
</html>