Fix docstring for disk_cachemodes
The docstring for the disk_cachemodes option implied a syntax that is incorrect for a ListOpt. Change the example to match exactly what you would put in the config file for it to work. Change-Id: Ie999d2799dba6c47facdc771e1cf6081d28d6b85 Closes-Bug: #1106423
This commit is contained in:
@@ -2052,7 +2052,7 @@
|
|||||||
#xen_hvmloader_path=/usr/lib/xen/boot/hvmloader
|
#xen_hvmloader_path=/usr/lib/xen/boot/hvmloader
|
||||||
|
|
||||||
# Specific cachemodes to use for different disk types e.g:
|
# Specific cachemodes to use for different disk types e.g:
|
||||||
# ["file=directsync","block=none"] (list value)
|
# file=directsync,block=none (list value)
|
||||||
#disk_cachemodes=
|
#disk_cachemodes=
|
||||||
|
|
||||||
# Which pcpus can be used by vcpus of instance e.g:
|
# Which pcpus can be used by vcpus of instance e.g:
|
||||||
|
@@ -213,7 +213,7 @@ libvirt_opts = [
|
|||||||
cfg.ListOpt('disk_cachemodes',
|
cfg.ListOpt('disk_cachemodes',
|
||||||
default=[],
|
default=[],
|
||||||
help='Specific cachemodes to use for different disk types '
|
help='Specific cachemodes to use for different disk types '
|
||||||
'e.g: ["file=directsync","block=none"]'),
|
'e.g: file=directsync,block=none'),
|
||||||
cfg.StrOpt('vcpu_pin_set',
|
cfg.StrOpt('vcpu_pin_set',
|
||||||
help='Which pcpus can be used by vcpus of instance '
|
help='Which pcpus can be used by vcpus of instance '
|
||||||
'e.g: "4-12,^8,15"'),
|
'e.g: "4-12,^8,15"'),
|
||||||
|
Reference in New Issue
Block a user