leixm commented on PR #2576: URL: https://github.com/apache/celeborn/pull/2576#issuecomment-2177416796
We have a soft link ``` /mnt/ssd/0 -> /mnt/ssd/3 ``` worker conf ``` celeborn.worker.storage.dirs /mnt/ssd/0,/mnt/ssd/1,/mnt/ssd/2 ``` df -h ``` /dev/sda3 1.1T 568G 486G 54% / /dev/sdb 3.5T 92G 3.2T 3% /mnt/ssd/1 /dev/sdc 3.5T 110G 3.2T 4% /mnt/ssd/2 /dev/sdd 3.5T 88G 3.2T 3% /mnt/ssd/3 ``` ls /sys/block/ ``` sda sdb sdc sdd ``` StorageManager#diskInfos ``` /mnt/ssd/3=DiskInfo(maxSlots: 0, committed shuffles 0, running applications 0, shuffleAllocations: Map(), mountPoint: /mnt/ssd/3, usableSpace: 0.0 B, avgFlushTime: 0 ns, avgFetchTime: 0 ns, activeSlots: 0, storageType: HDD) status: HEALTHY dirs /mnt/ssd/0/celeborn-worker/shuffle_data ``` We should keep dirs and mount point consistent, so above dirs should be /mnt/ssd/3/celeborn-worker/shuffle_data -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
