Skip to content

Commit

Permalink
update crd changes for TuneFastDeviceClass
Browse files Browse the repository at this point in the history
A new property TuneFastDeviceClass was added to the Storage Cluster
spec in PR red-hat-storage#864. This commit adds the generated changes for that.

Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
  • Loading branch information
raghavendra-talur committed Dec 8, 2020
1 parent 7b2a45e commit a5e848c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,10 @@ spec:
rook-ceph'
type: object
properties:
tuneFastDeviceClass:
description: TuneFastDeviceClass tunes the OSD when running
on a fast Device Class
type: boolean
tuneSlowDeviceClass:
description: TuneSlowDeviceClass tunes the OSD when running
on a slow Device Class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,9 @@ spec:
config:
description: 'StorageDeviceSetConfig defines Ceph OSD specific config options for the StorageDeviceSet TODO: Fill in the members when the actual configurable options are defined in rook-ceph'
properties:
tuneFastDeviceClass:
description: TuneFastDeviceClass tunes the OSD when running on a fast Device Class
type: boolean
tuneSlowDeviceClass:
description: TuneSlowDeviceClass tunes the OSD when running on a slow Device Class
type: boolean
Expand Down

0 comments on commit a5e848c

Please sign in to comment.