Ceph: Difference between revisions
imported>C4lliope Clean up. |
imported>C4lliope Make example only single-node. |
||
| Line 4: | Line 4: | ||
Here is a quick collection of commands I used on a 3-node Ceph mesh. | Here is a quick collection of commands I used on a 3-node Ceph mesh. | ||
The examples have been reduced to a single node, `mesh-a`, for simplicity. | |||
Describe your ceph user, alongside your normal login user: | Describe your ceph user, alongside your normal login user: | ||
| Line 29: | Line 30: | ||
enable = false; | enable = false; | ||
extraConfig = { | extraConfig = { | ||
"mon initial members" = "mesh-a | "mon initial members" = "mesh-a"; | ||
"mon host" = "10.0.0.11 | "mon host" = "10.0.0.11"; | ||
}; | }; | ||
}; | }; | ||