X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pveceph.1-synopsis.adoc;h=c0121c7431ee90a838a8fe970a193fa35d66b9c5;hb=af6f59f49f55a42b15cc52c49497baf80aed5c0b;hp=8252e805a9b6e3b56f953bdc3a13c311457a4b79;hpb=e2d681b3686090218b5217114ccdde49300c902c;p=pve-docs.git diff --git a/pveceph.1-synopsis.adoc b/pveceph.1-synopsis.adoc index 8252e80..c0121c7 100644 --- a/pveceph.1-synopsis.adoc +++ b/pveceph.1-synopsis.adoc @@ -72,7 +72,7 @@ NOTE: Requires option(s): `network` `--disable_cephx` `` ('default =' `0`):: -Disable cephx authentification. +Disable cephx authentication. + WARNING: cephx is a security feature protecting against man-in-the-middle attacks. Only consider disabling cephx if your network is private! @@ -98,9 +98,9 @@ Targeted number of replicas per object Install ceph related packages. -`--version` `` :: +`--version` `` ('default =' `nautilus`):: -no description available +Ceph version to install. *pveceph lspools* @@ -146,19 +146,15 @@ The ID of the manager Create Ceph Monitor and Manager -`--exclude-manager` `` ('default =' `0`):: +`--mon-address` `` :: -When set, only a monitor will be created. +Overwrites autodetected monitor IP address. Must be in the public network of ceph. -`--id` `[a-zA-Z0-9]([a-zA-Z0-9\-]*[a-zA-Z0-9])?` :: +`--monid` `[a-zA-Z0-9]([a-zA-Z0-9\-]*[a-zA-Z0-9])?` :: The ID for the monitor, when omitted the same as the nodename -`--mon-address` `` :: - -Overwrites autodetected monitor IP address. Must be in the public network of ceph. - -*pveceph mon destroy* `` `[OPTIONS]` +*pveceph mon destroy* `` Destroy Ceph Monitor and Manager. @@ -166,10 +162,6 @@ Destroy Ceph Monitor and Manager. Monitor ID -`--exclude-manager` `` ('default =' `0`):: - -When set, removes only the monitor, not the manager - *pveceph osd create* `` `[OPTIONS]` Create OSD @@ -178,21 +170,29 @@ Create OSD Block device name. -`--bluestore` `` ('default =' `1`):: +`--db_dev` `` :: -Use bluestore instead of filestore. This is the default. +Block device name for block.db. -`--fstype` `` ('default =' `xfs`):: +`--db_size` ` (1 - N)` ('default =' `bluestore_block_db_size or 10% of OSD size`):: -File system type (filestore only). +Size in GiB for block.db. ++ +NOTE: Requires option(s): `db_dev` -`--journal_dev` `` :: +`--encrypted` `` ('default =' `0`):: -Block device name for journal (filestore) or block.db (bluestore). +Enables encryption of the OSD. `--wal_dev` `` :: -Block device name for block.wal (bluestore only). +Block device name for block.wal. + +`--wal_size` ` (0.5 - N)` ('default =' `bluestore_block_wal_size or 1% of OSD size`):: + +Size in GiB for block.wal. ++ +NOTE: Requires option(s): `wal_dev` *pveceph osd destroy* `` `[OPTIONS]` @@ -266,7 +266,7 @@ Destroy ceph related data and configuration files. Start ceph services. -``: `(mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}` ('default =' `ceph.target`):: +``: `(ceph|mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}` ('default =' `ceph.target`):: Ceph service name. @@ -278,7 +278,7 @@ Get ceph status. Stop ceph services. -``: `(mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}` ('default =' `ceph.target`):: +``: `(ceph|mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}` ('default =' `ceph.target`):: Ceph service name.