IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Commandline/command line/command-line where being used interchangeably,
which is not correct
(see: https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/c/command-line).
use command-line when it is an adjective (e.g. "command-line interface")
and use command line when it is a noun (e.g. "change the setting from
the command line")
Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
Use Wikipedia, as it seems CentOS cannot be bothered to create a sane
supported releases + EOL dates table themselves anymore..
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
which is 100 on hosts running cgroup v2. Still mention the old default
relevant for hosts with legacy cgroups.
Also reword the sentence with "gets in regards to other VMs running"
which sounded a bit off.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
switch back to 'storage' instead of 'target', and add the default inside
the sentence instead of after.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
"default local storage" is confusing without the backticks. reword the
sentences to make it clearer about `storage` parameter usage.
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
adds subsection to the "PVE Node Management" section, discussing the
initial VM/CT startup delay feature.
also makes reference to this in the Qemu & LXC sections of the
documentation.
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
This was apparently not clear enough.
For example, see #3184.
A bit long, but I think this is a better place for additional
information about ACL and firewall than the GUI tooltip or the
API parameter description.
Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
This adds more clarity to the explanation of containers and to
the different terms we use to refer to containers, in both the FAQ and
the introduction section of pct.
It also contains minor grammar fixes and rewording where appropriate.
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
Bring the usage in order, cannot create a CT from a template before
we downloaded it ;)
Also (re)-mention the web interface as a TIP.
cron job was replaced by systemd timer, adapt that too.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
use `git show --word-diff=color` to see that almost no word change
happened, only realignment.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
* rephrase some parts.
* update old information
* add info about pending changes and other "new" features
Co-Authored-by: Aaron Lauterer <a.lauterer@proxmox.com>
Co-Authored-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
We will use this to document the first tab of the Create CT wizard.
Also move the priviledged/unpriviledge explanation here, since
the related checkbox will be placed in this tab.