File: reset-marker-for-map_instances-0c841ef45e3adc7b.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (8 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
---
features:
  - |
    Currently the ``nova-manage cell_v2 map_instances`` command uses a marker
    setup by which repeated runs of the command will start from where the last
    run finished, by default. A ``--reset`` option has been added to this command
    by which the marker can be reset and users can start the process from the
    beginning if needed, instead of the default behavior.