S01030
Error Code
S01030
Error Message
coldVolumes directories must follow these formats: local directory with
'file://<local_path>'; S3 directory with 's3://{BucketName}/{s3path}'.
RefId:S01030
Probable Causes
This error is reported when initializing tiered storage if the file path format of coldVolumes is found incorrect.
Solutions
Set the file path in correct format, which must follow:
- local file:
file://<local_path>
- S3 file path:
s3://{BucketName}/{s3path}