Ceph Kernel Modules
The collection of kernel modules which can be used to interact with the
- Ceph System (e.g,. ``ceph.ko``, ``rbd.ko``).
+ Ceph System (e.g., ``ceph.ko``, ``rbd.ko``).
Ceph Client Libraries
The collection of libraries that can be used to interact with components
RADOS provides a number of ways for you to set the required values. For
the monitor and encryption key settings, an easy way to handle them is to ensure
that your Ceph configuration file contains a ``keyring`` path to a keyring file
-and at least one monitor address (e.g,. ``mon host``). For example::
+and at least one monitor address (e.g., ``mon host``). For example::
[global]
mon host = 192.168.1.1
Configuring the Ceph Object Gateway Instance
============================================
-#. To change the default port (e.g,. to port ``80``), modify your Ceph
+#. To change the default port (e.g., to port ``80``), modify your Ceph
configuration file. Add a section entitled ``[client.rgw.<client-node>]``,
replacing ``<client-node>`` with the short node name of your Ceph client
node (i.e., ``hostname -s``). For example, if your node name is