When I set data_dirs to a non-existent absolute directory path, for example, data_dirs=/home/dat/data
, the System changed to read-only mode:
CodePudding user response:
To solve this problem, you can make the data_dirs
manually by mkdir
command first, and then restart the IoTDB server.