Guillaume Boudreau
Guillaume Boudreau
@old-square-eyes says: > I just noticed a lot of my files are 0kb. I'm pretty upset. I found this. Not sure if it's the cause or some race condition somewhere...
The spool folder will sometime get filled to the point where the inodes will be depleted on the root partition. Having the spool folder on a data drive would make...
When the daemon starts, it should check that unix extension = no and wide links = yes appears in smb.conf If not, it should log an error, and die.
When the user wants to use the least-used-space drive selection algorithm, --balance should respect that, and balance used space, not free space.
To reproduce: - disconnect one of the storage pool drive - delete a file that has a file copy of the disconnected drive - re-connect the drive - fsck the...
Enhancement: Add retension policy to Attic/Recycle Bin Suggestion: 1. Add retension_days value to conf file. Default value of -1 - unlimited 2. Add optional paramater to empty-attic for age of...
What steps will reproduce the problem? 1. Set drives like this ``` storage_pool_directory = /mnt/pool1/gh, min_free: 500gb storage_pool_directory = /mnt/pool2/gh, min_free: 10gb storage_pool_directory = /mnt/pool3/gh, min_free: 10gb storage_pool_directory = /mnt/pool4/gh,...
When a storage pool drive disappears, we should wait a user-configurable delay (default to no delay) before launching a check_pool operation. This will allow users to include remote or USB...
When Greyhole tries to create file copies, and it fails (bad HDD), it should send an email notification about this. (Careful not to spam the admin with thousands of emails...
When Greyhole starts, it shouldn't launch a check_pool (fsck) as soon as it notices a drive missing. It should instead wait a user-configurable delay, to allow all drives to become...