-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the housekeeper ? #82
Comments
You can ignore the "housekeeper not running" message. This is not fatal but it isn't correct behavior as well, I'm working on the fix. The problem is with "FATAL ERROR: operation not supported". It looks like there is something wrong with filesystem and it doesn't support some operation. Right now, it's enigmatic where this error originates from and why this happens in the first place. I'm right now working on the fix to make sure that the error has correct file and line shown. But in meantime, do you know what is underlying filesystem in your environment? - you can run |
Hey @benjha I've pushed some new fixes/commits into master branch. If you have a chance to build from that and run it, would be awesome. Let me know what error message you are getting. |
Thanks @VirrageS, I don't see the housekeeper error anymore. I think the This is the output of
Once I figure out the issue with the extended attributes, I'd like to launch AIStore on On the other hand, is |
Yeah, I think it this can be connected the extended attributes as AIStore uses them broadly and requires them to be enabled. AIStore requires following packages to be installed:
Yes, you can check out here https://aiatscale.org/docs/configuration. Basically, what you probably want to do is modify the content of
Yes, this is totally optional. This is the tool that lets you mount the AIStore as the directory. |
Ok, looks like none of the kernel modules needed by AIStore are loaded in the system. Thanks for your help. |
Sounds good :) Closing the issue. If you have any further problems, let us know! |
Hi AIstore team,
I am trying to run AIstore in a HPC system. I am using GO 1.17.3. After executing
make deploy
, at some point there is an output message saying the housekeeper is not running, then it fails.What is the housekeeper ?
Thanks
The text was updated successfully, but these errors were encountered: