Page 1 of 1

How to set min_free in greyhole.yml?

Posted: Tue Mar 08, 2011 6:38 am
by raleeper
Hi. I have been able to add new config lines to greyhole.conf using greyhole.yml, but the min_free parameter is part of a config line that is completely generated by Amahi. Is there any way to maintain min_free for a pool drive short of editing greyhole.conf each time something is changed in the Amahi setup?

Thanks!

Re: How to set min_free in greyhole.yml?

Posted: Wed Mar 09, 2011 5:41 am
by gboudreau
You need to change that value in the hda_production mysql database.
If you install PHPMyAdmin, use it to connect to MySQL, select the hda_production database, and find the table that contains the storage pool directories. There's a column for which you can change the value there, that is used as the min_free.

Re: How to set min_free in greyhole.yml?

Posted: Thu Mar 10, 2011 7:25 am
by raleeper
Perfect. Thank you.