mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-03-27 18:50:10 +03:00
pveceph: correct filestore examples
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
77ea3af4fa
commit
e677b34423
@ -221,7 +221,7 @@ If you want to use a dedicated SSD journal disk:
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
pveceph createosd /dev/sd[X] -journal_dev /dev/sd[Y]
|
||||
pveceph createosd /dev/sd[X] -journal_dev /dev/sd[Y] -bluestore 0
|
||||
----
|
||||
|
||||
Example: Use /dev/sdf as data disk (4TB) and /dev/sdb is the dedicated SSD
|
||||
@ -229,7 +229,7 @@ journal disk.
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
pveceph createosd /dev/sdf -journal_dev /dev/sdb
|
||||
pveceph createosd /dev/sdf -journal_dev /dev/sdb -bluestore 0
|
||||
----
|
||||
|
||||
This partitions the disk (data and journal partition), creates
|
||||
|
Loading…
x
Reference in New Issue
Block a user