X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pveceph.1-synopsis.adoc;h=c0121c7431ee90a838a8fe970a193fa35d66b9c5;hb=b92c45ab817375dba8aaf2cb0a01909aada2929c;hp=6490cedb7502821fdd91411a951f7c31134b9850;hpb=95895385d2d1a3e787270b91e5a59bcae654a1d3;p=pve-docs.git diff --git a/pveceph.1-synopsis.adoc b/pveceph.1-synopsis.adoc index 6490ced..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]`