Skip to content

Commit

Permalink
osd: ass tunefastdeviceclass: true for all ssd disk
Browse files Browse the repository at this point in the history
with exandstorage ux-backend handler we will be
ading ssd disk always,
So by default make the deviceSet spec, `deviType: ssd`

Signed-off-by: parth-gr <[email protected]>
  • Loading branch information
parth-gr committed Jan 10, 2025
1 parent 941e9cf commit 8309c4b
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 8309c4b

Please sign in to comment.