Hi,
I am building a brand new FreeNAS Server and I am not sure if I came accross a bug or if its the way I set things up.
I have 1x RAIDZ2 pool make of 4x SAS HDD and I have created a few dataset that all accessible and working.
The issue that I have is:
If I create a MinIO dataset at the top level of my pool, I have no issue starting the S3 service.
If I create the MinIO dataset in a nested dataset, then I cannot start the S3 service
And I have the following error message in the
Based on the error message above, I looked at the dataset permission but everything look good to me
The permission from
Thank you all in advance.
I am building a brand new FreeNAS Server and I am not sure if I came accross a bug or if its the way I set things up.
I have 1x RAIDZ2 pool make of 4x SAS HDD and I have created a few dataset that all accessible and working.
The issue that I have is:
If I create a MinIO dataset at the top level of my pool, I have no issue starting the S3 service.
/mnt/z2_bunker/s3demoIf I create the MinIO dataset in a nested dataset, then I cannot start the S3 service
/mnt/z2_bunker/trinitech/backups/MinIOAnd I have the following error message in the
tail /var/log/minio.logCode:
ERROR Unable to initialize backend: Unable to write to the backend
> Please ensure MinIO binary has write permissions for the backend
HINT:
Verify if MinIO binary is running as the same user who has write permissions for the backendBased on the error message above, I looked at the dataset permission but everything look good to me
The permission from
/mnt/z2_bunker/trinitech/backups has a different user and group. Is it possible that it is somehow overwriting the MinIO dataset?Thank you all in advance.