Search found 606 matches

by gboudreau
Fri May 27, 2011 4:02 am
Forum: Storage Pooling/Greyhole
Topic: Updating greyhole to 0.9.7
Replies: 11
Views: 4595

Re: Updating greyhole to 0.9.7

You can find the 0.9.7 hda-greyhole RPM in the Archives page: http://www.greyhole.net/download/archives.html

Specifically, install with:

Code: Select all

rpm -Uvh http://www.greyhole.net/releases/hda-greyhole-0.9.7-1.`uname -i`.rpm
by gboudreau
Wed Apr 13, 2011 1:59 pm
Forum: Storage Pooling/Greyhole
Topic: Files Missing from Directories - Queue Steadily Growing
Replies: 20
Views: 8939

Re: Files Missing from Directories - Queue Steadily Growing

Yes, you can, but the actual 'fixing' will be postponed until the end of the queue, so you won't see any concrete result of that last fsck until Greyhole reach that point. But I'd say it started to fix everything, so just let it run, and your files should all be back once it's done. You can always s...
by gboudreau
Wed Apr 13, 2011 1:43 pm
Forum: Storage Pooling/Greyhole
Topic: Files Missing from Directories - Queue Steadily Growing
Replies: 20
Views: 8939

Re: Files Missing from Directories - Queue Steadily Growing

Indeed... Those tons of tasks it's working on are the missing symlinks. Those are indeed not listed by --view-queue (they probably should). --fsck checks to find any broken file, and then, for each it finds, it creates a fsck_file task to be processed once all other tasks are completed. So it's work...
by gboudreau
Wed Apr 13, 2011 1:06 pm
Forum: Storage Pooling/Greyhole
Topic: Files Missing from Directories - Queue Steadily Growing
Replies: 20
Views: 8939

Re: Files Missing from Directories - Queue Steadily Growing

Apr 13 11:58:41 7 fsck: More than 90000 tasks queued... Won't queue any more at this time. greyhole --view-queue [...] Total 32 + 0 + 0 = 32 That seems contradictory... greyhole.log says there are more than 90k tasks queued... Why would --view-queue say differently..? Maybe try to restart the Greyh...
by gboudreau
Wed Apr 13, 2011 12:47 pm
Forum: Storage Pooling/Greyhole
Topic: Files Missing from Directories - Queue Steadily Growing
Replies: 20
Views: 8939

Re: Files Missing from Directories - Queue Steadily Growing

Check your /var/log/greyhole.log to find where the fsck you initiated took place.
Paste-bin all the lines about fsck:

Code: Select all

grep -i fsck /var/log/greyhole.log | fpaste
by gboudreau
Wed Apr 13, 2011 3:27 am
Forum: Storage Pooling/Greyhole
Topic: Files Missing from Directories - Queue Steadily Growing
Replies: 20
Views: 8939

Re: Files Missing from Directories - Queue Steadily Growing

Code: Select all

greyhole --fsck --dir="/hda/files/Television/Nurse Jackie/Season 2/" greyhole --debug "nurse.jackie.s02e02.dvdrip.xvid-reward.sample.avi"
by gboudreau
Sat Apr 02, 2011 12:51 pm
Forum: Storage Pooling/Greyhole
Topic: Beginner's guide to Greyhole
Replies: 2
Views: 1853

Re: Beginner's guide to Greyhole

The link Greyhole Landing Zone in part 3 doesn't go anywhere.

Otherwise, seems all good.
by gboudreau
Wed Mar 30, 2011 6:47 pm
Forum: Storage Pooling/Greyhole
Topic: Files Missing from Directories - Queue Steadily Growing
Replies: 20
Views: 8939

Re: Files Missing from Directories - Queue Steadily Growing

Sparticuz: open a new thread, and make sure to post the complete output of all debugging information that you get when you follow the instructions in the sticky post in this form.
by gboudreau
Tue Mar 29, 2011 4:55 pm
Forum: Storage Pooling/Greyhole
Topic: Files Missing from Directories - Queue Steadily Growing
Replies: 20
Views: 8939

Re: Files Missing from Directories - Queue Steadily Growing

You can try to fix on Amahi5 if you prefer. Start by upgrading Greyhole to the latest version (all the following commands should be executed as root): rpm -Uvh http://www.greyhole.net/releases/hda-greyhole-0.9.2-1.`uname -m`.rpm Once that's done, check if the Greyhole service is running: service gre...