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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
adjusts the code block style where the older(?) way was used to be
consistent and more easy to distinguish as code block
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
We switched configuring /etc/apt/auth.conf to use /debian/pve as path
instead of just the old /debian for better compatibility with PVE and
PBS getting co-installed on the same host.
To match that stricter server definition the sources.list for
pve-enterprise must contain the /pve at the end. Otherwise there is
no match and updating via the pve-enterprise repository doesn't work.
Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
[ Thomas: adapted commit message and older repos as 6.x too ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Begin "Authentication Realms" section with brief introduction to each
realm (this was there already, but inconsistent in the level of detail
given for each part).
Give each realm type its own subsection
Adds some more information on LDAP and Active Directory configuration.
Restructure the document to bring the "Syncing LDAP-Based Realms" section
closer to the LDAP and AD sections.
Explain LDAP parameters/options individually in list format
Remove some non-relevant information such as how to add system users
Some more minor langauge and formatting fixup
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>
this adds a warning in the documentation to remove any replication jobs
before deleting a cluster node
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
Mentions the misleading error message shown, when deleting a node,
because of the failing command:
corosync-cfgtool -k x
Some forum users were confused by this, and believed that the removal of
the node was unsuccessful.
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
- Remove host name from commands, where it provided no value
- Display new command output for pvecm status
- Shorten command output where unneccessary
- Change migration network example to use CIDR address rather than
address + netmask
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
although they both act the same, {pve} is more common throughout the
docs, so this helps to keep things more consistent
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
- adds an entry for some config files found in /etc/pve, which were
missing.
- alphabetize the lists, for better readability and add some minor fixes
- also adds an introduction section to the symbolic links section, to
clarify that they're specific to each host
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
minor corrections to the introduction and wake-on-lan section of
"Proxmox VE Node Management"
also expand introduction, based on new content
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
Adds PVE Node Management sections related to viewing task history, and
bulk operations for starting, stopping, and migrating all guests.
Signed-off-by: Dylan Whyte <d.whyte@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>
removes pvenode.adoc inclusion from chapter 18, "Shell interface for the
Proxmox VE API", as the section is already included as part of section
3.10 "Proxmox Node Management"
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
This patch mentions our switch to chrony and provides additional
server configuration instructions for it.
Also fixes up language, where appropriate
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>