|
241 | 241 | """),
|
242 | 242 | cfg.StrOpt('live_migration_scheme',
|
243 | 243 | help="""
|
244 |
| -URI scheme used for live migration. |
| 244 | +URI scheme for live migration used by the source of live migration traffic. |
245 | 245 |
|
246 | 246 | Override the default libvirt live migration scheme (which is dependent on
|
247 | 247 | virt_type). If this option is set to None, nova will automatically choose a
|
|
257 | 257 | """),
|
258 | 258 | cfg.HostAddressOpt('live_migration_inbound_addr',
|
259 | 259 | help="""
|
260 |
| -Target used for live migration traffic. |
| 260 | +IP address used as the live migration address for this host. |
| 261 | +
|
| 262 | +This option indicates the IP address which should be used as the target for |
| 263 | +live migration traffic when migrating to this hypervisor. This metadata is then |
| 264 | +used by the source of the live migration traffic to construct a migration URI. |
261 | 265 |
|
262 | 266 | If this option is set to None, the hostname of the migration target compute
|
263 | 267 | node will be used.
|
|
266 | 270 | impact the network plane significantly. A separate network for live-migration
|
267 | 271 | traffic can then use this config option and avoids the impact on the
|
268 | 272 | management network.
|
269 |
| -
|
270 |
| -Related options: |
271 |
| -
|
272 |
| -* ``live_migration_tunnelled``: The live_migration_inbound_addr value is |
273 |
| - ignored if tunneling is enabled. |
274 | 273 | """),
|
275 | 274 | cfg.StrOpt('live_migration_uri',
|
276 | 275 | deprecated_for_removal=True,
|
|
281 | 280 | and ``live_migration_inbound_addr`` respectively.
|
282 | 281 | """,
|
283 | 282 | help="""
|
284 |
| -Live migration target URI to use. |
| 283 | +Live migration target URI used by the source of live migration traffic. |
285 | 284 |
|
286 | 285 | Override the default libvirt live migration target URI (which is dependent
|
287 | 286 | on virt_type). Any included "%s" is replaced with the migration target
|
288 |
| -hostname. |
| 287 | +hostname, or `live_migration_inbound_addr` if set. |
289 | 288 |
|
290 | 289 | If this option is set to None (which is the default), Nova will automatically
|
291 | 290 | generate the `live_migration_uri` value based on only 4 supported `virt_type`
|
|
320 | 319 | impact performance massively.
|
321 | 320 |
|
322 | 321 | Note that this option is NOT compatible with use of block migration.
|
323 |
| -
|
324 |
| -Related options: |
325 |
| -
|
326 |
| -* ``live_migration_inbound_addr``: The live_migration_inbound_addr value is |
327 |
| - ignored if tunneling is enabled. |
328 | 322 | """),
|
329 | 323 | cfg.IntOpt('live_migration_bandwidth',
|
330 | 324 | default=0,
|
|
0 commit comments