mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-12 21:46:07 +00:00
NOTE: cleanup
This commit is contained in:
parent
98a741e0cf
commit
0abc65b04f
@ -334,7 +334,7 @@ maximal number of tries to relocate the service to a different node.
|
||||
A relocate only happens after the max_restart value is exceeded on the
|
||||
actual node. The default is set to one.
|
||||
|
||||
Note that the relocate count state will only reset to zero when the
|
||||
NOTE: The relocate count state will only reset to zero when the
|
||||
service had at least one successful start. That means if a service is
|
||||
re-enabled without fixing the error only the restart policy gets
|
||||
repeated.
|
||||
|
@ -26,8 +26,9 @@ include::attributes.txt[]
|
||||
endif::manvolnum[]
|
||||
|
||||
The '/etc/pve/lxc/<CTID>.conf' files stores container configuration,
|
||||
where "CTID" is the numeric ID of the given container. Note that IDs <=
|
||||
100 are reserved for internal purposes.
|
||||
where "CTID" is the numeric ID of the given container.
|
||||
|
||||
NOTE: IDs <= 100 are reserved for internal purposes.
|
||||
|
||||
|
||||
File Format
|
||||
|
@ -329,7 +329,7 @@ are members of group 'customers':
|
||||
pveum aclmod /access/realm/pve -user joe@pve -role PVEUserAdmin
|
||||
pveum aclmod /access/groups/customers -user joe@pve -role PVEUserAdmin
|
||||
|
||||
Note: The user is able to add other users, but only if they are
|
||||
NOTE: The user is able to add other users, but only if they are
|
||||
members of group 'customers' and within realm 'pve'.
|
||||
|
||||
Pools
|
||||
@ -355,7 +355,7 @@ Now we create a new user which is a member of that group
|
||||
[source,bash]
|
||||
pveum useradd developer1@pve -group developers -password
|
||||
|
||||
Note: The -password parameter will prompt you for a password
|
||||
NOTE: The -password parameter will prompt you for a password
|
||||
|
||||
I assume we already created a pool called 'dev-pool' on the GUI. So we can now assign permission to that pool:
|
||||
|
||||
|
@ -26,8 +26,9 @@ include::attributes.txt[]
|
||||
endif::manvolnum[]
|
||||
|
||||
The '/etc/pve/qemu-server/<VMID>.conf' files stores VM configuration,
|
||||
where "VMID" is the numeric ID of the given VM. Note that IDs <=
|
||||
100 are reserved for internal purposes.
|
||||
where "VMID" is the numeric ID of the given VM.
|
||||
|
||||
NOTE: IDs <= 100 are reserved for internal purposes.
|
||||
|
||||
|
||||
File Format
|
||||
|
Loading…
Reference in New Issue
Block a user