Skip to main content

NFS EFS

Comments

5 comments

  • NDC Support Team
    Thanks for the tips. :) I will take the time to submit feature requests so that the dev team has access to them. The home directories we have: /home <= on EBS (smaller). accounts need to be made here /efs/home <= on EFS (larger). accounts need to be rearranged here after being made, not made here Is there any way to specify to make new accounts on the smaller home directory and still have both home directories set in the settings? (A manual selection drop down in the new account form would be ideal.) The EFS always reports max possible free space since it is unlimited, whereas the EBS reports actual size. Problem is when creating a new account cPanel automatically uses the largest home without providing any option to manually select one. The larger home is the incorrect one. If we don't have both in the settings we can't rearrange, hence we have to change the whm settings before and after each account creation in order to make this work. Does that make sense?
    0
  • NDC Support Team
    ------------------------------------------------------------- AWS RDS MySQL/Aurora (0%) [none: -] You can't use an AWS RDS as a MySQL profile because the whm/cpanel script looks for superuser privilege which you can't get on an AWS RDS. All cpanel actually needs is the ability to create users and GRANT them ownership of their new databases, both of which are available to the AWS RDS user level. AWS RDS have everything the validation check in cPanel just don't know because it isn't actually checking for the specific permissions it needs rather is taking a shortcut and only checking for superuser. We had to setup and EC2 MySQL 5.6 server manually to be used as our MySQL profile which works well, just wish we could use an AWS RDS db server. cPanel / WHM won't work with MySQL 5.7 and looks like that isn't an easy fix and will require some more serious dev work. Can't test with Aurora the way whm validates permissions is changed. I think this piece could easily be resolved if the verification check is changed to check permissions instead of userlevel. (Needed for 100%: Check for GRANT instead of superuser) ------------------------------------------------------------- Other Notes: Mounting the s3 bucket directly as a drive at /backup eliminates backups using up space on the local system and hence is a huge improvement to doing the backups on the system and using the built in s3 link to copy them. EFS performance is tied to size, so if your EFS is slow and you want better performance, make sure you have at least 1TB on your EFS and if not copy 1tb of dummy files onto the volume until you do.
    0
  • NDC Support Team
    cPanel / WHM won't work with MySQL 5.7 and looks like that isn't an easy fix and will require some more serious dev work.

    Looks like this is done and on the way, hurray dev team, big highfives all around! Add support for MySQL 5.7
    0
  • cPanelMichael
    The home directories we have: /home <= on EBS (smaller). accounts need to be made here /efs/home <= on EFS (larger). accounts need to be rearranged here after being made, not made here Is there any way to specify to make new accounts on the smaller home directory and still have both home directories set in the settings? (A manual selection drop down in the new account form would be ideal.) The EFS always reports max possible free space since it is unlimited, whereas the EBS reports actual size. Problem is when creating a new account cPanel automatically uses the largest home without providing any option to manually select one. The larger home is the incorrect one. If we don't have both in the settings we can't rearrange, hence we have to change the whm settings before and after each account creation in order to make this work. Does that make sense?

    Hello, You can force the use of "/home" as part of the account creation, but only by disabling the "Additional home directories matching the following value will also be used for new home directory creations. (Leaving this value blank disables the feature.) This option only takes one value." option by entering a blank value. However, as you mentioned, that will then require you to enable the value you again when it comes time to rearrange the account. Thus, there's currently no support to do exactly what you are looking to do. We do have an existing feature request for this functionality at:
    0

Please sign in to leave a comment.