X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-rbd.adoc;h=c33b70e0fd1af14cfe17ba2d69605f14db50ee2b;hp=d38294bddf2dfda0f7af3896406729edca81ce55;hb=effd6c43413600787db1997160cd9926ed431b0a;hpb=f532afb7ac007af6bbed8e3cad5439de934db30a diff --git a/pve-storage-rbd.adoc b/pve-storage-rbd.adoc index d38294b..c33b70e 100644 --- a/pve-storage-rbd.adoc +++ b/pve-storage-rbd.adoc @@ -1,6 +1,9 @@ Ceph RADOS Block Devices (RBD) ------------------------------ -include::attributes.txt[] +ifdef::wiki[] +:pve-toplevel: +:title: Storage: RBD +endif::wiki[] Storage pool type: `rbd` @@ -16,7 +19,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 +49,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 +58,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