Merge "Drop until-complete flag for db purge"
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -88,7 +88,7 @@
Unit:"nova-archive-deleted.service"
- service_name:"nova-purge-deleted"
execstarts:
- /bin/sh -c "{{ _db_nova_bin }}/nova-manage db purge --until-complete --all-cells --before \"$(date -d '{{ nova_purge_deleted_before }}' +'%%Y-%%m-%%d %%H:%%M')\""# noqa: yaml[line-length]
- /bin/sh -c "{{ _db_nova_bin }}/nova-manage db purge --all-cells --before \"$(date -d '{{ nova_purge_deleted_before }}' +'%%Y-%%m-%%d %%H:%%M')\""# noqa: yaml[line-length]
environment:
UMASK:'0640'
UMASK_DIR:'0750'
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.