|
222 | 222 | """),
|
223 | 223 | cfg.StrOpt('live_migration_scheme',
|
224 | 224 | help="""
|
225 |
| -URI scheme used for live migration. |
| 225 | +URI scheme for live migration used by the source of live migration traffic. |
226 | 226 |
|
227 | 227 | Override the default libvirt live migration scheme (which is dependent on
|
228 | 228 | virt_type). If this option is set to None, nova will automatically choose a
|
|
238 | 238 | """),
|
239 | 239 | cfg.HostAddressOpt('live_migration_inbound_addr',
|
240 | 240 | help="""
|
241 |
| -Target used for live migration traffic. |
| 241 | +IP address used as the live migration address for this host. |
| 242 | +
|
| 243 | +This option indicates the IP address which should be used as the target for |
| 244 | +live migration traffic when migrating to this hypervisor. This metadata is then |
| 245 | +used by the source of the live migration traffic to construct a migration URI. |
242 | 246 |
|
243 | 247 | If this option is set to None, the hostname of the migration target compute
|
244 | 248 | node will be used.
|
|
247 | 251 | impact the network plane significantly. A separate network for live-migration
|
248 | 252 | traffic can then use this config option and avoids the impact on the
|
249 | 253 | management network.
|
250 |
| -
|
251 |
| -Related options: |
252 |
| -
|
253 |
| -* ``live_migration_tunnelled``: The live_migration_inbound_addr value is |
254 |
| - ignored if tunneling is enabled. |
255 | 254 | """),
|
256 | 255 | cfg.StrOpt('live_migration_uri',
|
257 | 256 | deprecated_for_removal=True,
|
|
262 | 261 | and ``live_migration_inbound_addr`` respectively.
|
263 | 262 | """,
|
264 | 263 | help="""
|
265 |
| -Live migration target URI to use. |
| 264 | +Live migration target URI used by the source of live migration traffic. |
266 | 265 |
|
267 | 266 | Override the default libvirt live migration target URI (which is dependent
|
268 | 267 | on virt_type). Any included "%s" is replaced with the migration target
|
269 |
| -hostname. |
| 268 | +hostname, or `live_migration_inbound_addr` if set. |
270 | 269 |
|
271 | 270 | If this option is set to None (which is the default), Nova will automatically
|
272 | 271 | generate the `live_migration_uri` value based on only 4 supported `virt_type`
|
|
300 | 299 | impact performance massively.
|
301 | 300 |
|
302 | 301 | Note that this option is NOT compatible with use of block migration.
|
303 |
| -
|
304 |
| -Related options: |
305 |
| -
|
306 |
| -* ``live_migration_inbound_addr``: The live_migration_inbound_addr value is |
307 |
| - ignored if tunneling is enabled. |
308 | 302 | """),
|
309 | 303 | cfg.IntOpt('live_migration_bandwidth',
|
310 | 304 | default=0,
|
|
0 commit comments