CageFS on AWS EBS
Announcement
Collapse
No announcement yet.
Cagefs On Mounted Volume
Collapse
X
-
Hi
Running a WHM/Cloud Linux server with user accounts on a mounted disk (AWS EBS). What Im finding is that after reboot I need to run the following command for each and every account before each web site will work:
cagefsctl --enable account1
etc
Whats happening here? Is there any way to avoid it?
Thanks
Paul
-
Hello!
Could you please ensure that AWS EBS disk is mounted before start of cagefs service and before start of web server?
So, bootup order should be the following:
1. mount AWS EBS disk
2. start cagefs service
3. start web server
BTW, if the solution above will not help, you can try to execute single "cagefsctl --remount-all" command instead of multiple "cagefsctl --enable account1" commands in order to mitigate the issue.
Comment
Comment