alibaba / open-local

cloud-native local storage management system for stateful workload, low-latency with simplicity
Apache License 2.0
460 stars 81 forks source link

IO 限流没有生效 #219

Closed adababys closed 1 year ago

adababys commented 1 year ago

Question

io 限流这块,我测试的没有生效,请教一下怎么才能做到对 IO 的限流呢? image

使用的 storageclass 是open-local-lvm-io-throttling : image 使用的sts 的 pod 的 yaml sts-io-throttling-fio.yaml.zip

pod报错 I0712 01:34:42.225552 16190 nodeutils.go:48] createLV: vg open-local-pool-0, volume local-c1146907-df09-45fd-a23c-e67d86e11ebe, LVM Type linear E0712 01:34:42.225648 16190 driver.go:109] GRPC error: rpc error: code = Internal desc = NodePublishVolume(mountLvmBlock): fail to mount lvm volume local-c1146907-df09-45fd-a23c-e67d86e11ebe with path /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices/publish/local-c1146907-df09-45fd-a23c-e67d86e11ebe/8d7f748f-108d-4418-af17-84481fc27e65: rpc error: code = Internal desc = mountLvmBlock: check if /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices/publish/local-c1146907-df09-45fd-a23c-e67d86e11ebe/8d7f748f-108d-4418-af17-84481fc27e65 is mountpoint failed: stat /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices/publish/local-c1146907-df09-45fd-a23c-e67d86e11ebe/8d7f748f-108d-4418-af17-84481fc27e65: no such file or directory

adababys commented 1 year ago

openlocal-agent 中 csi-Plugin 有报错信息 csi-Plugin.log.txt

peter-wangxu commented 1 year ago

fixed in latest version(v0.7.1)

kwenzh commented 1 year ago

mark