summaryrefslogtreecommitdiffstats
path: root/docs/cobbler.pod
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-10 17:41:48 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-10 17:41:48 -0400
commit01f22256f79191fd5d0f0e26e762a1c16afd8bc5 (patch)
treec3f4a2f5b0b9ebe3e1aea3b86cf07f1c46bd866d /docs/cobbler.pod
parent45915cbb38b81eca62f3d3183ac990b1a91bcfd3 (diff)
downloadthird_party-cobbler-01f22256f79191fd5d0f0e26e762a1c16afd8bc5.tar.gz
third_party-cobbler-01f22256f79191fd5d0f0e26e762a1c16afd8bc5.tar.xz
third_party-cobbler-01f22256f79191fd5d0f0e26e762a1c16afd8bc5.zip
Support for setting virt-cpu number in cobbler + tests.
Diffstat (limited to 'docs/cobbler.pod')
-rw-r--r--docs/cobbler.pod6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 7c4165f..f399b0a 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -108,7 +108,7 @@ The file used for the answer file, regardless of the breed setting, is the value
A profile associates a distribution to additional specialized options, such as a kickstart automation file. Profiles are the core unit of provisioning and at least one profile must exist for every distribution to be provisioned. A profile might represent, for instance, a web server or desktop configuration. In this way, profiles define a role to be performed.
-B<cobbler profile add --name=string --distro=string [--kickstart=url] [--kopts=string] [--ksmeta=string] [--virt-file-size=gigabytes] [--virt-ram=megabytes] [--virt-type=string] [--virt-path=string] [--virt-bridge=string]>
+B<cobbler profile add --name=string --distro=string [--kickstart=url] [--kopts=string] [--ksmeta=string] [--virt-file-size=gigabytes] [--virt-ram=megabytes] [--virt-type=string] [--virt-cpus=integer] [--virt-path=string] [--virt-bridge=string]>
Arguments are as listed for distributions, save for the removal of "arch" and "breed", and with the additions listed below:
@@ -145,6 +145,10 @@ depending on what is given to --virt-path.
(Virt-only) Koan can install images using either Xen paravirt ("xenpv") or QEMU/KVM ("qemu"). Choose one or the other strings to specify, or values will default to attempting to find a compatible installation type on the client system ("auto"). See the "koan" manpage for more documentation. The default virt-type can be configured in the cobbler settings file such that this parameter does not have to be provided.
+=item virt-cpus
+
+(Virt-only) How many virtual CPUs should koan give the virtual machine? The default is 1.
+
=item virt-path
(Virt-only) Where to store the virtual image on the host system. Except for advanced cases, this parameter can usually be omitted. For disk images, the value is usually an absolute path to an existing directory with an optional file name component. There is support for specifying partitions "/dev/sda4" or volume groups "VolGroup00", etc.