Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions source/installguide/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,18 @@ cluster.
host that is where this primary storage is mounted. For example,
"/mnt/primary".

- **RADOS Monitor (for RBD).** With KVM, this is Ceph host domain/IP with
port. For example, "round-robin.ceph-cluster.xyz:6789".

- **RADOS Pool (for RBD).** With KVM, this is Ceph pool name. For example,
"cloudstack".

- **RADOS User (for RBD).** With KVM, this is Ceph client user name. For
example, "cloudstack".

- **RADOS Secret (for RBD).** With KVM, this is the Ceph pool secret
authorised for a client username. For example, "AQC3u/JfhipzGBAACiILEFKembN8gTJsIvu6nQ==".

- **SMB Username** (for SMB/CIFS): Applicable only if you select
SMB/CIFS provider. The username of the account which has the
necessary permissions to the SMB shares. The user must be part of
Expand Down