mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-29 09:13:22 +00:00
thumbnail: allow to reference all images inside /images subdir
Before, we was limited to /images/screenshots/
This commit is contained in:
parent
49833ad764
commit
1ff5e4e80e
10
README.adoc
10
README.adoc
@ -266,7 +266,7 @@ will point to this link.
|
|||||||
Screenshots
|
Screenshots
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
[thumbnail="gui-datacenter-search.png"]
|
[thumbnail="screenshot/gui-datacenter-search.png"]
|
||||||
|
|
||||||
First, it should be noted that we can display screenshots on 'html'
|
First, it should be noted that we can display screenshots on 'html'
|
||||||
and 'wiki' pages, and we can include them in printed documentation. But
|
and 'wiki' pages, and we can include them in printed documentation. But
|
||||||
@ -276,7 +276,7 @@ depend on the visibility of the screenshot. You can include a
|
|||||||
screenshot by setting the 'thumbnail' attribute on a paragraph:
|
screenshot by setting the 'thumbnail' attribute on a paragraph:
|
||||||
|
|
||||||
----
|
----
|
||||||
[thumbnail="gui-datacenter-search.png"]
|
[thumbnail="screenshot/gui-datacenter-search.png"]
|
||||||
First, it should be noted ...
|
First, it should be noted ...
|
||||||
----
|
----
|
||||||
|
|
||||||
@ -301,7 +301,7 @@ all image attributes (from debian package 'imagemagick')
|
|||||||
|
|
||||||
.Default Screenshot Layout
|
.Default Screenshot Layout
|
||||||
|
|
||||||
[thumbnail="gui-datacenter-search.png"]
|
[thumbnail="screenshot/gui-datacenter-search.png"]
|
||||||
|
|
||||||
We normally display screenshots as small thumbnail on the right side
|
We normally display screenshots as small thumbnail on the right side
|
||||||
of a paragraph. On printed documentation, we render the full sized
|
of a paragraph. On printed documentation, we render the full sized
|
||||||
@ -309,14 +309,14 @@ graphic just before the paragraph, or between the title and the text
|
|||||||
if the paragraph has a title. It is usually a good idea to add a title
|
if the paragraph has a title. It is usually a good idea to add a title
|
||||||
to paragraph with screenshots.
|
to paragraph with screenshots.
|
||||||
|
|
||||||
[thumbnail="gui-datacenter-search.png", float="left"]
|
[thumbnail="screenshot/gui-datacenter-search.png", float="left"]
|
||||||
|
|
||||||
If you need to render many screenshots, it is possible to place them
|
If you need to render many screenshots, it is possible to place them
|
||||||
on the left side, so you can alternate the thumbnail position using the
|
on the left side, so you can alternate the thumbnail position using the
|
||||||
`float` attribute:
|
`float` attribute:
|
||||||
|
|
||||||
----
|
----
|
||||||
[thumbnail="gui-datacenter-search.png", float="left"]
|
[thumbnail="screenshot/gui-datacenter-search.png", float="left"]
|
||||||
If you need to render many screenshots ...
|
If you need to render many screenshots ...
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@ -299,8 +299,8 @@ endif::deprecated-quotes[]
|
|||||||
# Paragraph substitution.
|
# Paragraph substitution.
|
||||||
[paragraph]
|
[paragraph]
|
||||||
<div class="paragraph{role? {role}}{unbreakable-option? unbreakable}"{id? id="{id}"}>
|
<div class="paragraph{role? {role}}{unbreakable-option? unbreakable}"{id? id="{id}"}>
|
||||||
{thumbnail#}<a class="image" href="/pve-docs/images/screenshot/{thumbnail}">
|
{thumbnail#}<a class="image" href="/pve-docs/images/{thumbnail}">
|
||||||
{thumbnail#}<img src="/pve-docs/images/screenshot/{thumbnail}" alt="{alt={thumbnail}}" width=250
|
{thumbnail#}<img src="/pve-docs/images/{thumbnail}" alt="{alt={thumbnail}}" width=250
|
||||||
{thumbnail#}{float@left: style="padding\: 0 10px 0 0;float\:left;"}
|
{thumbnail#}{float@left: style="padding\: 0 10px 0 0;float\:left;"}
|
||||||
{thumbnail#}{float@right: style="padding\: 0 0 0 10px;float\:right;"}
|
{thumbnail#}{float@right: style="padding\: 0 0 0 10px;float\:right;"}
|
||||||
{thumbnail#}{float%} style="padding: 0 0 0 10px;float:right;"
|
{thumbnail#}{float%} style="padding: 0 0 0 10px;float:right;"
|
||||||
|
@ -275,7 +275,7 @@ endif::deprecated-quotes[]
|
|||||||
<formalpara{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}><title>{title}</title><para>
|
<formalpara{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}><title>{title}</title><para>
|
||||||
{thumbnail#}<mediaobject>
|
{thumbnail#}<mediaobject>
|
||||||
{thumbnail#} <imageobject>
|
{thumbnail#} <imageobject>
|
||||||
{thumbnail#} <imagedata fileref="images/screenshot/{thumbnail}"{width? contentwidth="{width}"}{height? contentdepth="{height}"}{scale? scale="{scale}"}{scaledwidth? width="{scaledwidth}" scalefit="1"}{align? align="{align}"}/>
|
{thumbnail#} <imagedata fileref="images/{thumbnail}"{width? contentwidth="{width}"}{height? contentdepth="{height}"}{scale? scale="{scale}"}{scaledwidth? width="{scaledwidth}" scalefit="1"}{align? align="{align}"}/>
|
||||||
{thumbnail#} </imageobject>
|
{thumbnail#} </imageobject>
|
||||||
{thumbnail#} <textobject><phrase>{alt={thumbnail}}</phrase></textobject>
|
{thumbnail#} <textobject><phrase>{alt={thumbnail}}</phrase></textobject>
|
||||||
{thumbnail#}</mediaobject>
|
{thumbnail#}</mediaobject>
|
||||||
|
@ -302,8 +302,8 @@ endif::deprecated-quotes[]
|
|||||||
# Paragraph substitution.
|
# Paragraph substitution.
|
||||||
[paragraph]
|
[paragraph]
|
||||||
<div class="paragraph{role? {role}}{unbreakable-option? unbreakable}"{id? id="{id}"}>
|
<div class="paragraph{role? {role}}{unbreakable-option? unbreakable}"{id? id="{id}"}>
|
||||||
{thumbnail#}<a class="image" href="images/screenshot/{thumbnail}">
|
{thumbnail#}<a class="image" href="images/{thumbnail}">
|
||||||
{thumbnail#}<img src="images/screenshot/{thumbnail}" alt="{alt={thumbnail}}" width=250
|
{thumbnail#}<img src="images/{thumbnail}" alt="{alt={thumbnail}}" width=250
|
||||||
{thumbnail#}{float@left: style="padding\: 0 10px 0 0;float\:left;"}
|
{thumbnail#}{float@left: style="padding\: 0 10px 0 0;float\:left;"}
|
||||||
{thumbnail#}{float@right: style="padding\: 0 0 0 10px;float\:right;"}
|
{thumbnail#}{float@right: style="padding\: 0 0 0 10px;float\:right;"}
|
||||||
{thumbnail#}{float%} style="padding: 0 0 0 10px;float:right;"
|
{thumbnail#}{float%} style="padding: 0 0 0 10px;float:right;"
|
||||||
|
@ -463,7 +463,7 @@ the same HA configuration.
|
|||||||
Resources
|
Resources
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
[thumbnail="gui-ha-manager-status.png"]
|
[thumbnail="screenshot/gui-ha-manager-status.png"]
|
||||||
|
|
||||||
|
|
||||||
The resource configuration file `/etc/pve/ha/resources.cfg` stores
|
The resource configuration file `/etc/pve/ha/resources.cfg` stores
|
||||||
@ -498,7 +498,7 @@ ct: 102
|
|||||||
# Note: use default settings for everything
|
# Note: use default settings for everything
|
||||||
----
|
----
|
||||||
|
|
||||||
[thumbnail="gui-ha-manager-add-resource.png"]
|
[thumbnail="screenshot/gui-ha-manager-add-resource.png"]
|
||||||
|
|
||||||
Above config was generated using the `ha-manager` command line tool:
|
Above config was generated using the `ha-manager` command line tool:
|
||||||
|
|
||||||
@ -512,7 +512,7 @@ Above config was generated using the `ha-manager` command line tool:
|
|||||||
Groups
|
Groups
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|
||||||
[thumbnail="gui-ha-manager-groups-view.png"]
|
[thumbnail="screenshot/gui-ha-manager-groups-view.png"]
|
||||||
|
|
||||||
The HA group configuration file `/etc/pve/ha/groups.cfg` is used to
|
The HA group configuration file `/etc/pve/ha/groups.cfg` is used to
|
||||||
define groups of cluster nodes. A resource can be restricted to run
|
define groups of cluster nodes. A resource can be restricted to run
|
||||||
@ -528,7 +528,7 @@ group: <group>
|
|||||||
|
|
||||||
include::ha-groups-opts.adoc[]
|
include::ha-groups-opts.adoc[]
|
||||||
|
|
||||||
[thumbnail="gui-ha-manager-add-group.png"]
|
[thumbnail="screenshot/gui-ha-manager-add-group.png"]
|
||||||
|
|
||||||
A common requirement is that a resource should run on a specific
|
A common requirement is that a resource should run on a specific
|
||||||
node. Usually the resource is able to run on other nodes, so you can define
|
node. Usually the resource is able to run on other nodes, so you can define
|
||||||
|
12
pct.adoc
12
pct.adoc
@ -348,7 +348,7 @@ Container Settings
|
|||||||
General Settings
|
General Settings
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
[thumbnail="gui-create-ct-general.png"]
|
[thumbnail="screenshot/gui-create-ct-general.png"]
|
||||||
|
|
||||||
General settings of a container include
|
General settings of a container include
|
||||||
|
|
||||||
@ -393,7 +393,7 @@ or greater than 220.
|
|||||||
CPU
|
CPU
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
[thumbnail="gui-create-ct-cpu.png"]
|
[thumbnail="screenshot/gui-create-ct-cpu.png"]
|
||||||
|
|
||||||
You can restrict the number of visible CPUs inside the container using
|
You can restrict the number of visible CPUs inside the container using
|
||||||
the `cores` option. This is implemented using the Linux 'cpuset'
|
the `cores` option. This is implemented using the Linux 'cpuset'
|
||||||
@ -438,7 +438,7 @@ prioritize some containers.
|
|||||||
Memory
|
Memory
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|
||||||
[thumbnail="gui-create-ct-memory.png"]
|
[thumbnail="screenshot/gui-create-ct-memory.png"]
|
||||||
|
|
||||||
Container memory is controlled using the cgroup memory controller.
|
Container memory is controlled using the cgroup memory controller.
|
||||||
|
|
||||||
@ -457,7 +457,7 @@ swap`).
|
|||||||
Mount Points
|
Mount Points
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
[thumbnail="gui-create-ct-root-disk.png"]
|
[thumbnail="screenshot/gui-create-ct-root-disk.png"]
|
||||||
|
|
||||||
The root mount point is configured with the `rootfs` property, and you can
|
The root mount point is configured with the `rootfs` property, and you can
|
||||||
configure up to 10 additional mount points. The corresponding options
|
configure up to 10 additional mount points. The corresponding options
|
||||||
@ -545,7 +545,7 @@ NOTE: The contents of device mount points are not backed up when using `vzdump`.
|
|||||||
Network
|
Network
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
[thumbnail="gui-create-ct-network.png"]
|
[thumbnail="screenshot/gui-create-ct-network.png"]
|
||||||
|
|
||||||
You can configure up to 10 network interfaces for a single
|
You can configure up to 10 network interfaces for a single
|
||||||
container. The corresponding options are called `net0` to `net9`, and
|
container. The corresponding options are called `net0` to `net9`, and
|
||||||
@ -567,7 +567,7 @@ the following command:
|
|||||||
|
|
||||||
.Start and Shutdown Order
|
.Start and Shutdown Order
|
||||||
// use the screenshot from qemu - its the same
|
// use the screenshot from qemu - its the same
|
||||||
[thumbnail="gui-qemu-edit-start-order.png"]
|
[thumbnail="screenshot/gui-qemu-edit-start-order.png"]
|
||||||
|
|
||||||
If you want to fine tune the boot order of your containers, you can use the following
|
If you want to fine tune the boot order of your containers, you can use the following
|
||||||
parameters :
|
parameters :
|
||||||
|
16
pve-gui.adoc
16
pve-gui.adoc
@ -53,7 +53,7 @@ Features
|
|||||||
Login
|
Login
|
||||||
-----
|
-----
|
||||||
|
|
||||||
[thumbnail="gui-login-window.png"]
|
[thumbnail="screenshot/gui-login-window.png"]
|
||||||
|
|
||||||
When you connect to the server, you will first see the login window.
|
When you connect to the server, you will first see the login window.
|
||||||
{pve} supports various authentication backends ('Realm'), and
|
{pve} supports various authentication backends ('Realm'), and
|
||||||
@ -68,7 +68,7 @@ time.
|
|||||||
GUI Overview
|
GUI Overview
|
||||||
------------
|
------------
|
||||||
|
|
||||||
[thumbnail="gui-datacenter-summary.png"]
|
[thumbnail="screenshot/gui-datacenter-summary.png"]
|
||||||
|
|
||||||
The {pve} user interface consists of four regions.
|
The {pve} user interface consists of four regions.
|
||||||
|
|
||||||
@ -101,7 +101,7 @@ search bar nearside you can search for specific objects (VMs,
|
|||||||
containers, nodes, ...). This is sometimes faster than selecting an
|
containers, nodes, ...). This is sometimes faster than selecting an
|
||||||
object in the resource tree.
|
object in the resource tree.
|
||||||
|
|
||||||
[thumbnail="gui-my-settings.png"]
|
[thumbnail="screenshot/gui-my-settings.png"]
|
||||||
|
|
||||||
To the right of the search bar we see the identity (login name). The
|
To the right of the search bar we see the identity (login name). The
|
||||||
gear symbol is a button opening the 'My Settings' dialog. There you
|
gear symbol is a button opening the 'My Settings' dialog. There you
|
||||||
@ -189,7 +189,7 @@ reference documentation to get more detailed information.
|
|||||||
Datacenter
|
Datacenter
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
[thumbnail="gui-datacenter-search.png"]
|
[thumbnail="screenshot/gui-datacenter-search.png"]
|
||||||
|
|
||||||
On the datacenter level you can access cluster wide settings and information.
|
On the datacenter level you can access cluster wide settings and information.
|
||||||
|
|
||||||
@ -222,7 +222,7 @@ If you like to have more information about this see the corresponding chapter.
|
|||||||
Nodes
|
Nodes
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
[thumbnail="gui-node-summary.png"]
|
[thumbnail="screenshot/gui-node-summary.png"]
|
||||||
|
|
||||||
All belongs of a node can be managed at this level.
|
All belongs of a node can be managed at this level.
|
||||||
|
|
||||||
@ -255,7 +255,7 @@ All belongs of a node can be managed at this level.
|
|||||||
Guests
|
Guests
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|
||||||
[thumbnail="gui-qemu-summary.png"]
|
[thumbnail="screenshot/gui-qemu-summary.png"]
|
||||||
|
|
||||||
There are two differed kinds of VM types and both types can be converted to a template.
|
There are two differed kinds of VM types and both types can be converted to a template.
|
||||||
One of them are Kernel-based Virtual Machine (KVM) and the other one are Linux Containers (LXC).
|
One of them are Kernel-based Virtual Machine (KVM) and the other one are Linux Containers (LXC).
|
||||||
@ -305,7 +305,7 @@ All available options are listed one below the other.
|
|||||||
Storage
|
Storage
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
[thumbnail="gui-storage-summary-local.png"]
|
[thumbnail="screenshot/gui-storage-summary-local.png"]
|
||||||
|
|
||||||
In this view we have a two partition split view.
|
In this view we have a two partition split view.
|
||||||
On the left side we have the storage options
|
On the left side we have the storage options
|
||||||
@ -322,7 +322,7 @@ and on the right side the content of the selected option will shown.
|
|||||||
Pools
|
Pools
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
[thumbnail="gui-pool-summary-development.png"]
|
[thumbnail="screenshot/gui-pool-summary-development.png"]
|
||||||
|
|
||||||
In this view we have a two partition split view.
|
In this view we have a two partition split view.
|
||||||
On the left side we have the logical pool options
|
On the left side we have the logical pool options
|
||||||
|
@ -49,7 +49,7 @@ following:
|
|||||||
NOTE: By default, the complete server is used and all existing data is
|
NOTE: By default, the complete server is used and all existing data is
|
||||||
removed.
|
removed.
|
||||||
|
|
||||||
[thumbnail="pve-grub-menu.png"]
|
[thumbnail="screenshot/pve-grub-menu.png"]
|
||||||
|
|
||||||
Please insert the installation CD-ROM, then boot from that
|
Please insert the installation CD-ROM, then boot from that
|
||||||
drive. Immediately afterwards you can choose the following menu
|
drive. Immediately afterwards you can choose the following menu
|
||||||
@ -80,7 +80,7 @@ Test Memory::
|
|||||||
Runs `memtest86+`. This is useful to check if your memory is
|
Runs `memtest86+`. This is useful to check if your memory is
|
||||||
functional and error free.
|
functional and error free.
|
||||||
|
|
||||||
[thumbnail="pve-select-target-disk.png"]
|
[thumbnail="screenshot/pve-select-target-disk.png"]
|
||||||
|
|
||||||
You normally select *Install Proxmox VE* to start the installation.
|
You normally select *Install Proxmox VE* to start the installation.
|
||||||
After that you get prompted to select the target hard disk(s). The
|
After that you get prompted to select the target hard disk(s). The
|
||||||
@ -94,7 +94,7 @@ ZFS supports several software RAID levels, so this is specially useful
|
|||||||
if you do not have a hardware RAID controller. The `Options` button
|
if you do not have a hardware RAID controller. The `Options` button
|
||||||
lets you select the ZFS RAID level, and you can choose disks there.
|
lets you select the ZFS RAID level, and you can choose disks there.
|
||||||
|
|
||||||
[thumbnail="pve-select-location.png", float="left"]
|
[thumbnail="screenshot/pve-select-location.png", float="left"]
|
||||||
|
|
||||||
The next page just ask for basic configuration options like your
|
The next page just ask for basic configuration options like your
|
||||||
location, the time zone and keyboard layout. The location is used to
|
location, the time zone and keyboard layout. The location is used to
|
||||||
@ -103,7 +103,7 @@ usually able to auto detect those setting, so you only need to change
|
|||||||
them in rare situations when auto detection fails, or when you want to
|
them in rare situations when auto detection fails, or when you want to
|
||||||
use some special keyboard layout not commonly used in your country.
|
use some special keyboard layout not commonly used in your country.
|
||||||
|
|
||||||
[thumbnail="pve-set-password.png"]
|
[thumbnail="screenshot/pve-set-password.png"]
|
||||||
|
|
||||||
You then need to specify an email address and the superuser (root)
|
You then need to specify an email address and the superuser (root)
|
||||||
password. The password must have at least 5 characters, but we highly
|
password. The password must have at least 5 characters, but we highly
|
||||||
@ -128,13 +128,13 @@ administrator, for example:
|
|||||||
All those notification mails will be sent to the specified email
|
All those notification mails will be sent to the specified email
|
||||||
address.
|
address.
|
||||||
|
|
||||||
[thumbnail="pve-setup-network.png"]
|
[thumbnail="screenshot/pve-setup-network.png"]
|
||||||
|
|
||||||
The last step is the network configuration. Please note that you can
|
The last step is the network configuration. Please note that you can
|
||||||
use either IPv4 or IPv6 here, but not both. If you want to configure a
|
use either IPv4 or IPv6 here, but not both. If you want to configure a
|
||||||
dual stack node, you can easily do that after installation.
|
dual stack node, you can easily do that after installation.
|
||||||
|
|
||||||
[thumbnail="pve-installation.png", float="left"]
|
[thumbnail="screenshot/pve-installation.png", float="left"]
|
||||||
|
|
||||||
If you press `Next` now, installation starts to format disks, and
|
If you press `Next` now, installation starts to format disks, and
|
||||||
copies packages to the target. Please wait until that is finished,
|
copies packages to the target. Please wait until that is finished,
|
||||||
|
12
pveceph.adoc
12
pveceph.adoc
@ -23,7 +23,7 @@ Manage Ceph Services on Proxmox VE Nodes
|
|||||||
:pve-toplevel:
|
:pve-toplevel:
|
||||||
endif::manvolnum[]
|
endif::manvolnum[]
|
||||||
|
|
||||||
[thumbnail="gui-ceph-status.png"]
|
[thumbnail="screenshot/gui-ceph-status.png"]
|
||||||
|
|
||||||
{pve} unifies your compute and storage systems, i.e. you can use the same
|
{pve} unifies your compute and storage systems, i.e. you can use the same
|
||||||
physical nodes within a cluster for both computing (processing VMs and
|
physical nodes within a cluster for both computing (processing VMs and
|
||||||
@ -109,7 +109,7 @@ This sets up an `apt` package repository in
|
|||||||
Creating initial Ceph configuration
|
Creating initial Ceph configuration
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
[thumbnail="gui-ceph-config.png"]
|
[thumbnail="screenshot/gui-ceph-config.png"]
|
||||||
|
|
||||||
After installation of packages, you need to create an initial Ceph
|
After installation of packages, you need to create an initial Ceph
|
||||||
configuration on just one node, based on your network (`10.10.10.0/24`
|
configuration on just one node, based on your network (`10.10.10.0/24`
|
||||||
@ -131,7 +131,7 @@ Ceph commands without the need to specify a configuration file.
|
|||||||
Creating Ceph Monitors
|
Creating Ceph Monitors
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
[thumbnail="gui-ceph-monitor.png"]
|
[thumbnail="screenshot/gui-ceph-monitor.png"]
|
||||||
|
|
||||||
The Ceph Monitor (MON)
|
The Ceph Monitor (MON)
|
||||||
footnote:[Ceph Monitor http://docs.ceph.com/docs/luminous/start/intro/]
|
footnote:[Ceph Monitor http://docs.ceph.com/docs/luminous/start/intro/]
|
||||||
@ -174,7 +174,7 @@ pveceph createmgr
|
|||||||
Creating Ceph OSDs
|
Creating Ceph OSDs
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
[thumbnail="gui-ceph-osd-status.png"]
|
[thumbnail="screenshot/gui-ceph-osd-status.png"]
|
||||||
|
|
||||||
via GUI or via CLI as follows:
|
via GUI or via CLI as follows:
|
||||||
|
|
||||||
@ -278,7 +278,7 @@ highly recommended to achieve good performance.
|
|||||||
Creating Ceph Pools
|
Creating Ceph Pools
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
[thumbnail="gui-ceph-pools.png"]
|
[thumbnail="screenshot/gui-ceph-pools.png"]
|
||||||
|
|
||||||
A pool is a logical group for storing objects. It holds **P**lacement
|
A pool is a logical group for storing objects. It holds **P**lacement
|
||||||
**G**roups (PG), a collection of objects.
|
**G**roups (PG), a collection of objects.
|
||||||
@ -395,7 +395,7 @@ separately.
|
|||||||
Ceph Client
|
Ceph Client
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
[thumbnail="gui-ceph-log.png"]
|
[thumbnail="screenshot/gui-ceph-log.png"]
|
||||||
|
|
||||||
You can then configure {pve} to use such pools to store VM or
|
You can then configure {pve} to use such pools to store VM or
|
||||||
Container images. Simply use the GUI too add a new `RBD` storage (see
|
Container images. Simply use the GUI too add a new `RBD` storage (see
|
||||||
|
@ -236,7 +236,7 @@ Remember to replace the VMIDs and node names with your respective values.
|
|||||||
Managing Jobs
|
Managing Jobs
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
[thumbnail="gui-qemu-add-replication-job.png"]
|
[thumbnail="screenshot/gui-qemu-add-replication-job.png"]
|
||||||
|
|
||||||
You can use the web GUI to create, modify and remove replication jobs
|
You can use the web GUI to create, modify and remove replication jobs
|
||||||
easily. Additionally the command line interface (CLI) tool `pvesr` can be
|
easily. Additionally the command line interface (CLI) tool `pvesr` can be
|
||||||
|
@ -72,7 +72,7 @@ controller type for SCSI drives.
|
|||||||
|
|
||||||
.Add Cloud-Init CDROM drive
|
.Add Cloud-Init CDROM drive
|
||||||
|
|
||||||
[thumbnail="gui-cloudinit-hardware.png"]
|
[thumbnail="screenshot/gui-cloudinit-hardware.png"]
|
||||||
|
|
||||||
The next step is to configure a CDROM drive which will be used to pass
|
The next step is to configure a CDROM drive which will be used to pass
|
||||||
the Cloud-Init data to the VM.
|
the Cloud-Init data to the VM.
|
||||||
@ -109,7 +109,7 @@ qm template 9000
|
|||||||
Deploying Cloud-Init Templates
|
Deploying Cloud-Init Templates
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
[thumbnail="gui-cloudinit-config.png"]
|
[thumbnail="screenshot/gui-cloudinit-config.png"]
|
||||||
|
|
||||||
You can easily deploy such a template by cloning:
|
You can easily deploy such a template by cloning:
|
||||||
|
|
||||||
|
18
qm.adoc
18
qm.adoc
@ -101,7 +101,7 @@ could incur a performance slowdown, or putting your data at risk.
|
|||||||
General Settings
|
General Settings
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
[thumbnail="gui-create-vm-general.png"]
|
[thumbnail="screenshot/gui-create-vm-general.png"]
|
||||||
|
|
||||||
General settings of a VM include
|
General settings of a VM include
|
||||||
|
|
||||||
@ -115,7 +115,7 @@ General settings of a VM include
|
|||||||
OS Settings
|
OS Settings
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|
||||||
[thumbnail="gui-create-vm-os.png"]
|
[thumbnail="screenshot/gui-create-vm-os.png"]
|
||||||
|
|
||||||
When creating a VM, setting the proper Operating System(OS) allows {pve} to
|
When creating a VM, setting the proper Operating System(OS) allows {pve} to
|
||||||
optimize some low level parameters. For instance Windows OS expect the BIOS
|
optimize some low level parameters. For instance Windows OS expect the BIOS
|
||||||
@ -158,7 +158,7 @@ each disk, instead of adding all disks to the same controller.
|
|||||||
is an older type of paravirtualized controller. It has been superseded by the
|
is an older type of paravirtualized controller. It has been superseded by the
|
||||||
VirtIO SCSI Controller, in terms of features.
|
VirtIO SCSI Controller, in terms of features.
|
||||||
|
|
||||||
[thumbnail="gui-create-vm-hard-disk.png"]
|
[thumbnail="screenshot/gui-create-vm-hard-disk.png"]
|
||||||
On each controller you attach a number of emulated hard disks, which are backed
|
On each controller you attach a number of emulated hard disks, which are backed
|
||||||
by a file or a block device residing in the configured storage. The choice of
|
by a file or a block device residing in the configured storage. The choice of
|
||||||
a storage type will determine the format of the hard disk image. Storages which
|
a storage type will determine the format of the hard disk image. Storages which
|
||||||
@ -213,7 +213,7 @@ Note that backups do not currently work with *IO Thread* enabled.
|
|||||||
CPU
|
CPU
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
[thumbnail="gui-create-vm-cpu.png"]
|
[thumbnail="screenshot/gui-create-vm-cpu.png"]
|
||||||
|
|
||||||
A *CPU socket* is a physical slot on a PC motherboard where you can plug a CPU.
|
A *CPU socket* is a physical slot on a PC motherboard where you can plug a CPU.
|
||||||
This CPU can then contain one or many *cores*, which are independent
|
This CPU can then contain one or many *cores*, which are independent
|
||||||
@ -418,7 +418,7 @@ For each VM you have the option to set a fixed size memory or asking
|
|||||||
host.
|
host.
|
||||||
|
|
||||||
.Fixed Memory Allocation
|
.Fixed Memory Allocation
|
||||||
[thumbnail="gui-create-vm-memory.png"]
|
[thumbnail="screenshot/gui-create-vm-memory.png"]
|
||||||
|
|
||||||
When setting memory and minimum memory to the same amount
|
When setting memory and minimum memory to the same amount
|
||||||
{pve} will simply allocate what you specify to your VM.
|
{pve} will simply allocate what you specify to your VM.
|
||||||
@ -475,7 +475,7 @@ of RAM available to the host.
|
|||||||
Network Device
|
Network Device
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
[thumbnail="gui-create-vm-network.png"]
|
[thumbnail="screenshot/gui-create-vm-network.png"]
|
||||||
|
|
||||||
Each VM can have many _Network interface controllers_ (NIC), of four different
|
Each VM can have many _Network interface controllers_ (NIC), of four different
|
||||||
types:
|
types:
|
||||||
@ -619,7 +619,7 @@ the following command:
|
|||||||
|
|
||||||
.Start and Shutdown Order
|
.Start and Shutdown Order
|
||||||
|
|
||||||
[thumbnail="gui-qemu-edit-start-order.png"]
|
[thumbnail="screenshot/gui-qemu-edit-start-order.png"]
|
||||||
|
|
||||||
In some case you want to be able to fine tune the boot order of your
|
In some case you want to be able to fine tune the boot order of your
|
||||||
VMs, for instance if one of your VM is providing firewalling or DHCP
|
VMs, for instance if one of your VM is providing firewalling or DHCP
|
||||||
@ -655,7 +655,7 @@ cluster-wide.
|
|||||||
Migration
|
Migration
|
||||||
---------
|
---------
|
||||||
|
|
||||||
[thumbnail="gui-qemu-migrate.png"]
|
[thumbnail="screenshot/gui-qemu-migrate.png"]
|
||||||
|
|
||||||
If you have a cluster, you can migrate your VM to another host with
|
If you have a cluster, you can migrate your VM to another host with
|
||||||
|
|
||||||
@ -711,7 +711,7 @@ Then the migration will copy the disk over the network to the target host.
|
|||||||
Copies and Clones
|
Copies and Clones
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
[thumbnail="gui-qemu-full-clone.png"]
|
[thumbnail="screenshot/gui-qemu-full-clone.png"]
|
||||||
|
|
||||||
VM installation is usually done using an installation media (CD-ROM)
|
VM installation is usually done using an installation media (CD-ROM)
|
||||||
from the operation system vendor. Depending on the OS, this can be a
|
from the operation system vendor. Depending on the OS, this can be a
|
||||||
|
Loading…
Reference in New Issue
Block a user