You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run:
$ chown -R gb:users /mnt/hdd* # Change gb:users to your username & primary group
$ find /mnt/hdd* -type d -exec chmod 775 "{}" ; # Change 775 to your prefered permissions for folders
$ find /mnt/hdd* -type f -exec chmod 664 "{}" ; # Change 664 to your prefered permissions for files
It shoudln't be a permission problem, since read_smb_spool executes as root, and thus should be able to create any folders it wants.
Does the folder /var/spool/greyhole/mem exist?
The read_smb_spool action is what reads the spooled files from /var/spool/greyhole/*, and insert those in MySQL as tasks for the daemon to execute.
If it finds a mkdir spooled task, it should log Directory created: $share/$path, then it should mkdir this folder on two storage pool drives identified as the metadata store backups, as $storage_pool_drive/$share/$path
So maybe check the folder in question, and try to mkdir that on all you storage pool drives manually, see if it works.
WARN read_smb_spool: Failed to create directory
In my logs.
I have run:
$ chown -R gb:users /mnt/hdd* # Change gb:users to your username & primary group
$ find /mnt/hdd* -type d -exec chmod 775 "{}" ; # Change 775 to your prefered permissions for folders
$ find /mnt/hdd* -type f -exec chmod 664 "{}" ; # Change 664 to your prefered permissions for files
As recommended here: https://github.com/gboudreau/Greyhole/wiki/Permissions-Data-Drives
The text was updated successfully, but these errors were encountered: