guest.lst - keep track of users' Xen slices
guest.lst
is the file that matches usernames and slice numbers to names of xen domains.
It is used by the userxm utility to provide reqular users with access to the xm commands to
control their guest domain(s).
An entry in guest.lst
takses the following form:
username:slice-number slice-name
For example, if a user pkaeding has a slice number 3 named poseidon, the correspoding entry would be:
pkaeding:3 poseidon
This file should never need to be edited by hand; it is automatically generated and maintained by the newdisk utility. However, should hand-editing ever be necessary, the format is simple enough that it should not be a problem.
/xen/guest.lst - the xen guest list
Written by Patrick Kaeding (pkaeding at ccs dot neu dot edu) for Crew (http://crew.ccs.neu.edu).
userxm(1), newdisk(8)