On Wed, 23 Feb 2011, Eric B Munson wrote:
> When hugeadm creates mount points currently the pagesize is
> used in bytes. This is not very human readable as page sizes
> grow. This patch changes the mount point creation to use
> points labeled in a more readable fashion. For instance
> 2MB inste
When hugeadm creates mount points currently the pagesize is
used in bytes. This is not very human readable as page sizes
grow. This patch changes the mount point creation to use
points labeled in a more readable fashion. For instance
2MB instead of 2097152.
Signed-off-by: Eric B Munson
---
Cha