diff --git a/HowtoCeph.md b/HowtoCeph.md index 53e8a434..b2e23b34 100644 --- a/HowtoCeph.md +++ b/HowtoCeph.md @@ -124,6 +124,15 @@ public_network = X.X.X.0/24 eof ~~~ +Si on souhaite utiliser le cluster pour y installer des VMs, il faut activer le cache RBD : + +~~~ +cat <>ceph.conf +[client] +rbd cache = true +eof +~~~ + On installe les paquets Ceph sur les nœeuds : ~~~