Adds a create-global-mounts option that builds and mounts a
mount point for each huge page size available. The mounts
will be under /var/lib/hugetlbfs/global, they will be owned
by root:root and will be set to 1777.
Signed-off-by: Eric B Munson
---
Changes from V1:
Update hugeadm man page with n
The --create-group-mounts option takes a group name as an
argument and creates a subdir to /var/lib/hugetlbfs/ with
that group name. It then creates a mount point for each
available huge page size under that directory with mode
070, mounts it with the appropriate pagesize argument and
chowns it to
The --create-mounts switch builds a mount point for each available
huge page size under /var/lib/hugetlbfs. These mounts points are
owned by root:root and are set to 770 and are named pagesize-.
Signed-off-by: Eric B Munson
---
Changes from V3:
Update the hugeadm man page with the new option
Ch
On Tue, Jan 13, 2009 at 01:37:04PM +, Eric B Munson wrote:
> Adds a create-global-mounts option that builds and mounts a
> mount point for each huge page size available. The mounts
> will be under /var/lib/hugetlbfs/global, they will be owned
> by root:root and will be set to 1777.
>
> Signed
On Tue, Jan 13, 2009 at 01:37:02PM +, Eric B Munson wrote:
> The --create-mounts switch builds a mount point for each available
> huge page size under /var/lib/hugetlbfs. These mounts points are
> owned by root:root and are set to 770 and are named pagesize-.
>
> Signed-off-by: Eric B Munson
On Tue, Jan 13, 2009 at 01:37:03PM +, Eric B Munson wrote:
> The --create-group-mounts option takes a group name as an
> argument and creates a subdir to /var/lib/hugetlbfs/ with
> that group name. It then creates a mount point for each
> available huge page size under that directory with mode
On Fri, Jan 30, 2009 at 05:28:01PM +, Eric B Munson wrote:
> This option allows the user to request that all instances of the target
> program should share their read-only segments that are remapped to
> huge pages.
>
> Signed-off-by: Eric B Munson
> ---
> hugectl.c | 12
> 1