X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=doc%2Fconfiguration.html;h=7e2f6051a4f964801035374d35b460ead77532bf;hb=b7785f953cf988346d0f36c5852af39db3d1b00c;hp=e82d9e8c9af6f7ad6bd80b5165845f8c2ade63fd;hpb=8cf13bb177d92c93eb73dc8939777150536c2d00;p=util-vserver.git diff --git a/doc/configuration.html b/doc/configuration.html index e82d9e8..7e2f605 100644 --- a/doc/configuration.html +++ b/doc/configuration.html @@ -4,11 +4,11 @@ The /etc/vservers directory - + - +

The content of the /etc/vservers directory

@@ -17,6 +17,44 @@ /etc/vservers/.defaults
+
  • + /etc/vservers/.defaults/files +
    +
    This directory contains some files which will be copied to the guests during build.
    + +
  • /etc/vservers/.defaults/init
    @@ -236,12 +419,33 @@ filesystem.
  • +
  • + /etc/vservers/.defaults/interfaces +
    + +
  • /etc/vservers/.distributions
  • +
  • + /etc/vservers/vserver-name/cpuset +
    +
    +Puts the guest in a cpuset. Required entries are name, cpus and mems. +
    + +
  • +
  • + /etc/vservers/vserver-name/dlimits +
    +
    +Note that all entries are required for the disk limit to be applied. +
    + +
  • /etc/vservers/vserver-name/interfaces
    @@ -832,18 +1183,33 @@ filesystem.
  • bcast
    -
    The default broadcast address.
    +
    The guest's broadcast address.
  • dev
    -
    The default network device.
    +
    The default network device. See iface/dev for more information.
    +
  • +
  • + lback +
    +
    The guest's loopback address.
  • mask
    The default network mask.
  • +
  • + novlandev +
    +
    +When this file exists, the steps which setup and destroy a VLAN +interface will be skipped. This overrides the global +vlandev setting for +this vserver. +
    +
  • prefix
    @@ -854,6 +1220,14 @@ filesystem.
    The default scope of the network interfaces.
  • +
  • + vlandev +
    +
    +When this file exists, the steps which setup and destroy a VLAN +interface will be executed for all interfaces of this vserver. +
    +
  • /etc/vservers/vserver-name/interfaces/iface
    @@ -864,25 +1238,35 @@ usage with chbind. Both happens in alphabetical order numbers like '00' are good names for these directories.
  • @@ -927,7 +1369,8 @@ created by the host or another vserver.
    A directory with resource limits. Possible resources are cpu, fsize, -data, stack, core, rss, nproc, nofile, memlock, as and locks. This +data, stack, core, rss, nproc, nofile, memlock, as, locks, msgqueue, +nsock, openfd, anon, shmem, semary, nsems and dentry. This configuration will be honored for kernel 2.6 only.
    +
  • + /etc/vservers/vserver-name/sched +
    + +
  • /etc/vservers/vserver-name/scripts
    @@ -976,6 +1532,15 @@ environment variable must be set by one of the in-shellcontext scripts (the non-executable ones).
  • +
  • + /etc/vservers/vserver-name/spaces +
    + +
  • +
  • + /etc/vservers/vserver-name/sysctl +
    + +
  • /etc/vservers/vserver-name/ulimits
    A directory with ulimits. Possible resources are cpu, data, fsize, -locks, memlock, nofile, nproc, rss and/or stack. This configuration -will be honored for kernel 2.4 only. +locks, memlock, nofile, nproc, rss and/or stack.