diff --git a/ceph-server.adoc b/ceph-server.adoc index 39c9b74..2ab02e0 100644 --- a/ceph-server.adoc +++ b/ceph-server.adoc @@ -44,7 +44,7 @@ After installation of packages, you need to create an initial Ceph configuration pveceph init --network 10.10.10.0/24 ---- -This creates an initial config at /etc/pve/ceph.conf. That file is automatically distributed to all Proxmox VE nodes by using xref:proxmox_cluster_file_system[pmxcfs]. The command also creates a symbolic link from /etc/ceph/ceph.conf pointing to that file. So you can simply run Ceph commands without the need to specify a configuration file. +This creates an initial config at /etc/pve/ceph.conf. That file is automatically distributed to all Proxmox VE nodes by using xref:chapter_pmxcfs[pmxcfs]. The command also creates a symbolic link from /etc/ceph/ceph.conf pointing to that file. So you can simply run Ceph commands without the need to specify a configuration file. Creating Ceph Monitors diff --git a/pmxcfs.adoc b/pmxcfs.adoc index 8f8c81c..7b9cfac 100644 --- a/pmxcfs.adoc +++ b/pmxcfs.adoc @@ -1,3 +1,4 @@ +[[chapter_pmxcfs]] ifdef::manvolnum[] pmxcfs(8) ========= @@ -18,7 +19,6 @@ DESCRIPTION endif::manvolnum[] ifndef::manvolnum[] -[[proxmox_cluster_file_system]] Proxmox Cluster File System (pmxcfs) ==================================== :pve-toplevel: