Skip to content

Commit

Permalink
Merge pull request #2964 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2963-to-release-4.18

DFBUGS-1310: [release-4.18] osd: add tunefastdeviceclass: true for all ssd disk
  • Loading branch information
openshift-merge-bot[bot] authored Jan 14, 2025
2 parents 08092c9 + f88171a commit 8e6ee17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/ux-backend/handlers/expandstorage/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ func updateStorageCluster(w http.ResponseWriter, r *http.Request, client client.
Portable: false,
Encrypted: &enableEncryption,
DeviceClass: storageClassForOSDs,
DeviceType: "SSD",
DataPVCTemplate: corev1.PersistentVolumeClaim{
Spec: corev1.PersistentVolumeClaimSpec{
AccessModes: []corev1.PersistentVolumeAccessMode{"ReadWriteOnce"},
Expand Down

0 comments on commit 8e6ee17

Please sign in to comment.