mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-14 07:46:44 +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
|
A relocate only happens after the max_restart value is exceeded on the
|
||||||
actual node. The default is set to one.
|
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
|
service had at least one successful start. That means if a service is
|
||||||
re-enabled without fixing the error only the restart policy gets
|
re-enabled without fixing the error only the restart policy gets
|
||||||
repeated.
|
repeated.
|
||||||
|
@ -26,8 +26,9 @@ include::attributes.txt[]
|
|||||||
endif::manvolnum[]
|
endif::manvolnum[]
|
||||||
|
|
||||||
The '/etc/pve/lxc/<CTID>.conf' files stores container configuration,
|
The '/etc/pve/lxc/<CTID>.conf' files stores container configuration,
|
||||||
where "CTID" is the numeric ID of the given container. Note that IDs <=
|
where "CTID" is the numeric ID of the given container.
|
||||||
100 are reserved for internal purposes.
|
|
||||||
|
NOTE: IDs <= 100 are reserved for internal purposes.
|
||||||
|
|
||||||
|
|
||||||
File Format
|
File Format
|
||||||
|
@ -329,7 +329,7 @@ are members of group 'customers':
|
|||||||
pveum aclmod /access/realm/pve -user joe@pve -role PVEUserAdmin
|
pveum aclmod /access/realm/pve -user joe@pve -role PVEUserAdmin
|
||||||
pveum aclmod /access/groups/customers -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'.
|
members of group 'customers' and within realm 'pve'.
|
||||||
|
|
||||||
Pools
|
Pools
|
||||||
@ -355,7 +355,7 @@ Now we create a new user which is a member of that group
|
|||||||
[source,bash]
|
[source,bash]
|
||||||
pveum useradd developer1@pve -group developers -password
|
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:
|
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[]
|
endif::manvolnum[]
|
||||||
|
|
||||||
The '/etc/pve/qemu-server/<VMID>.conf' files stores VM configuration,
|
The '/etc/pve/qemu-server/<VMID>.conf' files stores VM configuration,
|
||||||
where "VMID" is the numeric ID of the given VM. Note that IDs <=
|
where "VMID" is the numeric ID of the given VM.
|
||||||
100 are reserved for internal purposes.
|
|
||||||
|
NOTE: IDs <= 100 are reserved for internal purposes.
|
||||||
|
|
||||||
|
|
||||||
File Format
|
File Format
|
||||||
|
Loading…
Reference in New Issue
Block a user