NewControl - initialize project quota support.
Test to make sure that quota can be set on a test dir and find
the first project id to be used for the next container create.
Returns nil (and error) if project quota is not supported.
First get the project id of the home directory.
This test will fail if the backing fs is not xfs.
xfs_quota tool can be used to assign a project id to the driver home directory, e.g.:
In that case, the home directory project id will be used as a "start offset"
and all containers will be assigned larger project ids (e.g. >= 1000).
This is a way to prevent xfs_quota management from conflicting with docker.
Then try to create a test directory with the next project id and set a quota
on it. If that works, continue to scan existing containers to map allocated
project ids.