]> git.proxmox.com Git - pve-docs.git/blobdiff - pmxcfs.adoc
add pmxcfs cli to admin guide and index
[pve-docs.git] / pmxcfs.adoc
index eb5de347a5a26adef74707673708c158fc043ee2..d7c5d35f0ae6ea916dfdf0811ea5b81c87655499 100644 (file)
@@ -1,5 +1,27 @@
-Proxmox Cluster file system (pmxcfs)
+ifdef::manvolnum[]
+PVE({manvolnum})
+================
+include::attributes.txt[]
+
+NAME
+----
+
+pmxcfs - Proxmox Cluster File System
+
+SYNOPSYS
+--------
+
+include::pmxcfs.8-cli.adoc[]
+
+DESCRIPTION
+-----------
+endif::manvolnum[]
+
+ifndef::manvolnum[]
+Proxmox Cluster File System (pmxcfs)
 ====================================
+include::attributes.txt[]
+endif::manvolnum[]
 
 The Proxmox Cluster file system (pmxcfs) is a database-driven file
 system for storing configuration files, replicated in real time to all
@@ -16,7 +38,7 @@ Advantages
 
 * seamless replication of all configuration to all nodes in real time
 * provides strong consistency checks to avoid duplicate VM IDs
-* read-only when a node looses quorum
+* read-only when a node loses quorum
 * automatic updates of the corosync cluster configuration to all nodes
 * includes a distributed locking mechanism
 
@@ -73,13 +95,18 @@ Files
 |=======
 |corosync.conf  |corosync cluster configuration file (previous to {pve} 4.x this file was called cluster.conf)
 |storage.cfg   |{pve} storage configuration
+|datacenter.cfg   |{pve} datacenter wide configuration (keyboard layout, proxy, ...)
 |user.cfg      |{pve} access control configuration (users/groups/...)
 |domains.cfg   |{pve} Authentication domains 
 |authkey.pub   | public key used by ticket system
+|pve-root-ca.pem | public certificate of cluster CA
 |priv/shadow.cfg  | shadow password file
 |priv/authkey.key | private key used by ticket system
-|nodes/<NAME>/pve-ssl.pem                 | public ssl key for web server
-|nodes/<NAME>/priv/pve-ssl.key            | private ssl key
+|priv/pve-root-ca.key | private key of cluster CA
+|nodes/<NAME>/pve-ssl.pem                 | public ssl certificate for web server (signed by cluster CA)
+|nodes/<NAME>/pve-ssl.key            | private ssl key for pve-ssl.pem
+|nodes/<NAME>/pveproxy-ssl.pem       | public ssl certificate (chain) for web server (optional override for pve-ssl.pem)
+|nodes/<NAME>/pveproxy-ssl.key       | private ssl key for pveproxy-ssl.pem (optional)
 |nodes/<NAME>/qemu-server/<VMID>.conf    | VM configuration data for KVM VMs
 |nodes/<NAME>/lxc/<VMID>.conf         | VM configuration data for LXC containers
 |firewall/cluster.fw | Firewall config applied to all nodes
@@ -168,3 +195,7 @@ without reinstall, which is described here:
  # service pveproxy restart
  # service pvestatd restart
 
+
+ifdef::manvolnum[]
+include::pve-copyright.adoc[]
+endif::manvolnum[]