Correct cinder online migrations command
The correct form of the command is: cinder-manage db online_data_migrations Change-Id: Iaf83b1e666ef4fe1910793ceb6edc8a51a067249
This commit is contained in:
parent
cdedb948c5
commit
111331cdd2
@ -217,7 +217,7 @@
|
||||
- cinder
|
||||
tasks:
|
||||
- name: Perform online data migrations
|
||||
command: "{{ cinder_bin }}/cinder-manage db online-data-migrations"
|
||||
command: "{{ cinder_bin }}/cinder-manage db online_data_migrations"
|
||||
become: yes
|
||||
become_user: "{{ cinder_system_user_name }}"
|
||||
when:
|
||||
|
Loading…
x
Reference in New Issue
Block a user