I have used the minio service binary (https://dl.minio.io/server/minio/release/linux-amd64/minio) and my /etc/default/minio options are as follows:
MINIO_VOLUMES="/sdc1/minio/"
MINIO_OPTS="-C /etc/minio --address localhost:9000"
Could someone tell me how can I modify the above options to add /sdb1/minio as an additional volume?
I tried adding the volume with semicolon and spaces to the first volume but neither worked. Semicolon was ignored while spaces would cause startup failure for the service.