wangbo opened a new issue #4564: URL: https://github.com/apache/incubator-doris/issues/4564
**Describe the bug** Be conf indicates there is two ways to config a SSD disk 1 ```/home/disk1/doris.HDD,50``` 2 ```/home/disk2/doris.SSD,50``` But When I config ssd using method 2,error happends ``` W0909 14:02:46.197008 197741 options.cpp:142] failed to parse store path /data13/olap.SSD,2048, res=-203 W0909 14:02:46.196918 197741 options.cpp:65] path can not be canonicalized. may be not exist. path=/data13/olap.SSD ``` It's obviously that the ```storage medium suffix``` can't be regard as a real path. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
