summaryrefslogtreecommitdiffstats
path: root/cobbler/item_profile.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-29 11:38:05 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-29 11:38:05 -0500
commit3b49fe8523285b77a7b7805bb3f2e2a4e29a6674 (patch)
tree751e0459e1e84336a5417e7cf1db766b2925f8ad /cobbler/item_profile.py
parent7305a94610599e118c257b11806fa7bf104c4ced (diff)
downloadthird_party-cobbler-3b49fe8523285b77a7b7805bb3f2e2a4e29a6674.tar.gz
third_party-cobbler-3b49fe8523285b77a7b7805bb3f2e2a4e29a6674.tar.xz
third_party-cobbler-3b49fe8523285b77a7b7805bb3f2e2a4e29a6674.zip
Make cobbler commands be more tolerant of casing and synonyms (delete vs remove). Also update docs on set_virt_size to indicate behavior in newer koan.
Diffstat (limited to 'cobbler/item_profile.py')
-rw-r--r--cobbler/item_profile.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/cobbler/item_profile.py b/cobbler/item_profile.py
index 594c5fb..b8aae59 100644
--- a/cobbler/item_profile.py
+++ b/cobbler/item_profile.py
@@ -205,12 +205,10 @@ class Profile(item.Item):
def set_virt_file_size(self,num):
"""
For Virt only.
- Specifies the size of the virt image in gigabytes. koan
- may contain some logic to ignore 'illogical' values of this size,
- though there are no guarantees. 0 tells koan to just
- let it pick a semi-reasonable size. When in doubt, specify the
- size you want.
- """
+ Specifies the size of the virt image in gigabytes.
+ Older versions of koan (x<0.6.3) interpret 0 as "don't care"
+ Newer versions (x>=0.6.4) interpret 0 as "no disks"
+ """
# num is a non-negative integer (0 means default)
# can also be a comma seperated list -- for usage with multiple disks