Page 1 of 3
Re: Trying to upgrade to 7. Totally lost.
Posted: Mon Jul 28, 2014 10:28 am
by bigfoot65
There is some hardware that is not supported with the Express CD. You have options to use the full DVD or unsupported USB install method.
https://wiki.amahi.org/index.php/Amahi_7_full_DVD
or
https://wiki.amahi.org/index.php/Fedora_19_USB_install
As for your Greyhole issues, did you install Greyhole per the wiki? It's not set up automatically.
https://wiki.amahi.org/index.php/Amahi_ ... hole_Setup
There is also a guide for migrating an existing storage pool.
https://wiki.amahi.org/index.php/Reconn ... orage_pool
Please let us know how we can further help you get things sorted out.
Re: Trying to upgrade to 7. Totally lost.
Posted: Mon Jul 28, 2014 4:39 pm
by bigfoot65
That tells me that those pieces are already present. Edit the /etc/greyhole.conf file and add your drives to the storage pool, set copies for shares, etc.
It's possible that the latest Amahi install may be partially implementing Greyhole. We will have to adjust the wiki to indicate such.
Re: Trying to upgrade to 7. Totally lost.
Posted: Mon Jul 28, 2014 4:58 pm
by bigfoot65
Have you done OS updates?
Re: Trying to upgrade to 7. Totally lost.
Posted: Mon Jul 28, 2014 5:27 pm
by bigfoot65
Check to see if it's permissions match the others. Also I see 5 drives, but only 4 in the storage pool. Is that correct?
Does your /etc/fstab reflect mounting them as drive2, drive3, etc? I don't see that in the ouput. Also why does your listing reflect two entries for each. Typically there is only one per drive for Greyhole.
Did you use the hda-diskmount script?
UPDATE: One drive entry should look like this:
UUID=714fd0e3-a119-4fcc-a993-4e85cd17460a /var/hda/files/drives/sdd ext4 defaults 1 2 noatime,data=writeback,nofail
Re: Trying to upgrade to 7. Totally lost.
Posted: Mon Jul 28, 2014 5:38 pm
by bigfoot65
Did you check permissions?
Also did you format them as described in the wiki? There is one formatting option that will not work with Greyhole.
I don't really see anything wrong with /etc/fstab. See my previous post as I added an example of my drive mounting.
EDIT: Maybe try only using one or two drives in the storage pool and see if that works. Maybe that will help narrow down the issue.
When you say 5th drive is not used for Greyhole, is that drive6?
Re: Trying to upgrade to 7. Totally lost.
Posted: Mon Jul 28, 2014 5:56 pm
by bigfoot65
OK, understandable. How about file permissions and ownership?
I am at a loss as to what is causing the issue. Is the 5th disk drive 6?
I really think if you comment out all but 2 drives and try, we will see if it is drive related. I am unsure what else it could be.
Re: Trying to upgrade to 7. Totally lost.
Posted: Mon Jul 28, 2014 6:12 pm
by bigfoot65
That is really odd behavior. Is the filesystem correct in /etc/fstab?
This one might need to be diagnosed by gboudreau.
Re: Trying to upgrade to 7. Totally lost.
Posted: Mon Jul 28, 2014 6:17 pm
by bigfoot65
We just pushed out the new amahi-greyhole v0.9.60. Give that a shot and see if it helps.
Re: Trying to upgrade to 7. Totally lost.
Posted: Mon Jul 28, 2014 6:23 pm
by bigfoot65
I see the issue I believe.
Try making the drive entries in /etc/greyhole.conf look like this:
storage_pool_drive = /var/hda/files/drives/sdb/gh, min_free: 10gb
I bet that is the issue. The example reflects /gh after the drive mount. I didn't see it until now

Re: Trying to upgrade to 7. Totally lost.
Posted: Mon Jul 28, 2014 6:30 pm
by bigfoot65
Try doing:
You don't remove amahi-greyhole, just do
Also did you see my previous post about the /gh part?