You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have 4 NVME disks and noticed recently that their usage is some kind of unbalanced:
# for nvme in 0 1 2 3; do echo "nvme${nvme}:"; smartctl -x /dev/nvme"${nvme}"n1 | grep 'Data Units' | sed 's/^/ /' ; done
nvme0:
Data Units Read: 127 608 511 556 [65,3 PB]
Data Units Written: 293 649 334 [150 TB]
nvme1:
Data Units Read: 129 983 891 432 [66,5 PB]
Data Units Written: 384 164 362 [196 TB]
nvme2:
Data Units Read: 562 268 [287 GB]
Data Units Written: 8 382 370 [4,29 TB]
nvme3:
Data Units Read: 551 991 [282 GB]
Data Units Written: 8 387 551 [4,29 TB]
What might be the cause of such usage unbalance and is there any options in ATS we can tune?
There could be a few reasons for this. Could you share your cache config and volume config along with some sample urls? If the same urls are updated frequently then they would all write to the same disk.
Hello!
We have 4 NVME disks and noticed recently that their usage is some kind of unbalanced:
# for nvme in 0 1 2 3; do echo "nvme${nvme}:"; smartctl -x /dev/nvme"${nvme}"n1 | grep 'Data Units' | sed 's/^/ /' ; done nvme0: Data Units Read: 127 608 511 556 [65,3 PB] Data Units Written: 293 649 334 [150 TB] nvme1: Data Units Read: 129 983 891 432 [66,5 PB] Data Units Written: 384 164 362 [196 TB] nvme2: Data Units Read: 562 268 [287 GB] Data Units Written: 8 382 370 [4,29 TB] nvme3: Data Units Read: 551 991 [282 GB] Data Units Written: 8 387 551 [4,29 TB]
What might be the cause of such usage unbalance and is there any options in ATS we can tune?
Our
storage.config
is pretty straightforward:We are using ATS 9.2.8.
The text was updated successfully, but these errors were encountered: