Add support for CRUSH tiers on pool creation #150
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow specifying a device tier (
hdd
,ssd
,nvme
) when creating Ceph storage pools.This would need to be two-parted:
This bit must be done at pool creation time, because the device classes must already exist (i.e. OSDs of the relevant types must have already been added).
This would allow support for multi-tiered storage on nodes.
A default would always be present, and relevant flags/arguments for adding pools would need to be added along with a display in the pool output.
Implemented in 0.9.47.