mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-30 13:08:15 +00:00
use datacenter consitently
we almost always use 'datacenter', but had three places where we used 'data center and while both are fine to use, keep it consistent. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c35063c208
commit
ddaf578490
@ -96,7 +96,7 @@ Files
|
|||||||
|`authkey.pub` | Public key used by the ticket system
|
|`authkey.pub` | Public key used by the ticket system
|
||||||
|`ceph.conf` | Ceph configuration file (note: /etc/ceph/ceph.conf is a symbolic link to this)
|
|`ceph.conf` | Ceph configuration file (note: /etc/ceph/ceph.conf is a symbolic link to this)
|
||||||
|`corosync.conf` | Corosync cluster configuration file (prior to {pve} 4.x, this file was called cluster.conf)
|
|`corosync.conf` | Corosync cluster configuration file (prior to {pve} 4.x, this file was called cluster.conf)
|
||||||
|`datacenter.cfg` | {pve} data center-wide configuration (keyboard layout, proxy, ...)
|
|`datacenter.cfg` | {pve} datacenter-wide configuration (keyboard layout, proxy, ...)
|
||||||
|`domains.cfg` | {pve} authentication domains
|
|`domains.cfg` | {pve} authentication domains
|
||||||
|`firewall/cluster.fw` | Firewall configuration applied to all nodes
|
|`firewall/cluster.fw` | Firewall configuration applied to all nodes
|
||||||
|`firewall/<NAME>.fw` | Firewall configuration for individual nodes
|
|`firewall/<NAME>.fw` | Firewall configuration for individual nodes
|
||||||
|
@ -42,11 +42,11 @@ Get the list of nodes in my cluster
|
|||||||
|
|
||||||
# pvesh get /nodes
|
# pvesh get /nodes
|
||||||
|
|
||||||
Get a list of available options for the data center
|
Get a list of available options for the datacenter
|
||||||
|
|
||||||
# pvesh usage cluster/options -v
|
# pvesh usage cluster/options -v
|
||||||
|
|
||||||
Set the HTMl5 NoVNC console as the default console for the data center
|
Set the HTMl5 NoVNC console as the default console for the datacenter
|
||||||
|
|
||||||
# pvesh set cluster/options -console html5
|
# pvesh set cluster/options -console html5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user