X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-rbd.adoc;h=d7a6067473dbb561f345fbbcc399c1e574a58dca;hp=05c16b638d4988dcc70613d31752e8fa0752c579;hb=aa99b34966c992c7a7bd9b403c2af5f9f0dedb67;hpb=deb4673f279adea9069596f64fb70ff3f0e88302 diff --git a/pve-storage-rbd.adoc b/pve-storage-rbd.adoc index 05c16b6..d7a6067 100644 --- a/pve-storage-rbd.adoc +++ b/pve-storage-rbd.adoc @@ -16,7 +16,7 @@ storage, and you get the following advantages: * self healing * no single point of failure * scalable to the exabyte level -* kernel and unser space implementation available +* kernel and user space implementation available NOTE: For smaller deployments, it is also possible to run Ceph services directly on your {pve} nodes. Recent hardware has plenty @@ -46,7 +46,7 @@ krbd:: Access rbd through krbd kernel module. This is required if you want to use the storage for containers. -.Configuration Example ('/etc/pve/storage.cfg') +.Configuration Example (`/etc/pve/storage.cfg`) ---- rbd: ceph3 monhost 10.1.1.20 10.1.1.21 10.1.1.22 @@ -55,15 +55,15 @@ rbd: ceph3 username admin ---- -TIP: You can use the 'rbd' utility to do low-level management tasks. +TIP: You can use the `rbd` utility to do low-level management tasks. Authentication ~~~~~~~~~~~~~~ -If you use cephx authentication, you need to copy the keyfile from +If you use `cephx` authentication, you need to copy the keyfile from Ceph to Proxmox VE host. -Create the directory '/etc/pve/priv/ceph' with +Create the directory `/etc/pve/priv/ceph` with mkdir /etc/pve/priv/ceph @@ -92,7 +92,7 @@ ifdef::wiki[] See Also ~~~~~~~~ -* link:/index.php/Storage[Storage] +* link:/wiki/Storage[Storage] endif::wiki[]